Author: sfermigier
Date: Sat May 9 07:43:11 2009
New Revision: 773174
URL: http://svn.apache.org/viewvc?rev=773174&view=rev
Log:
These dependencies are needed for 'mvn install' to pass.
Modified:
incubator/chemistry/trunk/chemistry/chemistry-ws/pom.xml
Modified: incubator/chemistry/trunk/chemistry/chemistry-ws/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-ws/pom.xml?rev=773174&r1=773173&r2=773174&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-ws/pom.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-ws/pom.xml Sat May 9
07:43:11 2009
@@ -44,22 +44,20 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
- <scope>runtime</scope>
+ <!--scope>runtime</scope-->
</dependency>
- <!-- TODO download
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxws_2.1_spec</artifactId>
<version>1.0</version>
- <scope>runtime</scope>
+ <!--scope>runtime</scope-->
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
<version>1.1.2</version>
- <scope>runtime</scope>
+ <!--scope>runtime</scope-->
</dependency>
- -->
</dependencies>