Author: simonetripodi
Date: Sat Jun 11 13:24:30 2011
New Revision: 1134630
URL: http://svn.apache.org/viewvc?rev=1134630&view=rev
Log:
added missing jdepend dependency (it causes compilation problems)
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=1134630&r1=1134629&r2=1134630&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/pom.xml (original)
+++ commons/sandbox/graph/trunk/pom.xml Sat Jun 11 13:24:30 2011
@@ -102,6 +102,11 @@
<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>