X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=engine-d%2Fpom.xml;h=c0cb28e68a7ab0c657601355d364ba37fc7687f0;hb=3494f836c47c846497b19ce87dd6017244612c6f;hp=44ae940c7cb5fac3288fb74ab620d8eeb4cffcc8;hpb=bd36ad0992f45f6d2efd2f5d90cb573a4f003310;p=holmes%2Fengine-management.git diff --git a/engine-d/pom.xml b/engine-d/pom.xml index 44ae940..c0cb28e 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -22,7 +22,7 @@ org.onap.holmes.engine-management holmes-engine-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT holmes-engine-d @@ -34,10 +34,41 @@ + + + com.fasterxml.jackson.core + jackson-databind + 2.6.2 + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + + + + org.onap.msb.java-sdk + msb-java-sdk + org.reflections reflections + + org.onap.holmes.dsa + dmaap-dsa + + + org.apache.httpcomponents + httpclient + + + org.onap.holmes.common + holmes-actions + + + org.onap.holmes.common holmes-actions @@ -66,13 +97,23 @@ org.drools drools-compiler ${drools.version} + + + org.eclipse.jdt.core.compiler + ecj + + + + + org.eclipse.jdt.core.compiler + ecj + 4.5.1 org.drools drools-templates ${drools.version} - io.dropwizard dropwizard-db @@ -100,8 +141,8 @@ lombok - mysql - mysql-connector-java + org.postgresql + postgresql org.quartz-scheduler @@ -147,11 +188,14 @@ 1.6.5 test - org.apache.httpcomponents httpclient + + com.google.guava + guava + @@ -181,6 +225,12 @@ META-INF/*.RSA + + org.onap.holmes.dsa:dmaap-dsa + + org/onap/holmes/common/** + + @@ -203,7 +253,6 @@ - @@ -217,4 +266,72 @@ + + + + swagger + + + io.swagger + swagger-jersey2-jaxrs + 1.5.0 + + + + + + + com.github.kongchen + swagger-maven-plugin + 3.1.1 + + + + false + org.onap.holmes.engine.resources + /api/holmes-engine-mgmt/v1/ + + API Descriptions for Holmes Engine Management + v1 + + This page shows all the APIs available in the Holmes engine management module. + + + http://www.github.com/kongchen/swagger-maven-plugin + + + fu.guangrong@zte.com.cn + Guangrong Fu + + + http://www.apache.org/licenses/LICENSE-2.0.html + Apache 2.0 + + + + + ${basedir}/src/main/resources + + + + + + compile + + generate + + + + + + io.swagger + swagger-hibernate-validations + 1.5.6 + + + + + + +