Skip to content

Commit 96b16c7

Browse files
committed
fix build error after org.apache.kafka:kafka_2.13 bump
1 parent 43e48f7 commit 96b16c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openig-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@
149149
<artifactId>kafka_2.13</artifactId>
150150
<version>3.9.1</version>
151151
</dependency>
152+
<dependency>
153+
<groupId>org.apache.zookeeper</groupId>
154+
<artifactId>zookeeper</artifactId>
155+
</dependency>
152156
<dependency>
153157
<groupId>org.openidentityplatform.commons</groupId>
154158
<artifactId>json-resource-http</artifactId>

0 commit comments

Comments
 (0)