You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/11/25 11:47:35 UTC

svn commit: r1413321 - /stanbol/trunk/commons/solr/core/pom.xml

Author: rwesten
Date: Sun Nov 25 10:47:34 2012
New Revision: 1413321

URL: http://svn.apache.org/viewvc?rev=1413321&view=rev
Log:
minor: removed dependency stax-api (is anyway part of JDK)

Modified:
    stanbol/trunk/commons/solr/core/pom.xml

Modified: stanbol/trunk/commons/solr/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/core/pom.xml?rev=1413321&r1=1413320&r2=1413321&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/core/pom.xml (original)
+++ stanbol/trunk/commons/solr/core/pom.xml Sun Nov 25 10:47:34 2012
@@ -267,10 +267,6 @@
       <artifactId>commons-collections</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix.specs</groupId>
-      <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
     </dependency>