KEYCLOAK-18705 add twitter4j dependency to fix twitter social login in quarkus distribution

This commit is contained in:
Dominik 2021-09-07 13:20:24 +02:00 committed by Pedro Igor
parent af8354267b
commit 8ffd53e206

View File

@ -479,6 +479,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
</dependency>
</dependencies>
<build>