[Lutinutil-commits] r956 - trunk/lutinutil-no-i18n
Author: tchemit Date: 2008-07-31 21:17:40 +0000 (Thu, 31 Jul 2008) New Revision: 956 Modified: trunk/lutinutil-no-i18n/pom.xml Log: remove unused dependencies Modified: trunk/lutinutil-no-i18n/pom.xml =================================================================== --- trunk/lutinutil-no-i18n/pom.xml 2008-07-31 21:07:05 UTC (rev 955) +++ trunk/lutinutil-no-i18n/pom.xml 2008-07-31 21:17:40 UTC (rev 956) @@ -28,24 +28,6 @@ <artifactId>commons-logging</artifactId> </dependency> - <dependency> - <groupId>commons-primitives</groupId> - <artifactId>commons-primitives</artifactId> - </dependency> - - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-toolchain</artifactId> - </dependency> </dependencies> @@ -175,33 +157,6 @@ <scope>compile</scope> </dependency> - <dependency> - <groupId>commons-primitives</groupId> - <artifactId>commons-primitives</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.7.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-toolchain</artifactId> - <version>1.0</version> - <scope>test</scope> - </dependency> - </dependencies> </dependencyManagement>
participants (1)
-
tchemit@users.labs.libre-entreprise.org