[jboss-cvs] JBossAS SVN: r99539 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 18 10:22:57 EST 2010


Author: emuckenhuber
Date: 2010-01-18 10:22:57 -0500 (Mon, 18 Jan 2010)
New Revision: 99539

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

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-01-18 14:16:18 UTC (rev 99538)
+++ trunk/pom.xml	2010-01-18 15:22:57 UTC (rev 99539)
@@ -393,6 +393,12 @@
       </dependency>
       <dependency>
         <groupId>org.jboss.jbossas</groupId>
+        <artifactId>jboss-as-profileservice</artifactId>
+        <version>${project.version}</version>
+        <classifier>client</classifier>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.jbossas</groupId>
         <artifactId>jboss-as-security</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -573,7 +579,6 @@
         <module>ejb3</module>
         <module>tomcat</module>
         <module>webservices</module>
-        <module>resteasy-int</module>
         <module>hibernate-int</module>
         <module>console</module>
         <module>client</module>




More information about the jboss-cvs-commits mailing list