You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2014/04/14 11:36:36 UTC

[5/5] git commit: Fix integration tests

Fix integration tests

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

Branch: refs/heads/master
Commit: 69a53969d817dce68816ceb6a229e6d6177b5b16
Parents: 8b59f97
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Mon Apr 14 11:18:12 2014 +0200
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Mon Apr 14 11:18:12 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/karaf/blob/69a53969/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index aa74c4f..21178d2 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -39,6 +39,10 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.karaf</groupId>
             <artifactId>apache-karaf</artifactId>
             <scope>test</scope>