Changes for security vulnerabilities
[dmaap/messagerouter/msgrtr.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f5aa22a..c5df287 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>spring-context</artifactId>
                        <version>${spring.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-expression</artifactId>
+                       <version>3.1.0.RC1</version>
+               </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-webmvc</artifactId>
-                       <version>${spring.version}</version>
+                       <version>4.3.15.RELEASE</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
-                       <artifactId>spring-web</artifactId>
-                       <version>${spring.version}</version>
+                       <artifactId>spring-core</artifactId>
+                       <version>4.3.15.RELEASE</version>
                </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>