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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6977195af0 [NO-ISSUE] Fixing jackson after quarkus upgrade (#6591)
6977195af0 is described below

commit 6977195af01337d7b6e2bac97835e3aabbbec2e0
Author: Nithin R Krishnan <[email protected]>
AuthorDate: Fri Feb 20 13:53:45 2026 +0530

    [NO-ISSUE] Fixing jackson after quarkus upgrade (#6591)
    
    * test
    
    * test2
    
    ---------
    
    Co-authored-by: Nithin R Krishnan <[email protected]>
---
 drools-drlonyaml-parent/drools-drlonyaml-model/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/drools-drlonyaml-parent/drools-drlonyaml-model/pom.xml 
b/drools-drlonyaml-parent/drools-drlonyaml-model/pom.xml
index 261bba95a2..432dc1336f 100644
--- a/drools-drlonyaml-parent/drools-drlonyaml-model/pom.xml
+++ b/drools-drlonyaml-parent/drools-drlonyaml-model/pom.xml
@@ -86,6 +86,23 @@
                     <artifactId>drools-drlonyaml-schemagen</artifactId>
                     <version>${project.version}</version>
                 </dependency>
+                <!-- Pin Jackson to match project version; victools 4.37.0 
brings 2.17.2
+                     which conflicts with jackson-databind 2.19.2 in exec:java 
classpath -->
+                <dependency>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-annotations</artifactId>
+                    
<version>${version.com.fasterxml.jackson.annotations}</version>
+                </dependency>
+                <dependency>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-databind</artifactId>
+                    
<version>${version.com.fasterxml.jackson.databind}</version>
+                </dependency>
+                <dependency>
+                    <groupId>com.fasterxml.jackson.core</groupId>
+                    <artifactId>jackson-core</artifactId>
+                    <version>${version.com.fasterxml.jackson}</version>
+                </dependency>
             </dependencies>
         </plugin>
     </plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to