[jboss-cvs] JBossAS SVN: r67406 - projects/microcontainer/trunk/kernel.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 23 09:43:55 EST 2007


Author: adrian at jboss.org
Date: 2007-11-23 09:43:54 -0500 (Fri, 23 Nov 2007)
New Revision: 67406

Modified:
   projects/microcontainer/trunk/kernel/pom.xml
Log:
Fix the broken maven dependencies in the kernel project.

Modified: projects/microcontainer/trunk/kernel/pom.xml
===================================================================
--- projects/microcontainer/trunk/kernel/pom.xml	2007-11-23 14:29:34 UTC (rev 67405)
+++ projects/microcontainer/trunk/kernel/pom.xml	2007-11-23 14:43:54 UTC (rev 67406)
@@ -124,6 +124,14 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>javassist</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
     <!-- Test dependencies -->
   </dependencies>
 </project>




More information about the jboss-cvs-commits mailing list