[jboss-cvs] JBossAS SVN: r71853 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 9 12:39:21 EDT 2008


Author: pgier
Date: 2008-04-09 12:39:21 -0400 (Wed, 09 Apr 2008)
New Revision: 71853

Modified:
   trunk/ejb3/pom.xml
Log:
Update dependencies to match iiop changes in build.xml

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-04-09 16:16:27 UTC (rev 71852)
+++ trunk/ejb3/pom.xml	2008-04-09 16:39:21 UTC (rev 71853)
@@ -26,6 +26,10 @@
       <artifactId>xml-apis</artifactId>
     </dependency>
     <dependency>
+      <groupId>cglib</groupId>
+      <artifactId>cglib</artifactId>
+    </dependency>
+    <dependency>
       <groupId>hibernate</groupId>
       <artifactId>hibernate3</artifactId>
     </dependency>
@@ -117,6 +121,10 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-iiop</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-j2se</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list