aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/pom.xml
diff options
context:
space:
mode:
authorKrzysztof Kwiecien <krzysztof.kwiecien1@orange.com>2017-09-22 16:00:57 +0200
committerKrzysztof Kwiecien <krzysztof.kwiecien1@orange.com>2017-09-22 16:24:33 +0200
commit3f16d85d0ff18298f0deeac4f88862aa6212c0f3 (patch)
tree36a49825d9842ac4ecb47af8defd5a2c90b88779 /bpmn/MSOCommonBPMN/pom.xml
parent3edfd0cb8adfff9e98b4e7b4ea6c449a45bb1178 (diff)
update spring version in MSOCommonBPMN
Issue: SO-159 Change-Id: Ic3e442eaa7603b52a2e32e8395ca8ff9bc069f75 Signed-off-by: Krzysztof Kwiecien <krzysztof.kwiecien1@orange.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r--bpmn/MSOCommonBPMN/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml
index 89e5ce24ea..a54ff91f55 100644
--- a/bpmn/MSOCommonBPMN/pom.xml
+++ b/bpmn/MSOCommonBPMN/pom.xml
@@ -14,10 +14,9 @@
<properties>
<camunda.version>7.6.0</camunda.version>
- <spring.version>3.1.2.RELEASE</spring.version>
+ <spring.version>4.3.2.RELEASE</spring.version>
<httpclient.version>3.1</httpclient.version>
<jax.ws.rs>2.0.1</jax.ws.rs>
- <springmvc>4.1.4.RELEASE</springmvc>
<jackson.version>1.1.1</jackson.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
@@ -392,7 +391,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
- <version>4.3.2.RELEASE</version>
+ <version>${spring.version}</version>
</dependency>
<dependency>
@@ -451,6 +450,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
+ <version>4.3.2.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -523,7 +523,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>4.3.2.RELEASE</version>
+ <version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>