WIP upgrade to kie 10 #1
This commit is contained in:
parent
90ec25e07a
commit
2c0a9867b9
27 changed files with 32 additions and 32 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue