Skip to content

Commit 9f9df18

Browse files
author
Psilo
committed
fix dependency Problems
1 parent 4e0b68d commit 9f9df18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,21 @@
5252
<artifactId>orika-core</artifactId>
5353
<version>1.5.4</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>org.eclipse.jetty</groupId>
57+
<artifactId>jetty-http</artifactId>
58+
<version>9.4.30</version>
59+
</dependency>
5560
<dependency>
5661
<groupId>org.eclipse.jetty</groupId>
5762
<artifactId>jetty-server</artifactId>
5863
<version>9.4.30.v20200611</version>
5964
</dependency>
65+
<dependency>
66+
<groupId>org.keycloak</groupId>
67+
<artifactId>keycloak-common</artifactId>
68+
<version>11.0.2</version>
69+
</dependency>
6070
<dependency>
6171
<groupId>org.keycloak</groupId>
6272
<artifactId>keycloak-core</artifactId>

0 commit comments

Comments
 (0)