Author: dkulp
Date: Wed Oct 8 08:32:13 2008
New Revision: 702910
URL: http://svn.apache.org/viewvc?rev=702910&view=rev
Log:
Fix compile failure
Modified:
cxf/branches/2.0.x-fixes/common/common/pom.xml
Modified: cxf/branches/2.0.x-fixes/common/common/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/common/common/pom.xml?rev=702910&r1=702909&r2=702910&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/common/common/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/common/common/pom.xml Wed Oct 8 08:32:13 2008
@@ -67,11 +67,6 @@
</dependency>
<dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
- </dependency>
-
- <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
@@ -151,7 +146,6 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
- <scope>test</scope>
</dependency>
</dependencies>