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/05/09 13:48:50 UTC

svn commit: r1336111 - /servicemix/smx4/bundles/trunk/jets3t-0.7.4/pom.xml

Author: jbonofre
Date: Wed May  9 11:48:50 2012
New Revision: 1336111

URL: http://svn.apache.org/viewvc?rev=1336111&view=rev
Log:
[SMX4-1119] Fix build warning messages in jets3t 0.7.4 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/jets3t-0.7.4/pom.xml

Modified: servicemix/smx4/bundles/trunk/jets3t-0.7.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jets3t-0.7.4/pom.xml?rev=1336111&r1=1336110&r2=1336111&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jets3t-0.7.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jets3t-0.7.4/pom.xml Wed May  9 11:48:50 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -45,7 +45,6 @@
             contribs.mx;version=${project.version};-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            !org.jets3t*,
             org.apache.commons.codec*;version="[1.3,2)",
             org.apache.commons.httpclient*;version="[3.1,4)",
             com.jamesmurty.utils;resolution:=optional,
@@ -117,4 +116,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>