You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2014/12/03 04:18:51 UTC

cxf git commit: [CXF-6130]fix org.apache.cxf.osgi.itests failure

Repository: cxf
Updated Branches:
  refs/heads/master 652d82168 -> 55bda3369


[CXF-6130]fix org.apache.cxf.osgi.itests failure


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/55bda336
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/55bda336
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/55bda336

Branch: refs/heads/master
Commit: 55bda33699ea1c2e84a125253edd594cc2a32ea3
Parents: 652d821
Author: Freeman Fang <fr...@gmail.com>
Authored: Wed Dec 3 11:18:21 2014 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Wed Dec 3 11:18:21 2014 +0800

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/55bda336/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 17607d7..e88db26 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -173,6 +173,19 @@
                 </exclusion>
             </exclusions>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.karaf.http</groupId>
+            <artifactId>org.apache.karaf.http.command</artifactId>
+            <version>${cxf.karaf.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.karaf.http</groupId>
+            <artifactId>org.apache.karaf.http.core</artifactId>
+            <version>${cxf.karaf.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>