You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/12/03 00:15:00 UTC

svn commit: r481662 - in /incubator/openejb/trunk/openejb3: assembly/openejb-standalone/pom.xml pom.xml

Author: dblevins
Date: Sat Dec  2 15:14:57 2006
New Revision: 481662

URL: http://svn.apache.org/viewvc?view=rev&rev=481662
Log:
Relaxed some excludes

Modified:
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/pom.xml
    incubator/openejb/trunk/openejb3/pom.xml

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/pom.xml?view=diff&rev=481662&r1=481661&r2=481662
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/pom.xml Sat Dec  2 15:14:57 2006
@@ -117,6 +117,10 @@
           <groupId>org.apache.geronimo.modules</groupId>
           <artifactId>geronimo-security</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.tranql</groupId>
+          <artifactId>tranql</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Modified: incubator/openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/pom.xml?view=diff&rev=481662&r1=481661&r2=481662
==============================================================================
--- incubator/openejb/trunk/openejb3/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/pom.xml Sat Dec  2 15:14:57 2006
@@ -372,10 +372,6 @@
           </exclusion>
           <exclusion>
             <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-security</artifactId>
           </exclusion>
           <exclusion>
@@ -407,10 +403,6 @@
         <version>1.2-SNAPSHOT</version>
         <exclusions>
           <exclusion>
-            <groupId>cglib</groupId>
-            <artifactId>cglib-nodep</artifactId>
-          </exclusion>
-          <exclusion>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
           </exclusion>
@@ -516,10 +508,6 @@
             <artifactId>geronimo-j2ee</artifactId>
           </exclusion>
           <exclusion>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-          </exclusion>
-          <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
           </exclusion>
@@ -692,6 +680,12 @@
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-reflect</artifactId>
         <version>${xbeanVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>mx4j</groupId>
+            <artifactId>mx4j</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.xbean</groupId>