Skip to content

Commit

Permalink
Set jackson version same as iceberg 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Feb 29, 2024
1 parent a10b237 commit 7024667
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@

<version.groovy>3.0.20</version.groovy>
<version.assembly.plugin>3.6.0</version.assembly.plugin>
<version.jackson>2.16.1</version.jackson>
<!-- 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.5.0</version.iceberg>
<version.spark>3.3.4</version.spark>
<version.hadoop>3.3.6</version.hadoop>
Expand All @@ -52,6 +53,13 @@
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${version.jackson}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- log -->
<dependency>
<groupId>org.jboss.slf4j</groupId>
Expand Down Expand Up @@ -110,13 +118,6 @@
<artifactId>groovy-jsr223</artifactId>
<version>${version.groovy}</version>
</dependency>
<!-- jackson version for spark -->
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${version.jackson}</version>
<type>pom</type>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down

0 comments on commit 7024667

Please sign in to comment.