summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-02-28 02:56:56 +0000
committerGerrit Code Review <gerrit@open-o.org>2017-02-28 02:56:56 +0000
commit2d9af2d524d6cb204bbef86f50b5de80f8cd44ff (patch)
treec0a2ff00d04811ded4dac87548911ac6461d1c5a /pom.xml
parentb89572c4c6963ca3d6707e4a21e436bd2309f8ee (diff)
parent3d84a2ac489366bb877211d29c3bf531c2d8a089 (diff)
Merge "Add Rule Management Standalone"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f2e9540..aadc429 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
<name>holmes-rulemgt-parent</name>
<modules>
<module>rulemgt</module>
+ <module>rulemgt-standalone</module>
</modules>
<properties>
@@ -55,16 +56,34 @@
<jaxrs.consumer.version>5.0</jaxrs.consumer.version>
<slf4j.version>1.6.1</slf4j.version>
<quartz.version>2.2.1</quartz.version>
+
+
+ <packagename>openo-holmes-rulemgt</packagename>
+ <linux64id>linux64</linux64id>
+ <win64id>win64</win64id>
+ <linux64outputdir>target/assembly/${linux64id}</linux64outputdir>
+ <win64outputdir>target/assembly/${win64id}</win64outputdir>
+ <version.output>target/version</version.output>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
<groupId>org.openo.holmes.actions</groupId>
<artifactId>holmes-actions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
+ <artifactId>dropwizard-core</artifactId>
+ <version>${dropwizard.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-db</artifactId>
<version>${dropwizard.version}</version>
</dependency>
@@ -72,6 +91,7 @@
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
<version>${swagger.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
@@ -128,9 +148,15 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
- <version>1.6.4</version>
+ <version>1.6.5</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.openo.client.cli</groupId>
+ <artifactId>swagger-sdk</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</dependencyManagement>