You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/11/16 14:36:05 UTC

svn commit: r718027 - /jakarta/cactus/trunk/integration/ant/pom.xml

Author: ptahchiev
Date: Sun Nov 16 05:36:05 2008
New Revision: 718027

URL: http://svn.apache.org/viewvc?rev=718027&view=rev
Log:
Added the jdom dependency.

Modified:
    jakarta/cactus/trunk/integration/ant/pom.xml

Modified: jakarta/cactus/trunk/integration/ant/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/pom.xml?rev=718027&r1=718026&r2=718027&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/pom.xml (original)
+++ jakarta/cactus/trunk/integration/ant/pom.xml Sun Nov 16 05:36:05 2008
@@ -80,6 +80,11 @@
 			<groupId>org.codehaus.cargo</groupId>
 			<artifactId>cargo-ant</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.jdom</groupId>
+			<artifactId>jdom</artifactId>
+			<version>1.1</version>
+		</dependency>
 	</dependencies>
 	
 	<build>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org