cxf-bundle doesn't exist anymore since cxf-3.x

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

Branch: refs/heads/master
Commit: 66fb92824bc129320419908c7fc196910173357f
Parents: f4c6931
Author: Mark Struberg <strub...@apache.org>
Authored: Sun Jun 10 13:12:24 2018 +0200
Committer: Mark Struberg <strub...@apache.org>
Committed: Sun Jun 10 13:12:24 2018 +0200

----------------------------------------------------------------------
 examples/polling-parent/polling-client/pom.xml | 7 ++++++-
 examples/polling-parent/pom.xml                | 5 +++--
 2 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/66fb9282/examples/polling-parent/polling-client/pom.xml
----------------------------------------------------------------------
diff --git a/examples/polling-parent/polling-client/pom.xml 
b/examples/polling-parent/polling-client/pom.xml
index 20a5a4e..6822473 100644
--- a/examples/polling-parent/polling-client/pom.xml
+++ b/examples/polling-parent/polling-client/pom.xml
@@ -33,7 +33,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-bundle</artifactId>
+      <artifactId>cxf-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-rs-client</artifactId>
+      <version>${cxf.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>

http://git-wip-us.apache.org/repos/asf/tomee/blob/66fb9282/examples/polling-parent/pom.xml
----------------------------------------------------------------------
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index c85a8cd..182950a 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -31,6 +31,7 @@
     <xbean.version>4.8</xbean.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <tomee.version>8.0.0-SNAPSHOT</tomee.version>
+    <cxf.version>3.2.4</cxf.version>
   </properties>
 
   <build>
@@ -154,8 +155,8 @@
       <!-- client -->
       <dependency>
         <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf-bundle</artifactId>
-        <version>3.2.4</version>
+        <artifactId>cxf-core</artifactId>
+        <version>${cxf.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.xbean</groupId>

Reply via email to