This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new f7ae16d  CXF-7889: ensure all samples from CXF kit can work with JDK11 
OOTB. Fixing jax_rs/spark
f7ae16d is described below

commit f7ae16dff9561db9bc16e1ad82ae75e93fdb735d
Author: reta <[email protected]>
AuthorDate: Wed Nov 7 20:24:13 2018 -0500

    CXF-7889: ensure all samples from CXF kit can work with JDK11 OOTB. Fixing 
jax_rs/spark
---
 distribution/src/main/release/samples/jax_rs/spark/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/spark/pom.xml 
b/distribution/src/main/release/samples/jax_rs/spark/pom.xml
index a3ba3a7..ce7963b 100644
--- a/distribution/src/main/release/samples/jax_rs/spark/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spark/pom.xml
@@ -49,7 +49,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.spark</groupId>
-            <artifactId>spark-streaming_2.10</artifactId>
+            <artifactId>spark-streaming_2.11</artifactId>
             <version>2.0.0</version>
             <exclusions>
             <exclusion>
@@ -58,14 +58,14 @@
             </exclusion>
             <exclusion>
               <groupId>com.fasterxml.jackson.module</groupId>
-              <artifactId>jackson-module-scala_2.10</artifactId>
+              <artifactId>jackson-module-scala_2.11</artifactId>
             </exclusion>
             </exclusions>  
         </dependency>
         <dependency>
           <groupId>com.fasterxml.jackson.module</groupId>
-          <artifactId>jackson-module-scala_2.10</artifactId>
-          <version>2.9.0.pr3</version>
+          <artifactId>jackson-module-scala_2.11</artifactId>
+          <version>2.9.7</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tika</groupId>

Reply via email to