From 5e2a077dfd0c8359130abc60cba2252398471a87 Mon Sep 17 00:00:00 2001 From: Matt Casters Date: Tue, 3 Sep 2019 16:09:26 +0200 Subject: [PATCH] Issue #44 - Beam 2.15.0 --- pom.xml | 135 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 81 insertions(+), 54 deletions(-) diff --git a/pom.xml b/pom.xml index e29fc33..f507c70 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.pentaho pentaho-ce-jar-parent-pom - 8.2.0.0-SNAPSHOT + 8.2.0.7-719 kettle-beam ${project.artifactId} @@ -22,8 +22,9 @@ 8.2.0.0-342 1.9.5 4.4 - 2.13.0 + 2.15.0 1.0.0-SNAPSHOT + 2.4.3 @@ -35,21 +36,25 @@ + - pentaho-kettle - kettle-core - ${pentaho-kettle.version} + com.fasterxml.jackson.core + jackson-core + 2.9.9 - pentaho-kettle - kettle-engine - ${pentaho-kettle.version} + com.fasterxml.jackson.core + jackson-databind + 2.9.9.3 - pentaho-kettle - kettle-ui-swt - ${pentaho-kettle.version} + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.9.9 + + + org.apache.beam beam-sdks-java-core @@ -75,11 +80,6 @@ beam-runners-flink_2.11 ${apache-beam-version} - - org.apache.beam - beam-runners-apex - ${apache-beam-version} - org.apache.beam beam-sdks-java-extensions-join-library @@ -123,18 +123,42 @@ org.apache.spark spark-core_2.11 - 2.4.0 + ${spark-version} org.apache.spark spark-streaming_2.11 - 2.4.0 + ${spark-version} com.google.cloud google-cloud-bigquery 1.55.0 + + org.apache.kafka + kafka-clients + 1.0.0 + + + + pentaho-kettle + kettle-core + ${pentaho-kettle.version} + provided + + + pentaho-kettle + kettle-engine + ${pentaho-kettle.version} + provided + + + pentaho-kettle + kettle-ui-swt + ${pentaho-kettle.version} + provided + junit @@ -193,44 +217,28 @@ + - pentaho-kettle - kettle-core - ${pentaho-kettle.version} - provided + com.fasterxml.jackson.core + jackson-core + 2.9.9 - pentaho-kettle - kettle-engine - ${pentaho-kettle.version} - provided + com.fasterxml.jackson.core + jackson-databind + 2.9.9.3 - pentaho-kettle - kettle-ui-swt - ${pentaho-kettle.version} - provided + com.fasterxml.jackson.module + jackson-module-scala_2.11 + 2.9.9 + + org.apache.beam beam-sdks-java-core ${apache-beam-version} - - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind - - - org.apache.beam @@ -252,11 +260,6 @@ beam-runners-flink_2.11 ${apache-beam-version} - - org.apache.beam - beam-runners-apex - ${apache-beam-version} - org.apache.beam beam-sdks-java-extensions-join-library @@ -295,12 +298,12 @@ org.apache.spark spark-core_2.12 - 2.4.0 + ${spark-version} org.apache.spark spark-streaming_2.12 - 2.4.0 + ${spark-version} com.google.cloud @@ -312,6 +315,30 @@ beam-vendor-guava-20_0 0.1 + + org.apache.kafka + kafka-clients + 1.0.0 + + + + pentaho-kettle + kettle-core + ${pentaho-kettle.version} + provided + + + pentaho-kettle + kettle-engine + ${pentaho-kettle.version} + provided + + + pentaho-kettle + kettle-ui-swt + ${pentaho-kettle.version} + provided + junit @@ -325,4 +352,4 @@ kettle-beam 1.0.0-SNAPSHOT - + \ No newline at end of file