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/04/19 14:02:04 UTC

svn commit: r1327913 - /servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml

Author: jbonofre
Date: Thu Apr 19 12:02:04 2012
New Revision: 1327913

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

Modified:
    servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml

Modified: servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml?rev=1327913&r1=1327912&r2=1327913&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jasypt-1.8/pom.xml Thu Apr 19 12:02:04 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>
 
@@ -39,19 +39,19 @@
         <pkgGroupId>org.jasypt</pkgGroupId>
         <pkgArtifactId>jasypt</pkgArtifactId>
         <pkgVersion>1.8</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.jasypt
+        </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
+            javax.crypto*,
             com.ibm.icu.text*;resolution:=optional,
             org.acegisecurity*;resolution:=optional,
-            javax.crypto*,
             javax.servlet*;resolution:=optional,
             org.apache.wicket*;resolution:=optional,
             org.hibernate*;resolution:=optional,
             org.springframework*;resolution:=optional,
-            *
+            org.apache.commons.logging;resolution:=optional
         </servicemix.osgi.import.pkg>
-        <servicemix.osgi.export.pkg>
-            org.jasypt
-        </servicemix.osgi.export.pkg>
     </properties>
 
     <dependencies>