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 --- ui-ci/pom.xml | 357 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 ui-ci/pom.xml (limited to 'ui-ci/pom.xml') diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml new file mode 100644 index 0000000000..072a610360 --- /dev/null +++ b/ui-ci/pom.xml @@ -0,0 +1,357 @@ + + + 4.0.0 + + ui-ci + Selenium tests for the SDnC Application + + + org.openecomp.sdc + sdc-main + 1.1.0-SNAPSHOT + + + + + com.google.guava + guava + ${guava.version} + compile + + + + org.seleniumhq.selenium + selenium-java + 2.53.1 + + + + org.seleniumhq.selenium + selenium-server + 2.53.1 + runtime + + + + commons-net + commons-net + 3.3 + compile + + + + commons-io + commons-io + 2.4 + compile + + + + org.openecomp.sdc + test-apis-ci + ${project.version} + + compile + + + + org.yaml + snakeyaml + ${snakeyaml.version} + compile + + + org.functionaljava + functionaljava + ${functionaljava.version} + compile + + + + com.google.code.gson + gson + ${gson.version} + compile + + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + compile + + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + compile + + + + commons-logging + commons-logging + ${commons-logging} + 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 + + + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + compile + + + + + com.thinkaurelius.titan + titan-core + ${titan.version} + compile + + + + com.thinkaurelius.titan + titan-cassandra + ${titan.version} + compile + + + + 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 + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.annotations.version} + compile + + + + org.openecomp.sdc.sdc-distribution-client + sdc-distribution-client + 1.1.9-SNAPSHOT + compile + + + + junit + junit + ${junit.version} + compile + + + + org.testng + testng + ${testng.version} + compile + + + + xml-apis + xml-apis + 1.4.01 + compile + + + + com.googlecode.json-simple + json-simple + ${json-simple.version} + compile + + + + org.apache.commons + commons-jci-core + ${commons-jci-core.version} + compile + + + + org.sikuli + sikuli-api + 1.2.0 + + + + org.sikuli + sikuli-core + 1.2.2 + + + + commons-codec + commons-codec + ${commons-codec} + compile + + + + com.aventstack + extentreports + 3.0.6 + compile + + + + net.lightbody.bmp + + browsermob-core + 2.1.4 + + + + com.github.markusbernhardt + proxy-vole + 1.0.2 + + + + com.paulhammant + ngwebdriver + 0.9.7 + 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.execute.setup.SetupCDTest + + + + jar-with-dependencies + + + + + + + + + + + Fortify + + false + + + + + + + + + + com.fortify.ps.maven.plugin + sca-maven-plugin + 4.30 + + false + true + + + + + + + -- cgit 1.2.3-korg