You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/12/11 10:41:41 UTC

svn commit: r1044610 - /tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/pom.xml

Author: antelder
Date: Sat Dec 11 09:41:41 2010
New Revision: 1044610

URL: http://svn.apache.org/viewvc?rev=1044610&view=rev
Log:
Remove base java dependencies

Modified:
    tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/pom.xml?rev=1044610&r1=1044609&r2=1044610&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-jaxrs-runtime/pom.xml Sat Dec 11 09:41:41 2010
@@ -63,27 +63,6 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
 
-        <!--
-        <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-            <version>2.1</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>javax.xml.stream</groupId>
-                    <artifactId>stax-api</artifactId>
-                </exclusion>
-            </exclusions>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-            <version>2.1.12</version>
-            <scope>test</scope>
-        </dependency>
-        -->
         <dependency>
             <groupId>org.apache.wink</groupId>
             <artifactId>wink-server</artifactId>