From a36531c38fe1a9234b8dbeaed5505cf3ca48de26 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 29 Apr 2020 18:39:35 +0100 Subject: Prepare for Junit5 Remove unused/duplicated dependencies Change-Id: Iee0d9510ffbe3e2e14574e22ba965d6829fd568b Signed-off-by: Vasyl Razinkov Issue-ID: SDC-2844 Issue-ID: SDC-2983 --- ui-ci/pom.xml | 1077 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 549 insertions(+), 528 deletions(-) (limited to 'ui-ci/pom.xml') diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 0768f6bb51..56c8de92e2 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -1,529 +1,550 @@ - - - 4.0.0 - - ui-ci - Selenium tests for the SDnC Application - - - org.openecomp.sdc - sdc-main - 1.7.0-SNAPSHOT - - - - true - true - 1.8.10 - - - - - 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 - - - - 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 - - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.2 - compile - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - compile - - - - org.openecomp.sdc.sdc-distribution-client - sdc-distribution-client - 1.2.3 - compile - - - - org.hamcrest - hamcrest - ${hamcrest.version} - compile - - - - org.hamcrest - hamcrest-library - ${hamcrest.version} - compile - - - - junit - junit - ${junit.version} - compile - - - - org.junit.jupiter - junit-jupiter - ${junitJupiter.version} - test - - - - org.mockito - mockito-junit-jupiter - ${mockitoJupiter.version} - test - - - - org.testng - testng - 6.11 - 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 - - - - 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 - - - - 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 - - true - - - - org.apache.maven.plugins - maven-assembly-plugin - - - create.jar.with.dependencies - package - - single - - - - - org.openecomp.sdc.ci.tests.execute.setup.SetupCDTest - - - - jar-with-dependencies - - - - - - - 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 - - - - - - - - + + + 4.0.0 + + ui-ci + Selenium tests for the SDnC Application + + + org.openecomp.sdc + sdc-main + 1.7.0-SNAPSHOT + + + + true + true + 1.8.10 + + + + + + org.junit.jupiter + junit-jupiter-engine + ${junitJupiter.version} + test + + + + org.junit.vintage + junit-vintage-engine + ${junitJupiter.version} + + + + 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 + + + + 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 + + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.2 + compile + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + compile + + + + org.openecomp.sdc.sdc-distribution-client + sdc-distribution-client + 1.2.3 + compile + + + + org.hamcrest + hamcrest + ${hamcrest.version} + compile + + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + compile + + + + org.junit.jupiter + junit-jupiter + ${junitJupiter.version} + test + + + + org.mockito + mockito-junit-jupiter + ${mockitoJupiter.version} + test + + + + org.testng + testng + 6.11 + 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 + + + + 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 + + + + 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 + + true + + + + org.apache.maven.plugins + maven-assembly-plugin + + + create.jar.with.dependencies + package + + single + + + + + org.openecomp.sdc.ci.tests.execute.setup.SetupCDTest + + + + jar-with-dependencies + + + + + + + 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 + + + + + + + + -- cgit 1.2.3-korg