This is an automated email from the ASF dual-hosted git repository.

vinish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


The following commit(s) were added to refs/heads/main by this push:
     new f96ee214 [530] xtable-core pom has a hardcoded scala version for 
jackson-module-scala
f96ee214 is described below

commit f96ee214480e002211efdb1dac023de7e711a186
Author: Ranga Reddy <[email protected]>
AuthorDate: Tue Sep 17 02:45:13 2024 +0530

    [530] xtable-core pom has a hardcoded scala version for jackson-module-scala
---
 pom.xml             | 2 +-
 xtable-core/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a980f7d9..4ac83667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
 
diff --git a/xtable-core/pom.xml b/xtable-core/pom.xml
index 9e52dbd6..b5059186 100644
--- a/xtable-core/pom.xml
+++ b/xtable-core/pom.xml
@@ -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>

Reply via email to