diff options
Diffstat (limited to 'integration-tests/pom.xml')
-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> |