[jboss-cvs] JBossAS SVN: r99540 - trunk/client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 10:23:07 EST 2010


Author: emuckenhuber
Date: 2010-01-18 10:23:07 -0500 (Mon, 18 Jan 2010)
New Revision: 99540

Modified:
   trunk/client/pom.xml
Log:
JBAS-7621 add profileservice client jar

Modified: trunk/client/pom.xml
===================================================================
--- trunk/client/pom.xml	2010-01-18 15:22:57 UTC (rev 99539)
+++ trunk/client/pom.xml	2010-01-18 15:23:07 UTC (rev 99540)
@@ -51,6 +51,12 @@
     </dependency>
     
     <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-profileservice</artifactId>
+      <classifier>client</classifier>
+    </dependency>
+    
+    <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-common-core</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list