Repository: cxf
Updated Branches:
  refs/heads/master effcaf3f6 -> 8fccdd91d


Excluding org.eclipse:org.eclipse.osgi transitive dependency which seems to be 
not needed and is causing issues as the required version is not in Maven Central


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

Branch: refs/heads/master
Commit: 8fccdd91db3557b411fceb6518fead292b4c7e7c
Parents: effcaf3
Author: Alessio Soldano <[email protected]>
Authored: Tue Nov 11 17:07:45 2014 +0100
Committer: Alessio Soldano <[email protected]>
Committed: Tue Nov 11 17:07:45 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/8fccdd91/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 9575dc8..e8072eb 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -160,6 +160,10 @@
                     <artifactId>osgi</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>org.eclipse</groupId>
+                    <artifactId>org.eclipse.osgi</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.apache.karaf</groupId>
                     <artifactId>org.apache.karaf.client</artifactId>
                 </exclusion>

Reply via email to