upgrade to 7.24.0.Final
This commit is contained in:
parent
ef933ebee3
commit
c76eacbf00
3 changed files with 10 additions and 4 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
|
|
@ -35,8 +35,13 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
||||||
<version>${spring-boot.version}</version>
|
<version>${spring-boot.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>ch.qos.logback</groupId>
|
||||||
|
<artifactId>logback-classic</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pymmasoftware.jbpm</groupId>
|
<groupId>com.pymmasoftware.jbpm</groupId>
|
||||||
<artifactId>drools-framework-swimming-pool-model</artifactId>
|
<artifactId>drools-framework-swimming-pool-model</artifactId>
|
||||||
|
|
|
||||||
6
pom.xml
6
pom.xml
|
|
@ -20,7 +20,7 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jbpm.version>7.20.0.Final</jbpm.version>
|
<jbpm.version>7.24.0.Final</jbpm.version>
|
||||||
|
|
||||||
<spring.boot.version>2.1.2.RELEASE</spring.boot.version>
|
<spring.boot.version>2.1.2.RELEASE</spring.boot.version>
|
||||||
|
|
||||||
|
|
@ -91,11 +91,11 @@
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>pymma-snapshot</id>
|
<id>pymma-snapshot</id>
|
||||||
<url>https://nexus.pymma-software.com/nexus/content/repositories/chtijbug-snapshot</url>
|
<url>https://nexus.pymma-software.com/nexus/content/repositories/pymma-snapshot</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>pymma-release</id>
|
<id>pymma-release</id>
|
||||||
<url>https://nexus.pymma-software.com/nexus/content/repositories/chtijbug-release</url>
|
<url>https://nexus.pymma-software.com/nexus/content/repositories/pymma-release</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<developers>
|
<developers>
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue