X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt%2Fpom.xml;h=c449c9261da8742dc79a0c9fbc7b58231b6aeb86;hb=fe82105b379a26dae3d552b483965833f10fe4b9;hp=1177075eef4552d524a017603542c2da47e8f05e;hpb=879a7b02ae4c592b4f9dd98c1d5a7793749bc8b2;p=holmes%2Frule-management.git diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 1177075..c449c92 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -1,4 +1,4 @@ - + - + 4.0.0 org.onap.holmes.rule-management holmes-rulemgt-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT holmes-rulemgt @@ -102,8 +101,35 @@ org.slf4j slf4j-api + + org.eclipse.jetty + jetty-http + + + org.eclipse.jetty + jetty-util + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-server + 9.4.11.v20180605 + + + org.eclipse.jetty + jetty-http + 9.4.11.v20180605 + + + org.eclipse.jetty + jetty-util + 9.4.11.v20180605 + io.dropwizard dropwizard-jdbi @@ -149,7 +175,7 @@ jackson-core - com.fasterxml.jackson.core + com.fasterxml.jackson.dataformat jackson-dataformat-xml @@ -178,6 +204,18 @@ org.powermock powermock-classloading-xstream 1.6.5 + + + com.thoughtworks.xstream + xstream + + + test + + + com.thoughtworks.xstream + xstream + 1.4.10 test @@ -231,7 +269,7 @@ com.alibaba fastjson - 1.1.23 + 1.2.49 org.glassfish.jersey.core @@ -256,7 +294,7 @@ com.google.guava guava - 19.0 + com.fasterxml.jackson.core @@ -274,8 +312,6 @@ true - org.onap.holmes.rulemgt.RuleActiveApp - lib/ @@ -283,31 +319,46 @@ 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 - -