Skip to content

Commit

Permalink
[530] xtable-core pom has a hardcoded scala version for jackson-modul…
Browse files Browse the repository at this point in the history
…e-scala
  • Loading branch information
rangareddy authored and vinishjail97 committed Sep 17, 2024
1 parent 814da69 commit f96ee21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.12</artifactId>
<artifactId>jackson-module-scala_${scala.version.prefix}</artifactId>
<version>${jackson.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion xtable-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.12</artifactId>
<artifactId>jackson-module-scala_${scala.version.prefix}</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit f96ee21

Please sign in to comment.