You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2009/07/24 14:49:32 UTC

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

Author: xuhaihong
Date: Fri Jul 24 12:49:32 2009
New Revision: 797433

URL: http://svn.apache.org/viewvc?rev=797433&view=rev
Log:
Add the openjpa to the exclude list of the openejb-core

Modified:
    geronimo/server/trunk/plugins/client/client/src/main/history/dependencies.xml
    geronimo/server/trunk/pom.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=797433&r1=797432&r2=797433&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 Jul 24 12:49:32 2009
@@ -107,11 +107,6 @@
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>org.apache.openjpa</groupId>
-        <artifactId>openjpa</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-asm-shaded</artifactId>
         <type>jar</type>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=797433&r1=797432&r2=797433&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Jul 24 12:49:32 2009
@@ -1107,6 +1107,10 @@
                         <groupId>org.apache.xbean</groupId>
                         <artifactId>xbean-finder-shaded</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.openjpa</groupId>
+                        <artifactId>openjpa</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>