diff options
-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> |