[jboss-cvs] JBossAS SVN: r81440 - in trunk: system and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 21 10:51:08 EST 2008


Author: pgier
Date: 2008-11-21 10:51:08 -0500 (Fri, 21 Nov 2008)
New Revision: 81440

Modified:
   trunk/pom.xml
   trunk/system/pom.xml
Log:
Remove non-existent module.  Add jboss-profileservice-spi dependency to system pom.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-11-21 15:49:08 UTC (rev 81439)
+++ trunk/pom.xml	2008-11-21 15:51:08 UTC (rev 81440)
@@ -164,7 +164,6 @@
     <module>iiop</module>
     <module>aspects</module>
     <module>profileservice</module>
-    <module>profileservice-spi</module>
     <module>connector</module>
     <module>management</module>
     <module>ejb3</module>

Modified: trunk/system/pom.xml
===================================================================
--- trunk/system/pom.xml	2008-11-21 15:49:08 UTC (rev 81439)
+++ trunk/system/pom.xml	2008-11-21 15:51:08 UTC (rev 81440)
@@ -58,6 +58,10 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.integration</groupId>
+      <artifactId>jboss-profileservice-spi</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.man</groupId>
       <artifactId>jboss-managed</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list