X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-ci%2Fpom.xml;h=30ed36c6549872bb63b32a2c0235d4ad333a4014;hb=8f967e47b95c78c129c81abd09d0934678451f3d;hp=ff0973c650238839eba64072a58886ab29028125;hpb=51d50f0ef642e0f996a1c8b8d2ef4838bdfec892;p=sdc.git diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index ff0973c650..30ed36c654 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -9,12 +9,13 @@ org.openecomp.sdc sdc-main - 1.2.0-SNAPSHOT + 1.6.0-SNAPSHOT - + true true + 1.8.10 @@ -22,22 +23,36 @@ com.google.guava guava ${guava.version} - compile - + org.seleniumhq.selenium selenium-java + 2.53.1 - + + + org.eclipse.jetty + jetty-util + + + io.netty + netty + + + + + + org.eclipse.jetty + jetty-util + ${jetty.version} org.seleniumhq.selenium selenium-server 2.53.1 - runtime @@ -59,7 +74,6 @@ org.openecomp.sdc test-apis-ci ${project.version} - compile @@ -69,7 +83,7 @@ ${snakeyaml.version} compile - + org.functionaljava functionaljava ${functionaljava.version} @@ -87,42 +101,42 @@ org.apache.httpcomponents httpclient - ${httpclient.version} + ${httpclient.version} compile org.apache.httpcomponents httpmime - ${httpclient.version} + ${httpclient.version} compile commons-logging commons-logging - ${commons-logging} + ${commons-logging} compile org.slf4j slf4j-api - ${slf4j-api.version} + ${slf4j-api.version} compile ch.qos.logback logback-classic - ${logback.version} + ${logback.version} compile ch.qos.logback logback-core - ${logback.version} + ${logback.version} compile @@ -134,21 +148,6 @@ compile - - - com.thinkaurelius.titan - titan-core - ${titan.version} - compile - - - - org.openecomp.sdc.sdc-titan-cassandra - sdc-titan-cassandra - ${titan.version} - compile - - org.codehaus.jackson jackson-mapper-asl @@ -159,28 +158,28 @@ com.fasterxml.jackson.core jackson-databind - 2.3.1 + ${jackson.version} compile - com.fasterxml.jackson.core - jackson-core - 2.3.1 + org.openecomp.sdc.sdc-distribution-client + sdc-distribution-client + 1.2.3 compile - + - com.fasterxml.jackson.core - jackson-annotations - ${jackson.annotations.version} - compile - + org.hamcrest + hamcrest + ${hamcrest.version} + compile + - org.openecomp.sdc.sdc-distribution-client - sdc-distribution-client - 1.1.50 + org.hamcrest + hamcrest-library + ${hamcrest.version} compile @@ -194,7 +193,7 @@ org.testng testng - ${testng.version} + 6.11 compile @@ -220,68 +219,105 @@ - org.sikuli - sikuli-api - 1.2.0 + commons-codec + commons-codec + ${commons-codec} + compile - org.sikuli - sikuli-core - 1.2.2 + com.aventstack + extentreports + 3.0.6 + compile - commons-codec - commons-codec - ${commons-codec} + net.lightbody.bmp + + browsermob-core + 2.1.4 + + + + com.github.markusbernhardt + proxy-vole + 1.0.2 + + + + com.paulhammant + ngwebdriver + 0.9.7 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 - - + com.google.inject + guice + 4.1.0 + + + + org.codehaus.groovy + groovy + + + + io.netty + netty-handler + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + clean.tosca.chef.os.folder + clean + + clean + + + + + + + ${project.basedir}/sdc-ui-tests + false + + *.jar + + + + + ${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites + false + + + + ${project.basedir}/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files + false + + + + + + org.apache.maven.plugins maven-deploy-plugin - 2.7 true - - - - org.apache.maven.plugins maven-assembly-plugin @@ -305,6 +341,175 @@ + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + + + validate + validate + + validate + + + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + + + + + + + + docker + + false + + + + + org.apache.maven.plugins + maven-resources-plugin + + + copy-tests-suites + verify + + copy-resources + + + sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/testSuites + + + ${project.parent.basedir}/ui-ci/src/main/resources/ci/testSuites + + * + + + + + + + + copy-csar-files + verify + + copy-resources + + + sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/files/default/Files + + + ${project.parent.basedir}/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/Files + false + + VNFs/* + PNFs/* + + + + + + + + copy-resources-ui-ci + verify + + copy-resources + + + ${basedir}/sdc-ui-tests + + + ${project.parent.basedir}/ui-ci/target + + ui-ci-${project.version}-jar-with-dependencies.jar + + + + + + + + + + io.fabric8 + docker-maven-plugin + + 1.23 + nexus3.onap.org:10001 + + + docker + docker + + + + + + + onap/sdc-ui-tests + sdc-ui-sanity + + try + ${project.basedir}/sdc-ui-tests + + ${docker.tag} + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + + + + + + + + + clean-images + pre-clean + + remove + + + true + onap/sdc-ui-tests + + + + + generate-images + install + + build + + + + + push-images + deploy + + push + + + onap/sdc-ui-tests + + + + + + + +