You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/06/05 21:11:15 UTC

svn commit: r782101 - in /geronimo/server/trunk/plugins: client/client/src/main/history/dependencies.xml openejb/openejb/src/main/history/dependencies.xml

Author: dwoods
Date: Fri Jun  5 19:11:15 2009
New Revision: 782101

URL: http://svn.apache.org/viewvc?rev=782101&view=rev
Log:
update expected maven depends so trunk will build again

Modified:
    geronimo/server/trunk/plugins/client/client/src/main/history/dependencies.xml
    geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/plugins/client/client/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/client/client/src/main/history/dependencies.xml?rev=782101&r1=782100&r2=782101&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/client/client/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugins/client/client/src/main/history/dependencies.xml Fri Jun  5 19:11:15 2009
@@ -68,11 +68,6 @@
     </dependency>
     <dependency>
         <groupId>org.apache.openejb</groupId>
-        <artifactId>openejb-api</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.openejb</groupId>
         <artifactId>openejb-loader</artifactId>
         <type>jar</type>
     </dependency>
@@ -107,13 +102,8 @@
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-asm-shaded</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-finder</artifactId>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>asm-finder</artifactId>
         <type>jar</type>
     </dependency>
     <dependency>

Modified: geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml?rev=782101&r1=782100&r2=782101&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugins/openejb/openejb/src/main/history/dependencies.xml Fri Jun  5 19:11:15 2009
@@ -38,11 +38,6 @@
     </dependency>
     <dependency>
         <groupId>org.apache.openejb</groupId>
-        <artifactId>openejb-api</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
-        <groupId>org.apache.openejb</groupId>
         <artifactId>openejb-loader</artifactId>
         <type>jar</type>
     </dependency>
@@ -57,8 +52,8 @@
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-asm-shaded</artifactId>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>asm-finder</artifactId>
         <type>jar</type>
     </dependency>
     <dependency>