Browse Source

Fixed a bug with maven-shade-plugin

More information here:
https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound
msmith-techempower 10 years ago
parent
commit
61b413375a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/grizzly-jersey/pom.xml

+ 1 - 1
frameworks/Java/grizzly-jersey/pom.xml

@@ -112,7 +112,7 @@
       <plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>2.0</version>
+        <version>2.1</version>
         <executions>
         <executions>
           <execution>
           <execution>
             <phase>package</phase>
             <phase>package</phase>