Author: scamp
Date: Tue Apr 19 11:48:27 2005
New Revision: 161949

URL: http://svn.apache.org/viewcvs?view=rev&rev=161949
Log:
reverted to use jaxen beta 2 jar

Modified:
    incubator/hermes/trunk/project.xml

Modified: incubator/hermes/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?view=diff&r1=161948&r2=161949
==============================================================================
--- incubator/hermes/trunk/project.xml (original)
+++ incubator/hermes/trunk/project.xml Tue Apr 19 11:48:27 2005
@@ -347,17 +347,18 @@
       </properties>
     </dependency>
                   
-        <dependency>
-            <groupId>jaxen</groupId>
-            <artifactId>jaxen</artifactId>
-            <version>1.1-beta-4</version>
-            <url>http://jaxen.org/</url>
-            <properties>
-                <license>WerkenPublicLicense-1.3.txt</license>
-                <usage>Needed for handling XPath queries with XmlBeans.</usage>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1-beta-2</version>
+      <url>http://jaxen.org/</url>
+      <properties>
+        <license>WerkenPublicLicense-1.3.txt</license>
+        <usage>Needed for handling XPath queries with XmlBeans.</usage>
+        <war.bundle>true</war.bundle>
+        <comment>We are maintaining beta-2 because -> beta-6 had an 
OutOfMemoryError when interacting with XmlCursor.select(..) when using our 
sushi ResourcePropSet</comment>
+      </properties>
+    </dependency>
                 
         <dependency>
             <groupId>jetty</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to