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 17:20:51 UTC

svn commit: r1327541 - /servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml

Author: jbonofre
Date: Wed Apr 18 15:20:51 2012
New Revision: 1327541

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

Modified:
    servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml

Modified: servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml?rev=1327541&r1=1327540&r2=1327541&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml Wed Apr 18 15:20:51 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>
 
@@ -54,8 +54,9 @@
             javax.sdp*;version=${pkgVersion};-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
+            javax.net*,
             javax.sip*;version="[1.2, 1.3)",
-            *
+            org.apache.log4j;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>