[jboss-cvs] JBossAS SVN: r87285 - in projects/webbeans-ri-int/trunk: deployer and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 14 09:31:02 EDT 2009


Author: petemuir
Date: 2009-04-14 09:31:02 -0400 (Tue, 14 Apr 2009)
New Revision: 87285

Modified:
   projects/webbeans-ri-int/trunk/deployer/pom.xml
   projects/webbeans-ri-int/trunk/pom.xml
Log:
fix deployer

Modified: projects/webbeans-ri-int/trunk/deployer/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/pom.xml	2009-04-14 13:29:25 UTC (rev 87284)
+++ projects/webbeans-ri-int/trunk/deployer/pom.xml	2009-04-14 13:31:02 UTC (rev 87285)
@@ -43,7 +43,14 @@
    </build>
    
    <dependencies>
+   
       <dependency>
+      	<groupId>org.jboss.webbeans.integration</groupId>
+      	<artifactId>webbeans-jboss-int-jboss-ejb</artifactId>
+      	<scope>runtime</scope>
+    	</dependency>
+   
+      <dependency>
          <groupId>org.jboss.webbeans</groupId>
          <artifactId>webbeans-core</artifactId>
       </dependency>

Modified: projects/webbeans-ri-int/trunk/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/pom.xml	2009-04-14 13:29:25 UTC (rev 87284)
+++ projects/webbeans-ri-int/trunk/pom.xml	2009-04-14 13:31:02 UTC (rev 87285)
@@ -312,6 +312,12 @@
         <artifactId>webbeans-spi</artifactId>
         <version>${version.webbeans}</version>
       </dependency>
+      
+      <dependency>
+      	<groupId>org.jboss.webbeans.integration</groupId>
+      	<artifactId>webbeans-jboss-int-jboss-ejb</artifactId>
+      	<version>${project.version}</version>
+    	</dependency>
 
       <dependency>
         <groupId>javax.servlet</groupId>




More information about the jboss-cvs-commits mailing list