summaryrefslogtreecommitdiffstats
path: root/common-app-api
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-02-24 16:19:54 +0000
committerChristophe Closset <christophe.closset@intl.att.com>2021-02-25 12:11:10 +0000
commit70f93dfdd2b3a7c682b341223b6f63af43feb280 (patch)
tree96ce7eb296110a1a8dfbcbfc953bb910f0c834f9 /common-app-api
parent75202327c2679926c80d1803b508a1779b588b38 (diff)
Migrate to Spring 5 by Honolulu requirement
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ife1e779e8f340d1c963daed2aca8f7750e285c05 Issue-ID: SDC-3487
Diffstat (limited to 'common-app-api')
-rw-r--r--common-app-api/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 57c843dffd..7286bf6ee4 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -22,8 +22,17 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
<!-- functional java -->
<dependency>
<groupId>org.functionaljava</groupId>