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

svn commit: r823647 - in /incubator/wink/trunk: NOTICE wink-providers/wink-abdera-provider/pom.xml

Author: bluk
Date: Fri Oct  9 18:08:08 2009
New Revision: 823647

URL: http://svn.apache.org/viewvc?rev=823647&view=rev
Log:
Unexclude Woodstox and add them in NOTICE

Modified:
    incubator/wink/trunk/NOTICE
    incubator/wink/trunk/wink-providers/wink-abdera-provider/pom.xml

Modified: incubator/wink/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/NOTICE?rev=823647&r1=823646&r2=823647&view=diff
==============================================================================
--- incubator/wink/trunk/NOTICE (original)
+++ incubator/wink/trunk/NOTICE Fri Oct  9 18:08:08 2009
@@ -23,3 +23,5 @@
 This product includes software, Jaxen (http://jaxen.codehaus.org/) distributed under Jaxen license
 
 This product includes software, Jettison (http://jettison.codehaus.org/) distributed under Apache-2.0 license
+
+This product includes software, Woodstox (http://woodstox.codehaus.org/) distributed under Apache-2.0 license

Modified: incubator/wink/trunk/wink-providers/wink-abdera-provider/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-providers/wink-abdera-provider/pom.xml?rev=823647&r1=823646&r2=823647&view=diff
==============================================================================
--- incubator/wink/trunk/wink-providers/wink-abdera-provider/pom.xml (original)
+++ incubator/wink/trunk/wink-providers/wink-abdera-provider/pom.xml Fri Oct  9 18:08:08 2009
@@ -50,10 +50,6 @@
                     <artifactId>geronimo-stax-api_1.0_spec</artifactId>
                 </exclusion>
                 <exclusion>
-                    <groupId>org.codehaus.woodstox</groupId>
-                    <artifactId>wstx-asl</artifactId>
-                </exclusion>
-                <exclusion>
                     <groupId>javax.servlet</groupId>
                     <artifactId>servlet-api</artifactId>
                 </exclusion>