X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt%2Fpom.xml;h=e358e4c081fb9bed25b3a4aa6aae515a1f26981f;hb=e19a1115bb056b002b42c7b15afa0226877c7f46;hp=ba5524c54eef1107286b2f5bdf56551500a8bb79;hpb=adf983c3fa5c0be8fe05d349190b149da1effb2e;p=holmes%2Frule-management.git diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index ba5524c..e358e4c 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.4-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.17.v20190418 + + + org.eclipse.jetty + jetty-util + 9.4.11.v20180605 + io.dropwizard dropwizard-jdbi @@ -116,10 +142,6 @@ org.postgresql postgresql - - org.quartz-scheduler - quartz - junit junit @@ -212,7 +234,7 @@ org.apache.httpcomponents httpclient - 4.5.3 + 4.5.6 com.googlecode.json-simple @@ -243,7 +265,7 @@ com.alibaba fastjson - 1.1.23 + 1.2.49 org.glassfish.jersey.core @@ -265,17 +287,6 @@ jersey-container-servlet-core ${jersey.version} - - com.google.guava - guava - 19.0 - - - com.fasterxml.jackson.core - jackson-core - - - @@ -286,8 +297,6 @@ true - org.onap.holmes.rulemgt.RuleActiveApp - lib/ @@ -295,31 +304,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 - -