Author: sinaci
Date: Tue Mar 6 13:26:57 2012
New Revision: 1297465
URL: http://svn.apache.org/viewvc?rev=1297465&view=rev
Log:
Fixes Jenkins failure #788. version problem of Contenthub about javax.ws.rs
corrected.
Modified:
incubator/stanbol/trunk/contenthub/web/pom.xml
Modified: incubator/stanbol/trunk/contenthub/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/web/pom.xml?rev=1297465&r1=1297464&r2=1297465&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/web/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/web/pom.xml Tue Mar 6 13:26:57 2012
@@ -49,6 +49,14 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Import-Package>
+ javax.ws.rs.*; version="[0,2)",
+ *
+ </Import-Package>
+ </instructions>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>