You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by di...@apache.org on 2007/01/27 04:10:06 UTC

svn commit: r500468 - /geronimo/server/trunk/configs/openejb/pom.xml

Author: dims
Date: Fri Jan 26 19:10:06 2007
New Revision: 500468

URL: http://svn.apache.org/viewvc?view=rev&rev=500468
Log:
add excludes for geronimo 1.2-beta as mentioned here - http://www.mail-archive.com/dev@geronimo.apache.org/msg40206.html

Modified:
    geronimo/server/trunk/configs/openejb/pom.xml

Modified: geronimo/server/trunk/configs/openejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/openejb/pom.xml?view=diff&rev=500468&r1=500467&r2=500468
==============================================================================
--- geronimo/server/trunk/configs/openejb/pom.xml (original)
+++ geronimo/server/trunk/configs/openejb/pom.xml Fri Jan 26 19:10:06 2007
@@ -66,6 +66,40 @@
         <dependency>
             <groupId>org.apache.openejb</groupId>
             <artifactId>openejb-core</artifactId>
+            <exclusions>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-security</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-kernel</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-connector</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-interceptor</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-naming</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-transaction</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-timer</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>org.apache.geronimo.modules</groupId>
+                <artifactId>geronimo-webservices</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>