diff options
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml index e9593d784a..e2dee4211d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml @@ -47,6 +47,12 @@ <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>${spring.version}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -65,4 +71,4 @@ </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |