Author: bimargulies
Date: Sun Jan  4 17:49:52 2009
New Revision: 731406

URL: http://svn.apache.org/viewvc?rev=731406&view=rev
Log:
Put Jaxen version management back until the other consumers are resolved.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=731406&r1=731405&r2=731406&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Sun Jan  4 17:49:52 2009
@@ -949,6 +949,38 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+
+           <dependency>
+             <groupId>jaxen</groupId>
+             <artifactId>jaxen</artifactId>
+             <version>1.1</version>
+             <exclusions>
+               <exclusion>
+                 <artifactId>dom4j</artifactId>
+                 <groupId>dom4j</groupId>
+               </exclusion>
+               <exclusion>
+                 <artifactId>xmlParserAPIs</artifactId>
+                 <groupId>xerces</groupId>
+               </exclusion>
+               <exclusion>
+                 <artifactId>xercesImpl</artifactId>
+                 <groupId>xerces</groupId>
+               </exclusion>
+               <exclusion>
+                 <artifactId>xom</artifactId>
+                 <groupId>xom</groupId>
+               </exclusion>
+               <exclusion>
+                 <artifactId>xalan</artifactId>
+                 <groupId>xalan</groupId>
+               </exclusion>
+               <exclusion>
+                 <artifactId>xml-apis</artifactId>
+                 <groupId>xml-apis</groupId>
+               </exclusion>
+             </exclusions>
+           </dependency>
         </dependencies>
     </dependencyManagement>
 


Reply via email to