Skip to content

Commit

Permalink
Add missing test dependency
Browse files Browse the repository at this point in the history
Fixes #36
  • Loading branch information
Gertjan van Oosten committed Aug 3, 2020
1 parent fca9af0 commit 7b8b7ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions keycloak-dropwizard-jaxrs-example/pom.xml
Expand Up @@ -81,6 +81,12 @@
<version>2.37.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.30.1</version>
<scope>test</scope>
</dependency>
<!-- upgrade these from htmlunit two to match the jetty version of dropwizard -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 7b8b7ae

Please sign in to comment.