[jboss-cvs] JBossAS SVN: r78367 - trunk/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 10 14:42:17 EDT 2008


Author: pgier
Date: 2008-09-10 14:42:17 -0400 (Wed, 10 Sep 2008)
New Revision: 78367

Modified:
   trunk/profileservice/pom.xml
Log:
Add stax-api dependency to profileservice

Modified: trunk/profileservice/pom.xml
===================================================================
--- trunk/profileservice/pom.xml	2008-09-10 17:45:52 UTC (rev 78366)
+++ trunk/profileservice/pom.xml	2008-09-10 18:42:17 UTC (rev 78367)
@@ -98,6 +98,10 @@
       <groupId>org.jboss.deployers</groupId>
       <artifactId>jboss-deployers-core-spi</artifactId>
     </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
   </dependencies>
   
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list