[jboss-cvs] JBossAS SVN: r80518 - in trunk: messaging and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 4 15:57:06 EST 2008


Author: pgier
Date: 2008-11-04 15:57:05 -0500 (Tue, 04 Nov 2008)
New Revision: 80518

Removed:
   trunk/tomcat/src/assembly/jboss-web-metamodel.xml
Modified:
   trunk/ejb3/pom.xml
   trunk/messaging/pom.xml
   trunk/webservices/pom.xml
Log:
Change ejb dependency to as-int.

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-11-04 20:53:37 UTC (rev 80517)
+++ trunk/ejb3/pom.xml	2008-11-04 20:57:05 UTC (rev 80518)
@@ -111,6 +111,11 @@
     
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-as-int</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-core</artifactId>
       <classifier>client</classifier>
     </dependency>

Modified: trunk/messaging/pom.xml
===================================================================
--- trunk/messaging/pom.xml	2008-11-04 20:53:37 UTC (rev 80517)
+++ trunk/messaging/pom.xml	2008-11-04 20:57:05 UTC (rev 80518)
@@ -31,6 +31,14 @@
       <artifactId>jboss-as-system-jmx</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-ejb3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.metadata</groupId>
+      <artifactId>jboss-metadata</artifactId>
+    </dependency>
+    <dependency>
       <groupId>jboss.messaging</groupId>
       <artifactId>jboss-messaging</artifactId>
     </dependency>

Deleted: trunk/tomcat/src/assembly/jboss-web-metamodel.xml
===================================================================
--- trunk/tomcat/src/assembly/jboss-web-metamodel.xml	2008-11-04 20:53:37 UTC (rev 80517)
+++ trunk/tomcat/src/assembly/jboss-web-metamodel.xml	2008-11-04 20:57:05 UTC (rev 80518)
@@ -1,16 +0,0 @@
-<assembly>
-  <id>jboss-web-metamodel</id>
-  <formats>
-    <format>jar</format>
-  </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      <directory>target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-      <includes>
-        <include>org/jboss/web/metamodel/**</include>
-      </includes>
-    </fileSet>
-  </fileSets>
-</assembly>
\ No newline at end of file

Modified: trunk/webservices/pom.xml
===================================================================
--- trunk/webservices/pom.xml	2008-11-04 20:53:37 UTC (rev 80517)
+++ trunk/webservices/pom.xml	2008-11-04 20:57:05 UTC (rev 80518)
@@ -64,6 +64,10 @@
       <classifier>client</classifier>
     </dependency>
     <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-as-int</artifactId>
+    </dependency>    
+    <dependency>
       <groupId>org.jboss.security</groupId>
       <artifactId>jboss-security-spi</artifactId>
       <scope>provided</scope>




More information about the jboss-cvs-commits mailing list