Upgrade springframework to latest version (5.3.8)
[sdc.git] / catalog-be-plugins / etsi-nfv-nsd-csar-plugin / pom.xml
index 37dff17..b39a0bd 100644 (file)
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-servlets</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-expression</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-web</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-webmvc</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>${spring.version}</version>
+    </dependency>
 
     <!--test dependencies-->
     <dependency>