Suppport of version 7.14.0

Adding spring boot kie-server
This commit is contained in:
Nicolas Héron 2018-12-02 12:55:42 +01:00
commit 41e4385d2b
26 changed files with 76011 additions and 4886 deletions

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="jpa" name="JPA">
<configuration>
<setting name="validation-enabled" value="true" />
<datasource-mapping>
<factory-entry name="org.jbpm.domain" />
<factory-entry name="org.jbpm.persistence.jpa" />
</datasource-mapping>
<naming-strategy-map />
<deploymentDescriptor name="persistence.xml" url="file://$MODULE_DIR$/src/main/assembly/persistence.xml" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="kie-drools-framework-rest-backend" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.2" level="project" />
<orderEntry type="library" name="Maven: org.kie:kie-wb:war:wildfly14:7.14.0.Final" level="project" />
</component>
</module>

View file

@ -25,7 +25,7 @@
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-wb</artifactId>
<classifier>wildfly11</classifier>
<classifier>wildfly14</classifier>
<version>${jbpm.version}</version>
<type>war</type>
<exclusions>
@ -58,7 +58,7 @@
<artifactItem>
<groupId>org.kie</groupId>
<artifactId>kie-wb</artifactId>
<classifier>wildfly11</classifier>
<classifier>wildfly14</classifier>
<version>${jbpm.version}</version>
<type>war</type>
<outputDirectory>${project.build.directory}/unpack-tmp</outputDirectory>