You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/02/22 08:09:26 UTC

svn commit: r1292149 - /servicemix/smx4/bundles/trunk/jersey-core-1.11/pom.xml

Author: jbonofre
Date: Wed Feb 22 07:09:26 2012
New Revision: 1292149

URL: http://svn.apache.org/viewvc?rev=1292149&view=rev
Log:
Fix jersey-core POM

Modified:
    servicemix/smx4/bundles/trunk/jersey-core-1.11/pom.xml

Modified: servicemix/smx4/bundles/trunk/jersey-core-1.11/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jersey-core-1.11/pom.xml?rev=1292149&r1=1292148&r2=1292149&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jersey-core-1.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jersey-core-1.11/pom.xml Wed Feb 22 07:09:26 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>10-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -39,9 +39,9 @@
         <pkgGroupId>com.sun.jersey</pkgGroupId>
         <pkgArtifactId>jersey-core</pkgArtifactId>
         <pkgVersion>1.11</pkgVersion>
-        <servicemix.osgi.export.pkg>
+        <servicemix.osgi.export>
             javax.ws.rs*;version=1.1.1,*;version="1.11.0"
-        </servicemix.osgi.export.pkg>
+        </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.activation,
             javax.imageio,
@@ -75,6 +75,15 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <build>
@@ -82,7 +91,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>