Author: tchemit Date: 2010-11-11 14:20:10 +0100 (Thu, 11 Nov 2010) New Revision: 781 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/781 Log: readd explicit version (otherwise does not work on windows...) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-11 13:17:20 UTC (rev 780) +++ trunk/pom.xml 2010-11-11 13:20:10 UTC (rev 781) @@ -48,16 +48,19 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> + <version>${commonsLoggingVersion}</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> + <version>${commonsLangVersion}</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> + <version>${commonsHttpclientVersion}</version> </dependency> <dependency> @@ -198,11 +201,13 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <version>${junitVersion}</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <version>${log4jVersion}</version> <scope>test</scope> </dependency>