Skip to content

Commit

Permalink
Use different confluent versions for different abris versions
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Wallimann <[email protected]>
  • Loading branch information
kevinwallimann committed Apr 6, 2022
1 parent 2ebabb3 commit 8667dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion parent-conf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<spring.kafka.test.version>2.2.4.RELEASE</spring.kafka.test.version>
<kafka.spark.version>0-10</kafka.spark.version>
<testcontainers.kafka.version>1.15.1</testcontainers.kafka.version>
<confluent.version>6.2.1</confluent.version> <!--Same as Abris uses-->

<embedded.mongo.version>2.1.2</embedded.mongo.version>

Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
<!-- ABRiS versions -->
<abris_spark_24.version>5.1.1</abris_spark_24.version>
<abris_spark_32.version>6.2.0</abris_spark_32.version>
<confluent_abris_5.version>5.3.4</confluent_abris_5.version>
<confluent_abris_6.version>6.2.1</confluent_abris_6.version>

<!-- Default versions -->
<spark.compat.version />
Expand Down Expand Up @@ -188,6 +190,7 @@
<mongodb.driver.version>${spark_2.mongodb.driver.version}</mongodb.driver.version>
<hadoop.version>${hadoop_2.version}</hadoop.version> <!-- same as Spark -->
<abris.version>${abris_spark_24.version}</abris.version>
<confluent.version>${confluent_abris_5.version}</confluent.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -219,6 +222,7 @@
<mongodb.driver.version>${spark_3.mongodb.driver.version}</mongodb.driver.version>
<hadoop.version>${hadoop_3.version}</hadoop.version> <!-- same as Spark -->
<abris.version>${abris_spark_32.version}</abris.version>
<confluent.version>${confluent_abris_6.version}</confluent.version>
</properties>
<dependencies>
<!-- For some reason, this dependency is not transitively included in spark-core -->
Expand Down

0 comments on commit 8667dd5

Please sign in to comment.