You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ja...@apache.org on 2014/10/28 15:03:32 UTC

svn commit: r1634882 - /felix/trunk/http/itest/pom.xml

Author: jawi
Date: Tue Oct 28 14:03:31 2014
New Revision: 1634882

URL: http://svn.apache.org/r1634882
Log:
Fixed not working itests:

- bumping Felix framework to a later one seems to cause the itests
  to run again without failing on missing javax.* packages;
- updated to latest Pax-Exam 2.x plugins (while we're at it).


Modified:
    felix/trunk/http/itest/pom.xml

Modified: felix/trunk/http/itest/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http/itest/pom.xml?rev=1634882&r1=1634881&r2=1634882&view=diff
==============================================================================
--- felix/trunk/http/itest/pom.xml (original)
+++ felix/trunk/http/itest/pom.xml Tue Oct 28 14:03:31 2014
@@ -38,11 +38,11 @@
     </scm>
     
     <properties>
-    	<felix.http.api.version>2.3.0-SNAPSHOT</felix.http.api.version>
-		<pax.exam.version>2.4.0</pax.exam.version>
+    	<felix.http.api.version>2.4.0-SNAPSHOT</felix.http.api.version>
+		<pax.exam.version>2.6.0</pax.exam.version>
 		<pax.exam.plugin.version>1.2.4</pax.exam.plugin.version>
-		<pax.url.aether.version>1.4.0</pax.url.aether.version>
-		<pax.swissbox.version>1.3.1</pax.swissbox.version>
+		<pax.url.aether.version>2.1.0</pax.url.aether.version>
+		<pax.swissbox.version>1.7.0</pax.swissbox.version>
 		<pax.runner.version>1.7.6</pax.runner.version>
     </properties>
 
@@ -146,7 +146,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.framework</artifactId>
-			<version>4.0.2</version>
+			<version>4.2.1</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>