WIP upgrade to kie 10 #1

This commit is contained in:
Nicolas Héron 2024-12-16 08:23:12 +01:00
commit 2c0a9867b9
27 changed files with 32 additions and 32 deletions

View file

@ -21,7 +21,7 @@
<artifactId>ecj</artifactId>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<groupId>org.kie.kogito</groupId>
<artifactId>jbpm-bpmn2</artifactId>
</dependency>
<dependency>
@ -42,14 +42,14 @@
</dependencies>
<build>
<plugins>
<plugin>
<!--plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugin-->
<plugin>
<groupId>org.kie</groupId>
<artifactId>kie-maven-plugin</artifactId>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule">
<kmodule xmlns="http://www.drools.org/xsd/kmodule">
<kbase name="rules" packages="rules">
<ksession name="ksession-rules"/>
</kbase>