Author: ebourg
Date: Fri Oct 17 10:10:40 2008
New Revision: 705675

URL: http://svn.apache.org/viewvc?rev=705675&view=rev
Log:
Fixed the compilation error on the jdepend test

Modified:
    commons/proper/cli/trunk/pom.xml

Modified: commons/proper/cli/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=705675&r1=705674&r2=705675&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Fri Oct 17 10:10:40 2008
@@ -135,6 +135,12 @@
       <version>3.8.1</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>jdepend</groupId>
+      <artifactId>jdepend</artifactId>
+      <version>2.5</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <properties>


Reply via email to