[jboss-cvs] JBossAS SVN: r104990 - projects/metadata/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 19 12:43:04 EDT 2010


Author: alex.loubyansky at jboss.com
Date: 2010-05-19 12:43:04 -0400 (Wed, 19 May 2010)
New Revision: 104990

Modified:
   projects/metadata/trunk/pom.xml
Log:
update to jboss-parent 5 and fix dependencies

Modified: projects/metadata/trunk/pom.xml
===================================================================
--- projects/metadata/trunk/pom.xml	2010-05-19 16:25:49 UTC (rev 104989)
+++ projects/metadata/trunk/pom.xml	2010-05-19 16:43:04 UTC (rev 104990)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>4.0.CR1</version>
+    <version>5</version>
   </parent>
   <groupId>org.jboss.metadata</groupId>
   <artifactId>jboss-metadata</artifactId>
@@ -185,6 +185,10 @@
           <groupId>javax.xml.bind</groupId>
           <artifactId>jaxb-api</artifactId>
         </exclusion>          
+        <exclusion>
+          <groupId>apache-xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
       </exclusions>       
     </dependency>
     
@@ -205,12 +209,20 @@
       <artifactId>jaxb-api</artifactId>
       <version>2.1.4</version>
    </dependency>
-      
+
     <dependency>
-      <groupId>apache-xerces</groupId>
+      <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <version>2.9.1</version>    
+      <version>1.3.04</version>
+      <scope>compile</scope>
     </dependency>
+
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.9.1</version>
+      <scope>compile</scope>
+    </dependency>
     
     <!-- Test Dependencies -->
     <dependency>




More information about the jboss-cvs-commits mailing list