From: Gitelman, Tal (tg851x) Date: Tue, 13 Mar 2018 12:00:22 +0000 (+0200) Subject: analyze and fix IQ server violations SDC X-Git-Tag: v1.2.0~263 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F35461%2F2;p=sdc.git analyze and fix IQ server violations SDC Also fixes SDC-1119 Change-Id: I698ee784e0774e8c856acd7485e5abcb1ce27991 Issue-ID: SDC-1114 Signed-off-by: Gitelman, Tal (tg851x) --- diff --git a/.gitignore b/.gitignore index c930c4d1e5..9c445a8b31 100644 --- a/.gitignore +++ b/.gitignore @@ -258,3 +258,4 @@ sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/files/default/testSuites/* *normatives.tar.gz +/openecomp-ui/yarn.lock diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 52ba5199a9..0d1f30d0ac 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -84,8 +84,14 @@ io.swagger swagger-jersey2-jaxrs compile - 1.5.15 - + 1.5.18 + + + @@ -711,24 +717,6 @@ compile - - copy-installed - install - - copy - - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - ${project.packaging} - - - ${project.parent.basedir}/sdc-os-chef/sdc-backend/ - - @@ -749,47 +737,6 @@ maven-resources-plugin 2.6 - - copy-normatives - install - - copy-resources - - - ${project.parent.basedir}/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/files/default - - - ./target - - normatives.tar.gz - - - - - - - - copy-static-configuration-files - install - - copy-resources - - - ${project.parent.basedir}/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default - - - ${project.parent.basedir}/catalog-be/src/main/resources/config - - Artifact-Generator.properties - error-configuration.yaml - ecomp-error-configuration.yaml - logback.xml - - - - - - copy-tosca-folder @@ -889,16 +836,6 @@ ${project.parent.basedir}/asdctool/tosca false - - - ${project.parent.basedir}/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default - - Artifact-Generator.properties - error-configuration.yaml - ecomp-error-configuration.yaml - logback.xml - - diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index dedd21c969..ad3b0dacab 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -23,7 +23,6 @@ com.google.guava guava ${guava.version} - compile @@ -31,14 +30,12 @@ org.seleniumhq.selenium selenium-java 2.53.1 - org.seleniumhq.selenium selenium-server 2.53.1 - runtime @@ -60,7 +57,6 @@ org.openecomp.sdc test-apis-ci ${project.version} - compile