Skip to content

Commit f96ee21

Browse files
rangareddyvinishjail97
authored andcommitted
[530] xtable-core pom has a hardcoded scala version for jackson-module-scala
1 parent 814da69 commit f96ee21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
</dependency>
463463
<dependency>
464464
<groupId>com.fasterxml.jackson.module</groupId>
465-
<artifactId>jackson-module-scala_2.12</artifactId>
465+
<artifactId>jackson-module-scala_${scala.version.prefix}</artifactId>
466466
<version>${jackson.version}</version>
467467
</dependency>
468468

xtable-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</dependency>
4848
<dependency>
4949
<groupId>com.fasterxml.jackson.module</groupId>
50-
<artifactId>jackson-module-scala_2.12</artifactId>
50+
<artifactId>jackson-module-scala_${scala.version.prefix}</artifactId>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)