r196 - in trunk: . maven-jredmine-plugin maven-jredmine-plugin/src/license
Author: tchemit Date: 2011-05-21 02:03:50 +0200 (Sat, 21 May 2011) New Revision: 196 Url: http://nuiton.org/repositories/revision/jredmine/196 Log: final optimize of dependencies Modified: trunk/maven-jredmine-plugin/pom.xml trunk/maven-jredmine-plugin/src/license/THIRD-PARTY.properties trunk/pom.xml Modified: trunk/maven-jredmine-plugin/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/pom.xml 2011-05-20 22:56:38 UTC (rev 195) +++ trunk/maven-jredmine-plugin/pom.xml 2011-05-21 00:03:50 UTC (rev 196) @@ -75,6 +75,11 @@ </dependency> <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-i18n</artifactId> + </dependency> + + <dependency> <groupId>org.sonatype.plexus</groupId> <artifactId>plexus-sec-dispatcher</artifactId> </dependency> @@ -141,13 +146,14 @@ <artifactId>plexus-velocity</artifactId> </dependency> + <!-- doxia --> + <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-i18n</artifactId> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <scope>provided</scope> </dependency> - <!-- doxia --> - <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-site-renderer</artifactId> @@ -163,11 +169,6 @@ <artifactId>doxia-sink-api</artifactId> </dependency> - <!--dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-module-xhtml</artifactId> - </dependency--> - <!-- tests dependencies --> <dependency> Modified: trunk/maven-jredmine-plugin/src/license/THIRD-PARTY.properties =================================================================== --- trunk/maven-jredmine-plugin/src/license/THIRD-PARTY.properties 2011-05-20 22:56:38 UTC (rev 195) +++ trunk/maven-jredmine-plugin/src/license/THIRD-PARTY.properties 2011-05-21 00:03:50 UTC (rev 196) @@ -13,13 +13,11 @@ # Please fill the missing licenses for dependencies : # # -#Sat May 21 00:54:09 CEST 2011 +#Sat May 21 01:46:54 CEST 2011 classworlds--classworlds--1.1--jar=http\://classworlds.codehaus.org/license.html commons-digester--commons-digester--1.6--jar=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-classworlds--1.2-alpha-7--jar=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-component-api--1.0-alpha-20--jar=The Apache Software License, Version 2.0 org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1--jar=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-i18n--1.0-beta-10--jar=The Apache Software License, Version 2.0 +org.codehaus.plexus--plexus-i18n--1.0-beta-7--jar=The Apache Software License, Version 2.0 org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4--jar=The Apache Software License, Version 2.0 org.sonatype.plexus--plexus-build-api--0.0.4--jar=The Apache Software License, Version 2.0 oro--oro--2.0.8--jar=The Apache Software License, Version 2.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-05-20 22:56:38 UTC (rev 195) +++ trunk/pom.xml 2011-05-21 00:03:50 UTC (rev 196) @@ -169,16 +169,16 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-i18n</artifactId> - <version>1.0-beta-10</version> + <version>1.0-beta-7</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.7</version> - </dependency> - - <dependency> <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>1.5</version> @@ -346,23 +346,11 @@ </dependency> <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-module-xhtml</artifactId> - <version>${doxiaVersion}</version> - </dependency> - - <dependency> <groupId>org.sonatype.plexus</groupId> <artifactId>plexus-sec-dispatcher</artifactId> <version>1.4</version> </dependency> - <!--<dependency>--> - <!--<groupId>org.sonatype.plexus</groupId>--> - <!--<artifactId>plexus-cipher</artifactId>--> - <!--<version>1.5</version>--> - <!--</dependency>--> - <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> @@ -385,6 +373,10 @@ <artifactId>plexus-container-default</artifactId> </exclusion> <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-i18n</artifactId> + </exclusion> + <exclusion> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </exclusion>
participants (1)
-
tchemit@users.nuiton.org