From d5a508429411cee15e1047ad41ba9a28990a7236 Mon Sep 17 00:00:00 2001
From: Peter van 't Hof <p.j.van_t_hof@lumc.nl>
Date: Tue, 3 Jun 2014 11:48:17 +0200
Subject: [PATCH] Added shading for framework, Queue is now included in the jar
 of the framework

---
 biopet-framework/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/biopet-framework/pom.xml b/biopet-framework/pom.xml
index 9de3ff86a..931aea65e 100644
--- a/biopet-framework/pom.xml
+++ b/biopet-framework/pom.xml
@@ -84,7 +84,7 @@
                     </execution>
                 </executions>
             </plugin>-->
-<!--            <plugin>
+            <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
             <version>2.3</version>
@@ -107,7 +107,7 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>-->
+          </plugin>
         </plugins>
     </build>
 </project>
-- 
GitLab