Author: rfeng
Date: Fri Aug 24 14:31:26 2007
New Revision: 569531

URL: http://svn.apache.org/viewvc?rev=569531&view=rev
Log:
Move the dependency to Geronimo 2.0.1

Modified:
    incubator/tuscany/java/sca/modules/binding-ejb/pom.xml

Modified: incubator/tuscany/java/sca/modules/binding-ejb/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ejb/pom.xml?rev=569531&r1=569530&r2=569531&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ejb/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/binding-ejb/pom.xml Fri Aug 24 14:31:26 
2007
@@ -37,12 +37,12 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-extension-helper</artifactId>
             <version>1.0-incubating-SNAPSHOT</version>
-        </dependency>    
+        </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-ejb_2.1_spec</artifactId>
-            <version>1.0.1</version>
+            <artifactId>geronimo-ejb_3.0_spec</artifactId>
+            <version>1.0</version>
             <scope>compile</scope>
         </dependency>
 
@@ -75,395 +75,63 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
-            <version>1.0</version>
-            <scope>test</scope>
-        </dependency>
-
-
-        <!-- yuk. all the exclusions are necessary as otherwise just about 
every geronimo
-            jar gets downloaded, and also there's a problem with one of the 
pom's causing
-            the build to always fail -->
-        <dependency>
-            <groupId>org.apache.openejb</groupId>
-            <artifactId>openejb-client</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.openejb</groupId>
-            <artifactId>openejb-core</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-openejb</artifactId>
+            <version>2.0.1</version>
             <scope>test</scope>
-
             <exclusions>
                 <exclusion>
-                    <groupId>geronimo</groupId>
+                    <groupId>org.apache.geronimo.modules</groupId>
                     <artifactId>geronimo-connector</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-client</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-common</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-deployment</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-j2ee</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-management</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>activeio</groupId>
-                    <artifactId>activeio</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-security</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-timer</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-transaction</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-axis</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-axis-builder</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-naming</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-system</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-util</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo-spec</groupId>
-                    <artifactId>geronimo-spec-corba</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-ejb_2.1_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-servlet_2.4_spec</artifactId>
-                </exclusion>
-                <!-- 
-                    <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
-                    </exclusion>
-                -->
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
-                </exclusion>
-                <!-- 
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jms_1.1_spec</artifactId>
-                </exclusion>
-                 -->
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-saaj_1.1_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-qname_1.1_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-webservices</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>tranql</groupId>
-                    <artifactId>tranql</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>antlr</groupId>
-                    <artifactId>antlr</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>axion</groupId>
-                    <artifactId>axion</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>castor</groupId>
-                    <artifactId>castor</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>oro</groupId>
-                    <artifactId>oro</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>cglib</groupId>
-                    <artifactId>cglib-nodep</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-primitives</groupId>
-                    <artifactId>commons-primitives</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>concurrent</groupId>
-                    <artifactId>concurrent</artifactId>
+                    <groupId>org.apache.geronimo.modules</groupId>
+                    <artifactId>geronimo-persistence-jpa10</artifactId>
                 </exclusion>
-                <!-- 
-                    <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                    </exclusion>
-                -->
                 <exclusion>
-                    <groupId>mx4j</groupId>
-                    <artifactId>mx4j</artifactId>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-ejbd</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>regexp</groupId>
-                    <artifactId>regexp</artifactId>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-server</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xercesImpl</artifactId>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-loader</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xmlParserAPIs</artifactId>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-jee</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>commons-cli</groupId>
-                    <artifactId>commons-cli</artifactId>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-ejbd</artifactId>
                 </exclusion>
-                <!-- 
-                    <exclusion>
-                    <groupId>asm</groupId>
-                    <artifactId>asm</artifactId>
-                    </exclusion>
-                -->
                 <exclusion>
-                    <groupId>axis</groupId>
-                    <artifactId>axis</artifactId>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-javaagent</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>xmlbeans</groupId>
-                    <artifactId>xbean</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-jelly</groupId>
-                    <artifactId>commons-jelly-tags-velocity</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>velocity</groupId>
-                    <artifactId>velocity</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
 
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-security</artifactId>
-            <version>1.1.1</version>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-common</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-util</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-j2ee</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-management</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-kernel</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>geronimo</groupId>
-                    <artifactId>geronimo-system</artifactId>
-                </exclusion>
-                <!-- exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
-                    </exclusion -->
-                <exclusion>
-                    <groupId>cglib</groupId>
-                    <artifactId>cglib-nodep</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>concurrent</groupId>
-                    <artifactId>concurrent</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>activeio</groupId>
-                    <artifactId>activeio</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>mx4j</groupId>
-                    <artifactId>mx4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>regexp</groupId>
-                    <artifactId>regexp</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>hsqldb</groupId>
-                    <artifactId>hsqldb</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-jelly</groupId>
-                    <artifactId>commons-jelly-tags-velocity</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>velocity</groupId>
-                    <artifactId>velocity</artifactId>
-                </exclusion>
             </exclusions>
-        </dependency>
 
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-common</artifactId>
-            <version>1.1.1</version>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-jelly</groupId>
-                    <artifactId>commons-jelly-tags-velocity</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>mx4j</groupId>
-                    <artifactId>mx4j</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>1.1.1</version>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-qname</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-qname_1.1_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xstream</groupId>
-                    <artifactId>xstream</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-jelly</groupId>
-                    <artifactId>commons-jelly-tags-velocity</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>xpp3</groupId>
-                    <artifactId>xpp3</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>mx4j</groupId>
-                    <artifactId>mx4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
     </dependencies>
+
+    <repositories>
+        <repository>
+            <id>geronimo-repository</id>
+            <name>Geronimo Repository</name>
+            
<url>http://svn.apache.org/repos/asf/geronimo/server/tags/2.0.1/repository</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+    </repositories>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to