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 05:12:50 UTC

cxf git commit: revert previous unnecessary change

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


revert previous unnecessary change


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

Branch: refs/heads/master
Commit: b4872363fda49f205001d4385ecbc35133c2c755
Parents: 55bda33
Author: Freeman Fang <fr...@gmail.com>
Authored: Wed Dec 3 12:12:20 2014 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Wed Dec 3 12:12:20 2014 +0800

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/b4872363/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index e88db26..17607d7 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -173,19 +173,6 @@
                 </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>