Remove vulnerable dependencies
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / metrics-rest / pom.xml
index e9593d7..e2dee42 100644 (file)
       <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>