Skip to content

Commit

Permalink
Align groovy dependency with debezium. Update to 4.0.17 and use new a…
Browse files Browse the repository at this point in the history
…rtifact org.apache.groovy (#449)
  • Loading branch information
ismailsimsek authored Dec 17, 2024
1 parent 4a60d41 commit c67ecda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
<artifactId>debezium-scripting</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-json</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-jsr223</artifactId>
</dependency>

Expand Down
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
<maven.compiler.release>17</maven.compiler.release>
<skipITs>true</skipITs>

<version.groovy>3.0.23</version.groovy>
<version.assembly.plugin>3.7.1</version.assembly.plugin>
<!-- Use same version as iceberg https://github.com/apache/iceberg/blob/main/gradle/libs.versions.toml#L53-->
<!-- NOTE:Use same version as iceberg https://github.com/apache/iceberg/blob/main/gradle/libs.versions.toml#L53-->
<version.jackson>2.14.2</version.jackson>
<version.iceberg>1.7.0</version.iceberg>
<!-- Following two properties defines which version of iceberg-spark-runtime is used -->
Expand All @@ -43,9 +42,12 @@
<version.googlebigdataoss>2.2.20</version.googlebigdataoss>
<version.testcontainers>1.20.4</version.testcontainers>
<!-- Debezium -->
<!-- NOTE:Use same version as debezium https://github.com/debezium/debezium/blob/main/pom.xml -->
<version.debezium>2.7.4.Final</version.debezium>
<version.mysql.driver>8.0.32</version.mysql.driver>
<version.mongo.driver>4.11.5</version.mongo.driver>
<!-- NOTE:Use same version as debezium https://github.com/debezium/debezium/blob/main/debezium-bom/pom.xml -->
<version.groovy>4.0.17</version.groovy>
<!-- Quarkus -->
<version.quarkus>3.15.1</version.quarkus>
</properties>
Expand Down Expand Up @@ -86,6 +88,7 @@
<artifactId>slf4j-jboss-logmanager</artifactId>
<version>[1.2.0.Final,)</version>
</dependency>
<!-- Quarkus -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
Expand All @@ -103,7 +106,7 @@
</dependency>
<!-- Debezium Scripting -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-bom</artifactId>
<version>${version.groovy}</version>
<type>pom</type>
Expand Down

0 comments on commit c67ecda

Please sign in to comment.