Author: schulte Date: Sun May 8 03:49:13 2016 New Revision: 1742765 URL: http://svn.apache.org/viewvc?rev=1742765&view=rev Log: [MSHADE-222] Dependency updates.
o Updated to require Java 6 and updated dependencies to latest compatible versions. Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1742765&r1=1742764&r2=1742765&view=diff ============================================================================== --- maven/plugins/trunk/maven-shade-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sun May 8 03:49:13 2016 @@ -30,7 +30,7 @@ </parent> <artifactId>maven-shade-plugin</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Shade Plugin</name> @@ -62,9 +62,7 @@ <properties> <mavenVersion>3.0</mavenVersion> <currentVersion>${project.version}</currentVersion> - <asmVersion>5.0.2</asmVersion> - <maven.compiler.source>1.5</maven.compiler.source> - <maven.compiler.target>1.5</maven.compiler.target> + <asmVersion>5.1</asmVersion> </properties> <contributors> @@ -130,12 +128,12 @@ <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> - <version>1.1</version> + <version>2.2</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> - <version>2.2</version> + <version>3.0</version> </dependency> <dependency> <groupId>commons-io</groupId> @@ -146,12 +144,6 @@ <groupId>org.vafer</groupId> <artifactId>jdependency</artifactId> <version>1.1</version> - <exclusions> - <exclusion> <!-- Brings in 2.4 so we ditch it until we finally switch to 1.6 --> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -162,21 +154,21 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.10</version> + <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> - <version>1.3</version> + <version>1.6</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>11.0.2</version> + <version>19.0</version> </dependency> <dependency>