Author: khmarbaise Date: Mon Oct 13 10:36:12 2014 New Revision: 1631339 URL: http://svn.apache.org/r1631339 Log: [MRAR-40] - Upgrade plexus-archiver to 2.7
Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/pom.xml?rev=1631339&r1=1631338&r2=1631339&view=diff ============================================================================== --- maven/plugins/trunk/maven-rar-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-rar-plugin/pom.xml Mon Oct 13 10:36:12 2014 @@ -108,6 +108,22 @@ under the License. <artifactId>maven-filtering</artifactId> <version>1.2</version> </dependency> + <!-- Added the following dependency till maven-archiver will updated to 2.6 --> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-archiver</artifactId> + <version>2.7</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId>