summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 12:38:28 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-03-28 12:38:28 +0800
commit9678054a06837c8b2c9af580ba9c08e504ac1df3 (patch)
tree9f6e3507d8154f11ad2f13a9648e273c2936efb3 /pom.xml
parentbcba2d712fc1b87104c93006d16c760ed833ff0a (diff)
Updated the Version of Dropwizard
Change-Id: I4d4132c9f6d967c97e50741ee1c4ee65a4457614 Issue-ID: HOLMES-123 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d7d8d2b..321f4c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,11 @@
<version>${dropwizard.version}</version>
</dependency>
<dependency>
+ <groupId>io.dropwizard</groupId>
+ <artifactId>dropwizard-jdbi</artifactId>
+ <version>${dropwizard.version}</version>
+ </dependency>
+ <dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-jersey2-jaxrs</artifactId>
<version>${swagger.version}</version>