From 1cfb08779ea0e00be69e072a940b3063e049fe6b Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 31 Jan 2018 17:19:00 +0200 Subject: org.onap migration Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino --- vid-automation/pom.xml | 145 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 vid-automation/pom.xml (limited to 'vid-automation/pom.xml') diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml new file mode 100644 index 000000000..faabc420c --- /dev/null +++ b/vid-automation/pom.xml @@ -0,0 +1,145 @@ + + + 4.0.0 + + com.att.vid + automationTest + 1.0-SNAPSHOT + + + 4.2.0.RELEASE + + + + + + att-mavencentral-ecomp-snapshots-repo + ATT Maven Central - Snapshots + http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-snapshots/ + + + + + org.openecomp.sdc + ui-ci + 1.0.2-SNAPSHOT + compile + + + log4j + log4j + 1.2.12 + + + org.testng + testng + 6.9.10 + + + javax.ws.rs + javax.ws.rs-api + 2.0.1 + + + javax.ws.rs + javax.ws.rs-api + 2.0.1 + + + org.glassfish.jersey.core + jersey-common + 2.23.1 + + + org.glassfish.jersey.core + jersey-common + 2.23.1 + + + org.glassfish.jersey.core + jersey-client + 2.23.1 + + + org.springframework + spring-core + ${springframework.version} + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + ${springframework.version} + + + org.skyscreamer + jsonassert + 1.5.0 + + + com.google.collections + google-collections + 1.0 + + + commons-io + commons-io + 2.5 + + + org.mariadb.jdbc + mariadb-java-client + 1.4.6 + + + org.hamcrest + hamcrest-all + 1.3 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5.5 + + + create.jar.with.dependencies + package + + single + + + + + vid.automation.test.StartTest + + + + jar-with-dependencies + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg