aboutsummaryrefslogtreecommitdiffstats
path: root/common-be/pom.xml
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-be/pom.xml
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-be/pom.xml')
-rw-r--r--common-be/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index c4489b0e17..2827dad090 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -155,6 +155,12 @@
<version>${togglz.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${spring.version}</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>