WIP drools 7.57.0.Final and Kotlin

This commit is contained in:
nheron 2025-06-05 10:50:34 +02:00
commit 58bea5166d
15 changed files with 121 additions and 107 deletions

View file

@ -3,7 +3,7 @@
<parent>
<artifactId>drools-framework-base-tools-parent</artifactId>
<groupId>com.pymmasoftware.jbpm</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>7.57.0-SNAPSHOT</version>
</parent>
<artifactId>drools-framework-runtime-entity</artifactId>
@ -97,7 +97,11 @@
<dependency>
<groupId>io.github.kostaskougios</groupId>
<artifactId>cloning</artifactId>
<version>1.12.0</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@ -109,6 +113,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-internal</artifactId>
@ -153,4 +161,4 @@
<version>2.0.1</version>
</dependency>
</dependencies>
</project>
</project>