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/18 16:19:27 UTC

svn commit: r1327520 - /servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml

Author: jbonofre
Date: Wed Apr 18 14:19:27 2012
New Revision: 1327520

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

Modified:
    servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml

Modified: servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml?rev=1327520&r1=1327519&r2=1327520&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/irclib-1.10/pom.xml Wed Apr 18 14:19:27 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>
 
@@ -43,8 +43,8 @@
             org.schwering.irc
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            com.sun.net.ssl*;resolution:=optional,
-            *
+            javax.net*,
+            com.sun.net.ssl*;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 
@@ -99,4 +99,5 @@
             </plugin>
         </plugins>
     </build>
+
 </project>