diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-02-24 16:19:54 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-02-25 12:11:10 +0000 |
commit | 70f93dfdd2b3a7c682b341223b6f63af43feb280 (patch) | |
tree | 96ce7eb296110a1a8dfbcbfc953bb910f0c834f9 /catalog-model | |
parent | 75202327c2679926c80d1803b508a1779b588b38 (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 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index a9f9babe91..93393ffa0b 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -287,7 +287,7 @@ <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <scope>test</scope> - <version>4.0.7.RELEASE</version> + <version>${spring.version}</version> </dependency> <dependency> |