You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2006/11/06 17:36:38 UTC

svn commit: r471786 - in /incubator/ode/trunk: jbi/pom.xml pom.xml

Author: boisvert
Date: Mon Nov  6 08:36:38 2006
New Revision: 471786

URL: http://svn.apache.org/viewvc?view=rev&rev=471786
Log:
Mark some dependencies as <provided> by container

Modified:
    incubator/ode/trunk/jbi/pom.xml
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/jbi/pom.xml?view=diff&rev=471786&r1=471785&r2=471786
==============================================================================
--- incubator/ode/trunk/jbi/pom.xml (original)
+++ incubator/ode/trunk/jbi/pom.xml Mon Nov  6 08:36:38 2006
@@ -90,6 +90,10 @@
             <scope>provided</scope>
             <version>1.0.1</version>
 		</dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+        </dependency>
 		<dependency>
 			<groupId>xml-apis</groupId>
 			<artifactId>xml-apis</artifactId>

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=471786&r1=471785&r2=471786
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Mon Nov  6 08:36:38 2006
@@ -64,7 +64,6 @@
         <commonsLoggingVersion>1.0.3</commonsLoggingVersion>
         <commonsPoolVersion>1.2</commonsPoolVersion>
         <hibernateVersion>3.1.2</hibernateVersion>
-        <hsqldbVersion>1.8.0.1</hsqldbVersion>
         <geronimoSpecsVersion>1.0</geronimoSpecsVersion>
         <geronimoVersion>1.1</geronimoVersion>
         <jaxenVersion>1.1-beta-8</jaxenVersion>
@@ -490,11 +489,6 @@
                 <classifier>tar</classifier>
             </dependency>
             <dependency>
-                <groupId>ant</groupId>
-                <artifactId>ant</artifactId>
-                <version>${antVersion}</version>
-            </dependency>
-            <dependency>
                 <groupId>axis</groupId>
                 <artifactId>axis-saaj</artifactId>
                 <version>${axisVersion}</version>
@@ -510,6 +504,13 @@
                 <artifactId>activation</artifactId>
                 <version>${activationVersion}</version>
             </dependency>
+            <!-- Ant required for org.apache.ode.tools.bpelc.ant.BpelCTask  -->
+            <dependency>
+                <groupId>ant</groupId>
+                <artifactId>ant</artifactId>
+                <version>${antVersion}</version>
+                <scope>provided</scope>
+            </dependency>
             <dependency>
                 <groupId>axis2</groupId>
                 <artifactId>axis2</artifactId>
@@ -593,11 +594,6 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>hsqldb</groupId>
-                <artifactId>hsqldb</artifactId>
-                <version>${hsqldbVersion}</version>
-            </dependency>
-            <dependency>
                 <groupId>jaxen</groupId>
                 <artifactId>jaxen</artifactId>
                 <version>${jaxenVersion}</version>
@@ -613,27 +609,30 @@
                 <groupId>jetty</groupId>
                 <artifactId>org.mortbay.jetty</artifactId>
                 <version>${jettyVersion}</version>
+                <scope>provided</scope>
             </dependency>
 
             <dependency>
                 <groupId>jetty</groupId>
                 <artifactId>jasper-compiler</artifactId>
                 <version>${jasperVersion}</version>
+                <scope>provided</scope>
             </dependency>
 
             <dependency>
                 <groupId>jetty</groupId>
                 <artifactId>jasper-runtime</artifactId>
                 <version>${jasperVersion}</version>
+                <scope>provided</scope>
             </dependency>
 
             <dependency>
                 <groupId>jetty</groupId>
                 <artifactId>org.mortbay.jmx</artifactId>
                 <version>${jettyVersion}</version>
+                <scope>provided</scope>
             </dependency>
 
-
             <dependency>
                 <groupId>jotm</groupId>
                 <artifactId>jotm</artifactId>
@@ -664,41 +663,49 @@
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
                 <version>${geronimoSpecsVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
                 <version>${geronimoSpecsVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-qname_1.1_spec</artifactId>
                 <version>${geronimoSpecsVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-servlet_2.4_spec</artifactId>
                 <version>${geronimoSpecsVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jsp_2.0_spec</artifactId>
                 <version>${geronimoSpecsVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>geronimo</groupId>
                 <artifactId>geronimo-kernel</artifactId>
                 <version>${geronimoVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>geronimo</groupId>
                 <artifactId>geronimo-transaction</artifactId>
                 <version>${geronimoVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-jbi</artifactId>
                 <version>${servicemixVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>net.sf.saxon</groupId>
@@ -746,16 +753,19 @@
                 <groupId>jencks</groupId>
                 <artifactId>xapool-without-pool</artifactId>
                 <version>${xapoolVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>org.jencks</groupId>
                 <artifactId>jencks</artifactId>
                 <version>${jencksVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>xerces</groupId>
                 <artifactId>xercesImpl</artifactId>
                 <version>${xercesVersion}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>xml-resolver</groupId>