You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/07/22 14:12:11 UTC

svn commit: r1753796 - /sling/trunk/installer/it/pom.xml

Author: kwin
Date: Fri Jul 22 14:12:11 2016
New Revision: 1753796

URL: http://svn.apache.org/viewvc?rev=1753796&view=rev
Log:
upgrade pax.url to a newer version to fix https://ops4j1.jira.com/browse/PAXURL-320

Modified:
    sling/trunk/installer/it/pom.xml

Modified: sling/trunk/installer/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/it/pom.xml?rev=1753796&r1=1753795&r2=1753796&view=diff
==============================================================================
--- sling/trunk/installer/it/pom.xml (original)
+++ sling/trunk/installer/it/pom.xml Fri Jul 22 14:12:11 2016
@@ -34,7 +34,7 @@
 
     <properties>
         <exam.version>3.0.3</exam.version>
-        <url.version>1.5.2</url.version>
+        <url.version>2.4.7</url.version>
         <pax.exam.log.level>INFO</pax.exam.log.level>
         <installer.configuration.version>1.1.3-SNAPSHOT</installer.configuration.version>
 
@@ -481,6 +481,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <version>1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
             <version>4.4.1</version>