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 03:52:55 UTC

svn commit: r500459 - /geronimo/server/trunk/modules/geronimo-openejb/pom.xml

Author: dims
Date: Fri Jan 26 18:52:54 2007
New Revision: 500459

URL: http://svn.apache.org/viewvc?view=rev&rev=500459
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/modules/geronimo-openejb/pom.xml

Modified: geronimo/server/trunk/modules/geronimo-openejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-openejb/pom.xml?view=diff&rev=500459&r1=500458&r2=500459
==============================================================================
--- geronimo/server/trunk/modules/geronimo-openejb/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-openejb/pom.xml Fri Jan 26 18:52:54 2007
@@ -34,6 +34,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>