upgrade to version 7.25.0

This commit is contained in:
Nicolas Héron 2019-09-12 16:31:24 +02:00
commit 5bd849e22b
38 changed files with 67 additions and 63 deletions

View file

@ -53,7 +53,7 @@
<plugin>
<groupId>org.kie</groupId>
<artifactId>kie-maven-plugin</artifactId>
<version>7.13.0.Final</version>
<version>${drools.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>

View file

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

View file

@ -12,7 +12,7 @@
xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
xmlns:tns="http://www.jboss.org/drools">
<process processType="Private" isExecutable="true" id="P1" name="CalcuateCostProces" tns:packageName="cost.calculation" >
<process processType="Private" isExecutable="true" id="P1" name="CalcuateCostProces" tns:packageName="rules" >
<!-- nodes -->
<startEvent id="_1" isInterrupting="true">

View file

@ -1,5 +1,5 @@
package cost.calculation
package rules
import cost.OrderLine;
import cost.LeftToDistribute;