summaryrefslogtreecommitdiffstats
path: root/rulemgt/pom.xml
diff options
context:
space:
mode:
authoryoubowu <wu.youbo@zte.com.cn>2017-02-27 09:21:05 +0800
committer6092002067 <wu.youbo@zte.com.cn>2017-02-27 10:15:46 +0800
commite87f8243439fb68d1308a5132ae624942d77776d (patch)
tree2ca350893d9f1bb2a69827fa1aa1deac15038801 /rulemgt/pom.xml
parent27e71c9c0f9ec16e377a5f21ec4f72bbd5c1efc0 (diff)
Add rule management module unit tests
Issue-ID:HOLMES-50 Change-Id: Ie21a9046cb3d237aa0c52c9c8ccb77123da2de1d Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'rulemgt/pom.xml')
-rw-r--r--rulemgt/pom.xml28
1 files changed, 20 insertions, 8 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 7159332..c4f1ecf 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -34,14 +34,14 @@
<artifactId>holmes-actions</artifactId>
<exclusions>
<exclusion>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-common</artifactId>
+ <groupId>org.glassfish.jersey.containers</groupId>
+ <artifactId>jersey-container-servlet-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-common</artifactId>
+ <groupId>org.glassfish.jersey.containers</groupId>
+ <artifactId>jersey-container-servlet-core</artifactId>
<version>2.16</version>
</dependency>
<dependency>
@@ -53,10 +53,6 @@
<artifactId>dropwizard-ioc-container</artifactId>
</dependency>
<dependency>
- <groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-core</artifactId>
- </dependency>
- <dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
@@ -106,6 +102,22 @@
<version>3.15.0-GA</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.3.6</version>
+ </dependency>
+ <dependency>
+ <groupId>com.googlecode.json-simple</groupId>
+ <artifactId>json-simple</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sf.json-lib</groupId>
+ <artifactId>json-lib</artifactId>
+ <version>2.4</version>
+ <classifier>jdk15</classifier>
+ </dependency>
</dependencies>
<build>
<plugins>