diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-06-26 14:23:12 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-07-28 13:32:13 +0000 |
commit | 8dbc732ba29fed3921477467ee9424732014d70b (patch) | |
tree | e3a229c8add96bc8c0faf2765651e1b06397705c /integration-tests | |
parent | dd2e1700187449a017b75589aeb0c2dfb989dec7 (diff) |
Upgrade springframework to latest version (5.3.8)
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I5611f4f275f7a81a7f1b65fde36b2c84894f4619
Issue-ID: SDC-3648
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 24676c9afa..d0d7c5954e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -106,6 +106,12 @@ limitations under the License. <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> <version>${project.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.aventstack</groupId> @@ -278,6 +284,12 @@ limitations under the License. <version>2.13.1</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>${spring.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> |