Author: simonetripodi
Date: Thu Jun 16 19:02:23 2011
New Revision: 1136602
URL: http://svn.apache.org/viewvc?rev=1136602&view=rev
Log:
removed unneeded dependencies
Modified:
commons/sandbox/graph/trunk/pom.xml
Modified: commons/sandbox/graph/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/pom.xml?rev=1136602&r1=1136601&r2=1136602&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/pom.xml (original)
+++ commons/sandbox/graph/trunk/pom.xml Thu Jun 16 19:02:23 2011
@@ -97,16 +97,6 @@
<dependencies>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>jdepend</groupId>
- <artifactId>jdepend</artifactId>
- <version>2.2</version>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>