Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x 8eb52203e -> 2ca10f4bb


[KARAF-3422] Fix itests by adding commons-logging dependency (required for 
pax-url 2.3.0 update)


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/2ca10f4b
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/2ca10f4b
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/2ca10f4b

Branch: refs/heads/karaf-2.x
Commit: 2ca10f4bb6b45494af7c29f8ada6bc5c42645e32
Parents: 8eb5220
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Sat Dec 27 09:25:32 2014 +0100
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Sat Dec 27 09:25:32 2014 +0100

----------------------------------------------------------------------
 itests/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/2ca10f4b/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index f9ade38..87b0cb3 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -90,6 +90,12 @@
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.1.3</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to