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 <[email protected]> Authored: Wed Dec 3 12:12:20 2014 +0800 Committer: Freeman Fang <[email protected]> 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>
