We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0b68d commit 9f9df18Copy full SHA for 9f9df18
pom.xml
@@ -52,11 +52,21 @@
52
<artifactId>orika-core</artifactId>
53
<version>1.5.4</version>
54
</dependency>
55
+ <dependency>
56
+ <groupId>org.eclipse.jetty</groupId>
57
+ <artifactId>jetty-http</artifactId>
58
+ <version>9.4.30</version>
59
+ </dependency>
60
<dependency>
61
<groupId>org.eclipse.jetty</groupId>
62
<artifactId>jetty-server</artifactId>
63
<version>9.4.30.v20200611</version>
64
65
66
+ <groupId>org.keycloak</groupId>
67
+ <artifactId>keycloak-common</artifactId>
68
+ <version>11.0.2</version>
69
70
71
<groupId>org.keycloak</groupId>
72
<artifactId>keycloak-core</artifactId>
0 commit comments