You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by el...@apache.org on 2009/08/09 07:52:07 UTC

svn commit: r802491 - in /incubator/wink/trunk: pom.xml wink-common/pom.xml

Author: elman
Date: Sun Aug  9 05:52:07 2009
New Revision: 802491

URL: http://svn.apache.org/viewvc?rev=802491&view=rev
Log:
[WINK-131]: remove JAXB source jars from source distribution

Modified:
    incubator/wink/trunk/pom.xml
    incubator/wink/trunk/wink-common/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=802491&r1=802490&r2=802491&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Sun Aug  9 05:52:07 2009
@@ -383,23 +383,9 @@
                 <version>2.1</version>
             </dependency>
             <dependency>
-                <groupId>javax.xml.bind</groupId>
-                <artifactId>jaxb-api</artifactId>
-                <version>2.1</version>
-                <classifier>sources</classifier>
-                <scope>runtime</scope>
-            </dependency>
-            <dependency>
-                <groupId>com.sun.xml.bind</groupId>
-                <artifactId>jaxb-impl</artifactId>
-                <version>2.1.4</version>
-            </dependency>
-            <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
                 <version>2.1.4</version>
-                <classifier>sources</classifier>
-                <scope>runtime</scope>
             </dependency>
             <dependency>
                 <groupId>javax.activation</groupId>

Modified: incubator/wink/trunk/wink-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-common/pom.xml?rev=802491&r1=802490&r2=802491&view=diff
==============================================================================
--- incubator/wink/trunk/wink-common/pom.xml (original)
+++ incubator/wink/trunk/wink-common/pom.xml Sun Aug  9 05:52:07 2009
@@ -62,18 +62,8 @@
             <artifactId>jaxb-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
-            <classifier>sources</classifier>
         </dependency>
         <dependency>
             <groupId>javax.activation</groupId>