From 7b63090190459364e2c4be3edf49ebb6256f6dab Mon Sep 17 00:00:00 2001 From: luxin Date: Wed, 15 Mar 2017 16:49:25 +0800 Subject: Onboarding Interface Validate&Lifecycle Test Onboarding Interface VNFSDK-78 Change-Id: Ic59ffb6d2b2ddbb128fa5634307ad16c5bb4f319 Signed-off-by: luxin --- lifecycle-test/pom.xml | 178 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 135 insertions(+), 43 deletions(-) (limited to 'lifecycle-test/pom.xml') diff --git a/lifecycle-test/pom.xml b/lifecycle-test/pom.xml index 1f0b547..b1e999c 100644 --- a/lifecycle-test/pom.xml +++ b/lifecycle-test/pom.xml @@ -14,56 +14,148 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - org.openo.vnf-sdk.validate-lc-test - vnf-sdk-validate-lc-test + + + org.openo.vnf-sdk.validate-lc-test + vnf-sdk-validate-lc-test + 1.1.0-SNAPSHOT + + 4.0.0 + lifecycle-test-service 1.1.0-SNAPSHOT - - 4.0.0 - lifecycle-test - 1.1.0-SNAPSHOT - war - - - - org.apache.maven.plugins - maven-war-plugin - - false - - - - -vnf-sdk-validate-lc-test/lifecycle-test - - - javax.ws.rs - javax.ws.rs-api - 2.0.1 - - + vnf-sdk-validate-lc-test/lifecycle-test-service + war + + - junit - junit - 4.10 - test + 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.openo.common-services.common-utilities + commonlib-cbb + 1.1.0-SNAPSHOT + + + org.openo.common-services.common-utilities + commonlib-restclient + 1.1.0-SNAPSHOT + + + org.slf4j + slf4j-log4j12 + 1.6.1 + + + org.powermock + powermock-api-mockito + 1.5.4 + + + org.mockito + mockito-all + 1.9.5 - - org.glassfish.jersey.core - jersey-server - 2.16 + org.powermock + powermock-module-junit4 + 1.5.4 + jar + compile - org.glassfish.jersey.media - jersey-media-multipart - 2.16 + org.springframework + spring-core + 3.1.0.RELEASE - org.glassfish.jersey.containers - jersey-container-servlet-core - 2.16 + 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 + + + + + junit + junit + 4.12 + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test - + + + -- cgit