From 0dfbbb4d600009094b842fe0b0d4f0413b37dfc1 Mon Sep 17 00:00:00 2001 From: youbowu Date: Wed, 15 Feb 2017 14:39:20 +0800 Subject: Add module holms-rule-management code Issue-ID:HOLMES-4 Change-Id: I3a22053acfdf0789acb6fcbbc5e8740d25d6b2eb Signed-off-by: youbowu --- pom.xml | 214 +++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 105 insertions(+), 109 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c0896ef..a699c30 100644 --- a/pom.xml +++ b/pom.xml @@ -15,25 +15,24 @@ ~ limitations under the License. --> - 4.0.0 - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.openo.oparent oparent 1.1.0-SNAPSHOT ../oparent - org.openo.holmes.rule-management - holmes-rulemgt-parent - pom - holmes-rulemgt-parent - - rulemgt - - - - + org.openo.holmes.rule-management + holmes-rulemgt-parent + pom + holmes-rulemgt-parent + + rulemgt + + + UTF-8 UTF-8 false @@ -44,105 +43,102 @@ ${basedir}/../release/pkgzip **/*$* https://nexus.open-o.org/content - - - 3.2.1 - 5.1.38 - 0.8.0 + + + 3.2.1 + 5.1.38 + 0.8.0 1.5.3 - 1.16.4 + 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.swagger - swagger-jersey2-jaxrs - ${swagger.version} - - - - org.projectlombok - lombok - ${lombok.version} - - - - - org.slf4j - slf4j-api - ${slf4j.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} - - - - junit - junit - 4.8.2 - test - - - - org.hamcrest - hamcrest-core - 1.3 - test - - - - org.powermock - powermock-module-junit4 - 1.6.4 - test - - - - + 2.2.1 + + + + + org.openo.holmes.actions + holmes-actions + ${project.version} + + + io.dropwizard + dropwizard-core + ${dropwizard.version} + provided + + + + io.dropwizard + dropwizard-db + ${dropwizard.version} + + + io.swagger + swagger-jersey2-jaxrs + ${swagger.version} + + + + org.projectlombok + lombok + ${lombok.version} + + + + + org.slf4j + slf4j-api + ${slf4j.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} + + + + 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