Fix compilazione statica drools

This commit is contained in:
2024-08-08 12:20:18 +02:00
parent 69902b7f6a
commit 7394ef79bd
2 changed files with 2 additions and 1 deletions

View File

@@ -489,7 +489,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.10</version>
<version>1.4.20</version>
</dependency>
<!-- log4j -->

View File

@@ -66,6 +66,7 @@
<version>3.0.0</version>
<inherited>false</inherited>
<configuration>
<toolchain>jdk</toolchain>
<cleanupDaemonThreads>false</cleanupDaemonThreads>
<mainClass>it.integry.ems_model.rulescompleting.KieStaticCompiler</mainClass>
<skip>false</skip>