upgrade to version 7.25.0
This commit is contained in:
parent
de0278e528
commit
5bd849e22b
38 changed files with 67 additions and 63 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package cost.calculation
|
||||
package rules
|
||||
|
||||
import cost.OrderLine;
|
||||
import cost.LeftToDistribute;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package cost.calculation
|
||||
package rules
|
||||
|
||||
import cost.OrderLine;
|
||||
import cost.LeftToDistribute;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package cost.calculation
|
||||
package rules
|
||||
|
||||
import cost.OrderLine;
|
||||
import cost.LeftToDistribute;
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue