You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/07/06 11:18:15 UTC

svn commit: r553805 - /webservices/axis2/trunk/java/modules/jaxws-api/pom.xml

Author: saminda
Date: Fri Jul  6 02:18:14 2007
New Revision: 553805

URL: http://svn.apache.org/viewvc?view=rev&rev=553805
Log:
Added jaxen dependecy 

Modified:
    webservices/axis2/trunk/java/modules/jaxws-api/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxws-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-api/pom.xml?view=diff&rev=553805&r1=553804&r2=553805
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-api/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws-api/pom.xml Fri Jul  6 02:18:14 2007
@@ -42,7 +42,11 @@
 			<groupId>javax.xml.bind</groupId>
 			<artifactId>jaxb-api</artifactId>
 		</dependency>
-	</dependencies>
+        <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+        </dependency>
+    </dependencies>
 	<build>
 		<sourceDirectory>src</sourceDirectory>
 		<plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org