diff options
Diffstat (limited to 'rulemgt/pom.xml')
-rw-r--r-- | rulemgt/pom.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 7bb2b48..1177075 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -61,14 +61,6 @@ <artifactId>holmes-actions</artifactId> <exclusions> <exclusion> - <groupId>io.dropwizard</groupId> - <artifactId>dropwizard-db</artifactId> - </exclusion> - <exclusion> - <groupId>io.dropwizard</groupId> - <artifactId>dropwizard-core</artifactId> - </exclusion> - <exclusion> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-servlet-core</artifactId> </exclusion> @@ -112,7 +104,10 @@ </exclusion> </exclusions> </dependency> - + <dependency> + <groupId>io.dropwizard</groupId> + <artifactId>dropwizard-jdbi</artifactId> + </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> @@ -153,6 +148,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-dataformat-xml</artifactId> + </exclusion> </exclusions> <scope>provided</scope> </dependency> |