Author: enridaga
Date: Sun Oct 20 19:10:52 2013
New Revision: 1533953
URL: http://svn.apache.org/r1533953
Log:
STANBOL-1173 removed reference to jersey in import package declarations
Modified:
stanbol/branches/commons-ng/rules/web/pom.xml
Modified: stanbol/branches/commons-ng/rules/web/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/commons-ng/rules/web/pom.xml?rev=1533953&r1=1533952&r2=1533953&view=diff
==============================================================================
--- stanbol/branches/commons-ng/rules/web/pom.xml (original)
+++ stanbol/branches/commons-ng/rules/web/pom.xml Sun Oct 20 19:10:52 2013
@@ -63,7 +63,7 @@
!org.apache.felix.http.jetty,
!org.mortbay.jetty.*,
javax.servlet.*; version="[2.5.0,4.0.0)",
- javax.ws.rs.*; version="[0,2)",
+ javax.ws.rs.*; version="[2.0,3)",
org.apache.stanbol.commons.web.base; provide:=true,
*
</Import-Package>