Author: cschneider
Date: Fri Jan 20 07:59:40 2012
New Revision: 1233801
URL: http://svn.apache.org/viewvc?rev=1233801&view=rev
Log:
CXF-4048 Make cxf-rt-indings-soap independent of cxf-tools-common. Add deps for
java 1.5
Modified:
cxf/trunk/rt/bindings/soap/pom.xml
Modified: cxf/trunk/rt/bindings/soap/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/bindings/soap/pom.xml?rev=1233801&r1=1233800&r2=1233801&view=diff
==============================================================================
--- cxf/trunk/rt/bindings/soap/pom.xml (original)
+++ cxf/trunk/rt/bindings/soap/pom.xml Fri Jan 20 07:59:40 2012
@@ -112,6 +112,15 @@
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jaxws_2.2_spec</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>${cxf.saaj.impl.groupId}</groupId>
<artifactId>${cxf.saaj.impl.artifactId}</artifactId>
<version>${cxf.saaj.impl.version}</version>