You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/01/25 04:29:05 UTC

svn commit: r902693 - /synapse/branches/1.3/pom.xml

Author: ruwan
Date: Mon Jan 25 03:29:05 2010
New Revision: 902693

URL: http://svn.apache.org/viewvc?rev=902693&view=rev
Log:
Adding the jaxen dependency

Modified:
    synapse/branches/1.3/pom.xml

Modified: synapse/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/1.3/pom.xml?rev=902693&r1=902692&r2=902693&view=diff
==============================================================================
--- synapse/branches/1.3/pom.xml (original)
+++ synapse/branches/1.3/pom.xml Mon Jan 25 03:29:05 2010
@@ -683,6 +683,12 @@
             <artifactId>wso2eventing-api</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>jaxen</groupId>
+            <artifactId>jaxen</artifactId>
+            <version>1.1.1</version>
+        </dependency>
+
     </dependencies>
 
     <reporting>