[jboss-cvs] JBossAS SVN: r75228 - in trunk: ejb3 and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 30 18:32:10 EDT 2008


Author: pgier
Date: 2008-06-30 18:32:10 -0400 (Mon, 30 Jun 2008)
New Revision: 75228

Modified:
   trunk/component-matrix/pom.xml
   trunk/ejb3/pom.xml
   trunk/embedded/pom.xml
   trunk/security/pom.xml
   trunk/server/pom.xml
Log:
Fix some dependencies in the maven build.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-06-30 22:12:54 UTC (rev 75227)
+++ trunk/component-matrix/pom.xml	2008-06-30 22:32:10 UTC (rev 75228)
@@ -1046,6 +1046,12 @@
         <version>${version.org.jboss.integration}</version>
       </dependency>
       
+      <dependency>
+        <groupId>org.jboss.integration</groupId>
+        <artifactId>jboss-deployment-spi</artifactId>
+        <version>${version.org.jboss.integration}</version>
+      </dependency>
+      
       <!-- Combined integration jar.  Maybe this can be removed when we just use the 
         -  individual compoennts -->
       <dependency>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-06-30 22:12:54 UTC (rev 75227)
+++ trunk/ejb3/pom.xml	2008-06-30 22:32:10 UTC (rev 75228)
@@ -177,6 +177,12 @@
       <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-kernel</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.integration</groupId>
+      <artifactId>jboss-corba-ots-spi</artifactId>
+    </dependency>
+    
   </dependencies>
   
 </project>

Modified: trunk/embedded/pom.xml
===================================================================
--- trunk/embedded/pom.xml	2008-06-30 22:12:54 UTC (rev 75227)
+++ trunk/embedded/pom.xml	2008-06-30 22:32:10 UTC (rev 75228)
@@ -48,6 +48,10 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
+      <groupId>jboss.web</groupId>
+      <artifactId>jbossweb</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-jaxws</artifactId>
     </dependency>

Modified: trunk/security/pom.xml
===================================================================
--- trunk/security/pom.xml	2008-06-30 22:12:54 UTC (rev 75227)
+++ trunk/security/pom.xml	2008-06-30 22:32:10 UTC (rev 75228)
@@ -22,18 +22,17 @@
   </build>
   <dependencies>
     <!-- Compile (global dependencies) -->
+    
     <dependency>
-      <groupId>org.jboss.security</groupId>
-      <artifactId>jboss-security-spi</artifactId>
+      <groupId>javassist</groupId>
+      <artifactId>javassist</artifactId>
     </dependency>
     
-    <!--
     <dependency>
       <groupId>org.jboss.security</groupId>
-      <artifactId>identity-impl</artifactId>
+      <artifactId>jboss-security-spi</artifactId>
     </dependency>
-    -->
-    
+        
     <dependency>
       <groupId>org.jboss</groupId>
       <artifactId>jboss-common-core</artifactId>

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2008-06-30 22:12:54 UTC (rev 75227)
+++ trunk/server/pom.xml	2008-06-30 22:32:10 UTC (rev 75228)
@@ -121,8 +121,18 @@
     </dependency>
     
     <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-deployment</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.integration</groupId>
+      <artifactId>jboss-deployment-spi</artifactId>
+    </dependency>
+    
+    <dependency>
       <groupId>org.jboss.security</groupId>
-      <artifactId>jboss-security-spi</artifactId>
+      <artifactId>jbosssx</artifactId>
     </dependency>
     
     <dependency>
@@ -197,6 +207,11 @@
     </dependency>
     
     <dependency>
+      <groupId>org.jboss.ws.native</groupId>
+      <artifactId>jbossws-native-jaxws</artifactId>
+    </dependency>
+      
+    <dependency>
       <groupId>org.jboss.naming</groupId>
       <artifactId>jnp-client</artifactId>
     </dependency>
@@ -253,16 +268,4 @@
 
   </dependencies>
   
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>javacc-maven-plugin</artifactId>
-        <configuration>
-          <packageName>some.project.package</packageName>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-  
 </project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list