From f9f45991d9a43fb18accc32ac25619862bf1db95 Mon Sep 17 00:00:00 2001 From: "victor.gao" Date: Mon, 26 Mar 2018 20:33:13 +0800 Subject: Add multivimproxy code Change-Id: I15e0a6c639727bfa1115c77c11c58dc8b252c3bf Issue-ID: VFC-644 Signed-off-by: victor.gao --- service/pom.xml | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 172 insertions(+), 1 deletion(-) (limited to 'service/pom.xml') diff --git a/service/pom.xml b/service/pom.xml index 34e9507..d5a27be 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -27,12 +27,183 @@ 1.0.0-SNAPSHOT vfc-nfvo-multivimproxy-service war - + + + org.apache.httpcomponents + httpcore + 4.3 + + + org.codehaus.jackson + jackson-jaxrs + 1.9.12 + + + commons-io + commons-io + 2.4 + + + org.apache.commons + com.springsource.org.apache.commons.lang + 2.5.0 + + + org.apache.commons + commons-lang3 + 3.1 + + + org.apache.commons + com.springsource.org.apache.commons.logging + 1.1.1 + + + org.apache.commons + com.springsource.org.apache.commons.codec + 1.3.0 + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + + + + org.eclipse.jetty.aggregate + jetty-all + 8.1.16.v20140903 + + + mysql + mysql-connector-java + 5.1.36 + + + org.springframework + spring-tx + 3.1.0.RELEASE + + + org.mybatis + mybatis-spring + 1.2.0 + + + org.mybatis + mybatis + 3.2.7 + + + org.yaml + snakeyaml + 1.15 + + + org.slf4j + slf4j-log4j12 + 1.6.1 + + + + org.powermock + powermock-api-mockito + 1.5.4 + + + org.mockito + mockito-all + 1.9.5 + + + org.powermock + powermock-module-junit4 + 1.5.4 + jar + 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-asm + 3.1.0.RELEASE + + + org.springframework + spring-expression + 3.1.0.RELEASE + + + org.springframework + spring-test + 3.1.0.RELEASE + + + + org.apache.cxf + cxf-rt-frontend-jaxrs + 3.1.6 + + + + org.jmockit + jmockit + 1.19 + test + junit junit 4.12 + + org.jmockit + jmockit-coverage + 1.19 + test + + + + -- cgit 1.2.3-korg