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/10 16:13:10 UTC

svn commit: r1336708 - /servicemix/smx4/bundles/trunk/perf4j-0.9.16/pom.xml

Author: jbonofre
Date: Thu May 10 14:13:09 2012
New Revision: 1336708

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

Modified:
    servicemix/smx4/bundles/trunk/perf4j-0.9.16/pom.xml

Modified: servicemix/smx4/bundles/trunk/perf4j-0.9.16/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/perf4j-0.9.16/pom.xml?rev=1336708&r1=1336707&r2=1336708&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/perf4j-0.9.16/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/perf4j-0.9.16/pom.xml Thu May 10 14:13:09 2012
@@ -23,7 +23,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>
 
@@ -49,8 +49,8 @@
             org.apache.commons.logging*;resolution:=optional,                
             org.apache.log4j*;resolution:=optional,
             org.aspectj.lang*;resolution:=optional,
-            org.slf4j;resolution:=optional,                                                                       
-            *
+            org.slf4j;resolution:=optional,
+            ch.qos.logback*;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>