Suppport of version 7.14.0
Adding spring boot kie-server
This commit is contained in:
parent
c06a34788a
commit
41e4385d2b
26 changed files with 76011 additions and 4886 deletions
29
drools-framework-kie-wb-parent/kie-wb/kie-wb.iml
Normal file
29
drools-framework-kie-wb-parent/kie-wb/kie-wb.iml
Normal 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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue