X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt%2Fpom.xml;h=ebd84bdecdbfd082520389c8615f549caa2fde9b;hb=3199971f253c7b8af53104e0c18122b6312701ce;hp=7bb2b4817ee4a42e7350533de7cd43fa3e678d45;hpb=d165bd9397c9de0d16c5dc580306d6e63e1e1d60;p=holmes%2Frule-management.git diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 7bb2b48..ebd84bd 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -21,7 +21,7 @@ org.onap.holmes.rule-management holmes-rulemgt-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT holmes-rulemgt @@ -60,14 +60,6 @@ org.onap.holmes.common holmes-actions - - io.dropwizard - dropwizard-db - - - io.dropwizard - dropwizard-core - org.glassfish.jersey.containers jersey-container-servlet-core @@ -112,7 +104,10 @@ - + + io.dropwizard + dropwizard-jdbi + org.projectlombok lombok @@ -153,6 +148,10 @@ com.fasterxml.jackson.core jackson-core + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + provided @@ -179,6 +178,18 @@ org.powermock powermock-classloading-xstream 1.6.5 + + + com.thoughtworks.xstream + xstream + + + test + + + com.thoughtworks.xstream + xstream + 1.4.10 test @@ -275,8 +286,6 @@ true - org.onap.holmes.rulemgt.RuleActiveApp - lib/ @@ -284,31 +293,48 @@ org.apache.maven.plugins - maven-dependency-plugin + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + - copy package - copy-dependencies + shade - - ${project.build.directory}/lib - + + + + org.onap.holmes.rulemgt.RuleActiveApp + + - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - 1.8 - 1.8 - -