Closed rangareddy closed 2 months ago
This pull request aims to address issues #530
Removing the hardcoded scala version for jackson-module-scala in xtable parent project and xtable-core projects.
2.12
${scala.version.prefix}
<dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_${scala.version.prefix}</artifactId> <version>${jackson.version}</version> </dependency>
Verified by running $ mvn clean install -DskipTests -U locally.
$ mvn clean install -DskipTests -U
Important Read
This pull request aims to address issues #530
What is the purpose of the pull request
Removing the hardcoded scala version for jackson-module-scala in xtable parent project and xtable-core projects.
Brief change log
2.12
and replaced with${scala.version.prefix}
.Verify this pull request
Verified by running
$ mvn clean install -DskipTests -U
locally.