Author: alexdma
Date: Mon Jun 25 16:21:15 2012
New Revision: 1353635
URL: http://svn.apache.org/viewvc?rev=1353635&view=rev
Log:
Added proper javax.ws.rs version requirement for reengineer.web and unnecessary
owllink import. Sorry, forgot these for STANBOL-177 (these bundles had package
conflicts once installed)
Modified:
incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml
incubator/stanbol/trunk/contrib/reengineer/web/pom.xml
Modified: incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml?rev=1353635&r1=1353634&r2=1353635&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml Mon Jun 25
16:21:15 2012
@@ -50,6 +50,7 @@
<Embed-Dependency>jaxp-ri</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<Import-Package>
+ !com.sun.org.apache.xml.internal.serialize,
!com.sun.java_cup.*,
!org.mortbay.http,
!org.mortbay.http.handler,
Modified: incubator/stanbol/trunk/contrib/reengineer/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reengineer/web/pom.xml?rev=1353635&r1=1353634&r2=1353635&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reengineer/web/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reengineer/web/pom.xml Mon Jun 25 16:21:15
2012
@@ -54,6 +54,8 @@
</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<Import-Package>
+ javax.servlet.*,
+ javax.ws.rs.*; version="[0,2)",
org.semanticweb.owlapi.*,
*
</Import-Package>