diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-03-26 11:25:37 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-03-26 13:19:16 +0200 |
commit | 3bbd23f6209d8db5b2938eb8fcb79a6823fa21ac (patch) | |
tree | cf13dc7fd5a448c6f48903f323e243551d827eec /vid-app-common/pom.xml | |
parent | ab7debfa76efa8cce94bb1244ec6b9ad7add427d (diff) |
Upgrade springframework to 4.3.22 (was 4.2.x)
Issue-ID: VID-435
Change-Id: Ib7722368894fb39119d47602bca5c4453430ab8e
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 8482ae627..205d6422a 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -26,7 +26,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <epsdk.version>2.4.0</epsdk.version> - <springframework.version>4.2.9.RELEASE</springframework.version> + <springframework.version>4.3.22.RELEASE</springframework.version> <hibernate.version>4.3.11.Final</hibernate.version> <jackson.version>2.9.8</jackson.version> <jersey.version>2.27</jersey.version> @@ -628,11 +628,8 @@ <artifactId>jcl-over-slf4j</artifactId> <version>1.7.12</version> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - <version>${springframework.version}</version> - </dependency> + + <!-- springframework to override epsdk-app-common's and epsdk-core's versions --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> @@ -665,6 +662,22 @@ <version>${springframework.version}</version> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context-support</artifactId> + <version>${springframework.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-orm</artifactId> + <version>${springframework.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + <version>${springframework.version}</version> + </dependency> + + <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>${jersey.version}</version> |