set correct version of spring boot and spring
This commit is contained in:
parent
59072a17dc
commit
b4727e23c6
2 changed files with 3 additions and 2 deletions
|
|
@ -168,6 +168,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-context</artifactId>
|
<artifactId>spring-context</artifactId>
|
||||||
|
<version>4.3.1.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.pymmasoftware.jbpm</groupId>
|
<groupId>com.pymmasoftware.jbpm</groupId>
|
||||||
|
|
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<jbpm.version>7.13.0.Final</jbpm.version>
|
<jbpm.version>7.13.0.Final</jbpm.version>
|
||||||
<spring.boot.version>1.5.9.Release</spring.boot.version>
|
<spring.boot.version>1.5.9.RELEASE</spring.boot.version>
|
||||||
<spring.version>4.3.1.Release</spring.version>
|
<spring.version>4.3.1.RELEASE</spring.version>
|
||||||
<version.thorntail>2.2.1.Final</version.thorntail>
|
<version.thorntail>2.2.1.Final</version.thorntail>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue