You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2011/10/05 16:56:12 UTC

svn commit: r1179250 - /felix/trunk/ipojo/handler/temporal/pom.xml

Author: clement
Date: Wed Oct  5 14:56:11 2011
New Revision: 1179250

URL: http://svn.apache.org/viewvc?rev=1179250&view=rev
Log:
Fixed FELIX-3145
Fixed the JDK 7 issue by updating ASM library to 3.3.1

Modified:
    felix/trunk/ipojo/handler/temporal/pom.xml

Modified: felix/trunk/ipojo/handler/temporal/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/temporal/pom.xml?rev=1179250&r1=1179249&r2=1179250&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/temporal/pom.xml (original)
+++ felix/trunk/ipojo/handler/temporal/pom.xml Wed Oct  5 14:56:11 2011
@@ -29,12 +29,12 @@
   <groupId>org.apache.felix</groupId>
   <version>1.7.0-SNAPSHOT</version>
   <name>Apache Felix iPOJO Temporal Service Dependency Handler</name>
-  
+
   <description>
   iPOJO extension to inject temporal service dependencies.
   </description>
   <url>http://felix.apache.org/site/temporal-service-dependency.html</url>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm-all</artifactId>
-      <version>3.0</version>
+      <version>3.3.1</version>
       <exclusions>
         <exclusion>
           <groupId>asm</groupId>
@@ -80,7 +80,7 @@
             <Bundle-DocURL>
               http://felix.apache.org/site/temporal-service-dependency.html
             </Bundle-DocURL>
-            <Include-Resource> 
+            <Include-Resource>
               META-INF/LICENSE=LICENSE,
               META-INF/LICENSE.asm=LICENSE.asm,
               META-INF/NOTICE=NOTICE,