diff options
Diffstat (limited to 'engine-d')
-rw-r--r-- | engine-d/pom.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml index e02af64..f1a1f89 100644 --- a/engine-d/pom.xml +++ b/engine-d/pom.xml @@ -208,9 +208,36 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-util</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-server</artifactId> + </exclusion> </exclusions> </dependency> <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-server</artifactId> + <version>9.4.11.v20180605</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-http</artifactId> + <version>9.4.11.v20180605</version> + </dependency> + <dependency> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-util</artifactId> + <version>9.4.11.v20180605</version> + </dependency> + <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jdbi</artifactId> </dependency> |