apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
919 stars 147 forks source link

[530] xtable-core pom has a hardcoded scala version for jackson-module-scala #537

Closed rangareddy closed 2 months ago

rangareddy commented 2 months ago

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

<dependency>
    <groupId>com.fasterxml.jackson.module</groupId>
    <artifactId>jackson-module-scala_${scala.version.prefix}</artifactId>
    <version>${jackson.version}</version>
</dependency>

Verify this pull request

Verified by running $ mvn clean install -DskipTests -U locally.