Author: rwesten
Date: Sun Nov 25 10:56:06 2012
New Revision: 1413329

URL: http://svn.apache.org/viewvc?rev=1413329&view=rev
Log:
the stax-api is no longer included. This is because this API is part of the JDK 
1.6+ and Stanbol does anyway require this version of the JDK

Modified:
    stanbol/trunk/parent/pom.xml

Modified: stanbol/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/parent/pom.xml?rev=1413329&r1=1413328&r2=1413329&view=diff
==============================================================================
--- stanbol/trunk/parent/pom.xml (original)
+++ stanbol/trunk/parent/pom.xml Sun Nov 25 10:56:06 2012
@@ -1064,15 +1064,21 @@
     -->
     <!-- Other Solr/Lucene dependendies -->
     <!-- StAX Parser (used by Solr/Lucene) -->
-    <dependency>
+    <!-- dependency> stay api is included in java 1.6
       <groupId>org.apache.servicemix.specs</groupId>
       <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
       <version>2.1.0</version>
-    </dependency>
+    </dependency> -->
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
       <version>3.2.9_3</version>
+      <exclusions>
+        <exclusion> <!-- provided from JDK 1.6 via frameworkfragment -->
+          <groupId>org.apache.servicemix.specs</groupId>
+          <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <!-- dependency>
       <groupId>stax</groupId>


Reply via email to