Skip to content

Commit de0af8f

Browse files
authored
Fix build breakage caused by dependency change (confluentinc#3056)
1 parent f2294f7 commit de0af8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
<artifactId>netty-codec</artifactId>
110110
<version>${netty.version}</version>
111111
</dependency>
112+
<dependency>
113+
<groupId>org.eclipse.jetty</groupId>
114+
<artifactId>jetty-alpn-java-server</artifactId>
115+
<scope>runtime</scope>
116+
</dependency>
112117

113118
<dependency>
114119
<groupId>io.confluent</groupId>

0 commit comments

Comments
 (0)