This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-utils.git
commit 766e7ed011696b455fbaf4dcaeab355b5a669c89 Author: Olivier Lamy <[email protected]> AuthorDate: Fri Sep 21 14:15:20 2012 +0000 no need of those properties git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1388513 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2394148..9d14ae5 100644 --- a/pom.xml +++ b/pom.xml @@ -53,24 +53,20 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> - <version>${springVersion}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>${springVersion}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> - <version>${springVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.5</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact [email protected].
