summaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 1a0b116..f2e9540 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,13 +65,6 @@
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
- <artifactId>dropwizard-core</artifactId>
- <version>${dropwizard.version}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-db</artifactId>
<version>${dropwizard.version}</version>
</dependency>