From b3d4898d9e8452ea0b8d848c048e712d43b8d9a3 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 11 Jun 2017 14:22:02 +0300 Subject: [SDC-29] rebase continue work to align source Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4 Signed-off-by: Michael Lando --- test-apis-ci/pom.xml | 381 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 381 insertions(+) create mode 100644 test-apis-ci/pom.xml (limited to 'test-apis-ci/pom.xml') diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml new file mode 100644 index 0000000000..ec8eab07d3 --- /dev/null +++ b/test-apis-ci/pom.xml @@ -0,0 +1,381 @@ + + + 4.0.0 + + test-apis-ci + + + org.openecomp.sdc + sdc-main + 1.1.0-SNAPSHOT + + + + + com.google.guava + guava + ${guava.version} + compile + + + + junit + junit + ${junit.version} + compile + + + + org.testng + testng + ${testng.version} + compile + + + + com.aventstack + extentreports + 3.0.6 + compile + + + + org.mockito + mockito-all + ${mockito.version} + + compile + + + + com.typesafe + config + 1.0.2 + compile + + + + log4j + log4j + 1.2.17 + compile + + + + com.jcraft.jsch + com.springsource.com.jcraft.jsch + 0.1.41 + compile + + + + org.openecomp.sdc + common-app-api + ${project.version} + compile + + + + org.openecomp.sdc.be + common-be + ${project.version} + compile + + + + + org.openecomp.sdc.be + catalog-model + ${project.version} + compile + + + + + org.openecomp.sdc.be + catalog-dao + ${project.version} + compile + + + + org.functionaljava + functionaljava + ${functionaljava.version} + compile + + + + com.datastax.cassandra + cassandra-driver-core + ${cassandra.driver.version} + compile + + + + + + org.slf4j + slf4j-api + ${slf4j-api.version} + compile + + + + ch.qos.logback + logback-classic + ${logback.version} + compile + + + + ch.qos.logback + logback-core + ${logback.version} + compile + + + + com.googlecode.json-simple + json-simple + ${json-simple.version} + compile + + + + + org.apache.commons + commons-jci-core + ${commons-jci-core.version} + compile + + + + commons-codec + commons-codec + ${commons-codec} + compile + + + + + com.google.code.gson + gson + ${gson.version} + compile + + + + + org.yaml + snakeyaml + ${snakeyaml.version} + compile + + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + compile + + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + compile + + + + commons-io + commons-io + 2.5 + compile + + + + commons-logging + commons-logging + ${commons-logging} + compile + + + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + compile + + + + + com.thinkaurelius.titan + titan-core + ${titan.version} + compile + + + slf4j-log4j12 + org.slf4j + + + + + + com.thinkaurelius.titan + titan-cassandra + ${titan.version} + compile + + + slf4j-log4j12 + org.slf4j + + + + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.2 + compile + + + + com.fasterxml.jackson.core + jackson-databind + 2.3.1 + compile + + + + com.fasterxml.jackson.core + jackson-core + 2.3.1 + compile + + + + org.openecomp.ecompsdkos + epsdk-fw + ${ecomp.version} + compile + + + slf4j-log4j12 + org.slf4j + + + + + + org.json + json + 20090211 + + + org.openecomp.sdc.sdc-distribution-client + sdc-tosca-parser + 1.1.9-SNAPSHOT + compile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + true + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5.5 + + + create.jar.with.dependencies + package + + single + + + + + org.openecomp.sdc.ci.tests.run.StartTest + + + + jar-with-dependencies + + + + + + + + + + + Fortify + + false + + + + + + + + + com.fortify.ps.maven.plugin + sca-maven-plugin + 4.30 + + false + true + + + + + + + -- cgit 1.2.3-korg