Author: reto
Date: Tue Jul 15 18:35:23 2014
New Revision: 1610799
URL: http://svn.apache.org/r1610799
Log:
STANBOL-1364: manifest now accepts older version of http services
Modified:
stanbol/trunk/commons/solr/web/pom.xml
stanbol/trunk/commons/web/base.jersey/pom.xml
Modified: stanbol/trunk/commons/solr/web/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/solr/web/pom.xml?rev=1610799&r1=1610798&r2=1610799&view=diff
==============================================================================
--- stanbol/trunk/commons/solr/web/pom.xml (original)
+++ stanbol/trunk/commons/solr/web/pom.xml Tue Jul 15 18:35:23 2014
@@ -57,6 +57,7 @@
<configuration>
<instructions>
<Import-Package>
+ org.osgi.service.http; version="[1.2.0,2)",
org.apache.stanbol.commons.solr.web.dispatch,
*
</Import-Package>
Modified: stanbol/trunk/commons/web/base.jersey/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/commons/web/base.jersey/pom.xml?rev=1610799&r1=1610798&r2=1610799&view=diff
==============================================================================
--- stanbol/trunk/commons/web/base.jersey/pom.xml (original)
+++ stanbol/trunk/commons/web/base.jersey/pom.xml Tue Jul 15 18:35:23 2014
@@ -67,6 +67,10 @@
<Private-Package>
org.apache.stanbol.commons.web.base.jersey;version=${project.version}
</Private-Package>
+ <Import-Package>
+ org.osgi.service.http; version="[1.2.0,2)",
+ *
+ </Import-Package>
<!-- <Import-Package>
javax.servlet; version="[2.5.0,4.0.0)",
javax.servlet.http; version="[2.5.0,4.0.0)",