From 15c71171456cd61063f61923c3661a260415a4b9 Mon Sep 17 00:00:00 2001 From: 6092002067 Date: Tue, 14 Feb 2017 10:50:45 +0800 Subject: Add module holms-actions code Issue-ID:HOLMES-9 Change-Id: Ied3ccef8a873bf4b9af0a0fc12324fb69716bc18 Signed-off-by: 6092002067 --- pom.xml | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..24a3bf8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,137 @@ + + + + + 4.0.0 + + org.openo.oparent + oparent + 1.1.0-SNAPSHOT + ../oparent + + + org.openo.holmes + holmes-actions-parent + pom + holmes-actions-parent + + holmes-actions + + + + UTF-8 + UTF-8 + false + false + ${project.artifactId}-${project.version} + ${basedir}/target + ${project.artifactId}-${project.version} + ${basedir}/../release/pkgzip + **/*$* + https://nexus.open-o.org/content + + + 3.2.1 + 5.1.38 + 0.8.0 + 1.5.3 + 1.16.4 + 2.22.2 + 5.0 + 1.6.1 + 2.2.1 + + + + + io.dropwizard + dropwizard-core + ${dropwizard.version} + provided + + + + io.dropwizard + dropwizard-db + ${dropwizard.version} + + + io.dropwizard + dropwizard-jdbi + ${dropwizard.version} + + + io.swagger + swagger-jersey2-jaxrs + ${swagger.version} + + + + org.projectlombok + lombok + ${lombok.version} + + + mysql + mysql-connector-java + ${mysql.connector.version} + + + + org.antlr + stringtemplate + ${stringtemplate.version} + + + + org.openo.common-services.common-utilities + dropwizard-ioc-container + ${project.version} + + + + + + + + org.quartz-scheduler + quartz + ${quartz.version} + + + org.jdom + jdom + 1.1.3 + + + junit + junit + 4.8.2 + test + + + + org.hamcrest + hamcrest-core + 1.3 + test + + + + org.powermock + powermock-module-junit4 + 1.6.4 + test + + + + + + -- cgit 1.2.3-korg