Update spring-web version 43/41643/1
authorluxin <luxin7@huawei.com>
Mon, 9 Apr 2018 03:12:22 +0000 (11:12 +0800)
committerluxin <luxin7@huawei.com>
Mon, 9 Apr 2018 03:12:22 +0000 (11:12 +0800)
Change-Id: Ib48818f04d6ddbb9aa521f3e4d03c0e8f6d9e49c
Issue-ID: VFC-644
Signed-off-by: luxin <luxin7@huawei.com>
service/pom.xml

index d5a27be..eabad41 100644 (file)
@@ -14,7 +14,8 @@
     See the License for the specific language governing permissions and\r
     limitations under the License.\r
  -->\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
     <modelVersion>4.0.0</modelVersion>\r
     <parent>\r
         <groupId>org.onap.vfc.nfvo.multivimproxy</groupId>\r
@@ -49,9 +50,9 @@
             <version>2.5.0</version>\r
         </dependency>\r
         <dependency>\r
-                <groupId>org.apache.commons</groupId>\r
-                <artifactId>commons-lang3</artifactId>\r
-                <version>3.1</version>\r
+            <groupId>org.apache.commons</groupId>\r
+            <artifactId>commons-lang3</artifactId>\r
+            <version>3.1</version>\r
         </dependency>\r
         <dependency>\r
             <groupId>org.apache.commons</groupId>\r
             <scope>compile</scope>\r
         </dependency>\r
         <dependency>\r
-             <groupId>org.springframework</groupId>\r
-             <artifactId>spring-core</artifactId>\r
-             <version>3.1.0.RELEASE</version>\r
-         </dependency>\r
-         <dependency>\r
-             <groupId>org.springframework</groupId>\r
-             <artifactId>spring-aop</artifactId>\r
-             <version>3.1.0.RELEASE</version>\r
-         </dependency>\r
-         <dependency>\r
-             <groupId>org.springframework</groupId>\r
-             <artifactId>spring-beans</artifactId>\r
-             <version>3.1.0.RELEASE</version>\r
-         </dependency>\r
-         <dependency>\r
-             <groupId>org.springframework</groupId>\r
-             <artifactId>spring-context</artifactId>\r
-             <version>3.1.0.RELEASE</version>\r
-         </dependency>\r
-         <dependency>\r
-             <groupId>org.springframework</groupId>\r
-             <artifactId>spring-jdbc</artifactId>\r
-             <version>3.1.0.RELEASE</version>\r
-         </dependency>\r
-         <dependency>\r
-             <groupId>org.springframework</groupId>\r
-             <artifactId>spring-web</artifactId>\r
-             <version>3.1.0.RELEASE</version>\r
-         </dependency>\r
+            <groupId>org.springframework</groupId>\r
+            <artifactId>spring-core</artifactId>\r
+            <version>3.1.0.RELEASE</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.springframework</groupId>\r
+            <artifactId>spring-aop</artifactId>\r
+            <version>3.1.0.RELEASE</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.springframework</groupId>\r
+            <artifactId>spring-beans</artifactId>\r
+            <version>3.1.0.RELEASE</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.springframework</groupId>\r
+            <artifactId>spring-context</artifactId>\r
+            <version>3.1.0.RELEASE</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.springframework</groupId>\r
+            <artifactId>spring-jdbc</artifactId>\r
+            <version>3.1.0.RELEASE</version>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.springframework</groupId>\r
+            <artifactId>spring-web</artifactId>\r
+            <version>3.2.14.RELEASE</version>\r
+        </dependency>\r
         <dependency>\r
             <groupId>org.springframework</groupId>\r
             <artifactId>spring-asm</artifactId>\r
         </dependency>\r
 \r
         <dependency>\r
-             <groupId>org.apache.cxf</groupId>\r
-             <artifactId>cxf-rt-frontend-jaxrs</artifactId>\r
-             <version>3.1.6</version>\r
-         </dependency>\r
+            <groupId>org.apache.cxf</groupId>\r
+            <artifactId>cxf-rt-frontend-jaxrs</artifactId>\r
+            <version>3.1.6</version>\r
+        </dependency>\r
         <!-- UT coverage dependency start -->\r
         <dependency>\r
             <groupId>org.jmockit</groupId>\r