From 0630017de6056f6f022c46d59eb251788e7e02e6 Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 9 Apr 2018 11:12:22 +0800 Subject: Update spring-web version Change-Id: Ib48818f04d6ddbb9aa521f3e4d03c0e8f6d9e49c Issue-ID: VFC-644 Signed-off-by: luxin --- service/pom.xml | 75 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 38 insertions(+), 37 deletions(-) (limited to 'service/pom.xml') diff --git a/service/pom.xml b/service/pom.xml index d5a27be..eabad41 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -14,7 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.onap.vfc.nfvo.multivimproxy @@ -49,9 +50,9 @@ 2.5.0 - org.apache.commons - commons-lang3 - 3.1 + org.apache.commons + commons-lang3 + 3.1 org.apache.commons @@ -133,35 +134,35 @@ compile - org.springframework - spring-core - 3.1.0.RELEASE - - - org.springframework - spring-aop - 3.1.0.RELEASE - - - org.springframework - spring-beans - 3.1.0.RELEASE - - - org.springframework - spring-context - 3.1.0.RELEASE - - - org.springframework - spring-jdbc - 3.1.0.RELEASE - - - org.springframework - spring-web - 3.1.0.RELEASE - + org.springframework + spring-core + 3.1.0.RELEASE + + + org.springframework + spring-aop + 3.1.0.RELEASE + + + org.springframework + spring-beans + 3.1.0.RELEASE + + + org.springframework + spring-context + 3.1.0.RELEASE + + + org.springframework + spring-jdbc + 3.1.0.RELEASE + + + org.springframework + spring-web + 3.2.14.RELEASE + org.springframework spring-asm @@ -179,10 +180,10 @@ - org.apache.cxf - cxf-rt-frontend-jaxrs - 3.1.6 - + org.apache.cxf + cxf-rt-frontend-jaxrs + 3.1.6 + org.jmockit -- cgit 1.2.3-korg