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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 4 09:50:25 EDT 2008


Author: dimitris at jboss.org
Date: 2008-09-04 09:50:25 -0400 (Thu, 04 Sep 2008)
New Revision: 77974

Modified:
   projects/metadata/trunk/pom.xml
Log:
make the apache-xerces:xml-apis dependency explicit

Modified: projects/metadata/trunk/pom.xml
===================================================================
--- projects/metadata/trunk/pom.xml	2008-09-04 13:29:51 UTC (rev 77973)
+++ projects/metadata/trunk/pom.xml	2008-09-04 13:50:25 UTC (rev 77974)
@@ -148,6 +148,12 @@
       <version>2.1</version>    
     </dependency>
     
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.9.1</version>    
+    </dependency>
+    
     <!-- Test Dependencies -->
     <dependency>
       <groupId>junit</groupId>




More information about the jboss-cvs-commits mailing list