Merge pull request #328 from patriot1burke/master

fix broken build
This commit is contained in:
Bill Burke 2014-04-08 11:33:38 -04:00
commit d5be56fa21

View file

@ -46,6 +46,13 @@
<artifactId>mongo-java-driver</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${keycloak.apache.httpcomponents.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>