Author: ningjiang
Date: Tue Oct 7 08:52:21 2008
New Revision: 702524
URL: http://svn.apache.org/viewvc?rev=702524&view=rev
Log:
CXF-1841 set the jca spec jar's scope to be provided
Modified:
cxf/trunk/api/pom.xml
cxf/trunk/integration/jca/pom.xml
Modified: cxf/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/api/pom.xml?rev=702524&r1=702523&r2=702524&view=diff
==============================================================================
--- cxf/trunk/api/pom.xml (original)
+++ cxf/trunk/api/pom.xml Tue Oct 7 08:52:21 2008
@@ -76,6 +76,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
Modified: cxf/trunk/integration/jca/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/integration/jca/pom.xml?rev=702524&r1=702523&r2=702524&view=diff
==============================================================================
--- cxf/trunk/integration/jca/pom.xml (original)
+++ cxf/trunk/integration/jca/pom.xml Tue Oct 7 08:52:21 2008
@@ -113,6 +113,12 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
<scope>provided</scope>
</dependency>