diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-28 12:38:28 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-28 12:38:28 +0800 |
commit | 9678054a06837c8b2c9af580ba9c08e504ac1df3 (patch) | |
tree | 9f6e3507d8154f11ad2f13a9648e273c2936efb3 /engine-d | |
parent | bcba2d712fc1b87104c93006d16c760ed833ff0a (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 'engine-d')
-rw-r--r-- | engine-d/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index e4fdcb9..deac7d2 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -211,6 +211,10 @@ </exclusions> </dependency> <dependency> + <groupId>io.dropwizard</groupId> + <artifactId>dropwizard-jdbi</artifactId> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> |