Author: tchemit Date: 2010-10-08 14:41:34 +0200 (Fri, 08 Oct 2010) New Revision: 769 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/769 Log: Evolution #922: Update dependencies and optimize them Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-08 12:34:58 UTC (rev 768) +++ trunk/pom.xml 2010-10-08 12:41:34 UTC (rev 769) @@ -55,7 +55,7 @@ <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <dependency> @@ -76,12 +76,6 @@ <version>1.2</version> </dependency> - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.6.3</version> - </dependency> - <!-- plexus --> <dependency> @@ -93,7 +87,7 @@ <dependency> <groupId>org.sonatype.plexus</groupId> <artifactId>plexus-sec-dispatcher</artifactId> - <version>1.3.1</version> + <version>1.4</version> </dependency> <dependency> @@ -193,9 +187,9 @@ <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> - <version>1.4</version> - <!--TODO test this --> - <!--<version>1.4.2</version>--> + <version>1.4.1</version> + <!--Use this version when available on central --> + <!--<version>1.4.3</version>--> </dependency> @@ -246,7 +240,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.14</version> + <version>1.2.16</version> <scope>test</scope> </dependency> <dependency> @@ -262,17 +256,8 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-api</artifactId> </exclusion> - <exclusion> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> </exclusions> </dependency> - <!--dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.2</version> - </dependency--> </dependencies>