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 2013/02/28 08:29:26 UTC

svn commit: r1451126 - in /felix/trunk/ipojo/handler: eventadmin/eventadmin-handler-it/pom.xml jmx/jmx-handler-it/pom.xml

Author: clement
Date: Thu Feb 28 07:29:25 2013
New Revision: 1451126

URL: http://svn.apache.org/r1451126
Log:
FELIX-3903 - by adding the Felix parent pom, it reduces the version of junit. We must set the junit version to 4.9

Modified:
    felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
    felix/trunk/ipojo/handler/jmx/jmx-handler-it/pom.xml

Modified: felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml?rev=1451126&r1=1451125&r2=1451126&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml (original)
+++ felix/trunk/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml Thu Feb 28 07:29:25 2013
@@ -147,12 +147,18 @@
             <version>0.3.0</version>
         </dependency>
 
-
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-wrap</artifactId>
             <version>1.5.2</version>
         </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.9</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

Modified: felix/trunk/ipojo/handler/jmx/jmx-handler-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/jmx/jmx-handler-it/pom.xml?rev=1451126&r1=1451125&r2=1451126&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/jmx/jmx-handler-it/pom.xml (original)
+++ felix/trunk/ipojo/handler/jmx/jmx-handler-it/pom.xml Thu Feb 28 07:29:25 2013
@@ -147,6 +147,12 @@
             <version>0.3.0</version>
         </dependency>
 
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.9</version>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>