Explorar o código

Fixed a bug with maven-shade-plugin

More information here:
https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound
msmith-techempower %!s(int64=11) %!d(string=hai) anos
pai
achega
61b413375a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frameworks/Java/grizzly-jersey/pom.xml

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

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