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 | |
parent | bcba2d712fc1b87104c93006d16c760ed833ff0a (diff) |
Updated the Version of Dropwizard
Change-Id: I4d4132c9f6d967c97e50741ee1c4ee65a4457614
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r-- | engine-d/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 5 |
2 files changed, 9 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> @@ -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> |