Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 8313a8531 -> c934af8a6


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/6552a56b
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6552a56b
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6552a56b

Branch: refs/heads/3.0.x-fixes
Commit: 6552a56babd287ddffb903451458b9d4fdf32d48
Parents: 8313a85
Author: Alessio Soldano <[email protected]>
Authored: Tue Nov 11 17:07:45 2014 +0100
Committer: Daniel Kulp <[email protected]>
Committed: Wed Nov 12 09:40:01 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/6552a56b/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index 92f2ecf..731cabd 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -150,6 +150,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