KEYCLOAK-19030 Implement HotRodConnectionProvider

This commit is contained in:
Martin Kanis
2021-06-26 17:35:40 +02:00
committed by Hynek Mlnařík
parent 36f7139bdd
commit af97849feb
24 changed files with 846 additions and 18 deletions
+4
View File
@@ -48,6 +48,10 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-model-infinispan</artifactId>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-model-map-hot-rod</artifactId>
</dependency>
<!-- identity providers -->
<dependency>
<groupId>org.twitter4j</groupId>