Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
<jaxb.version>2.3.0</jaxb.version>
<netty.version>4.1.113.Final</netty.version>
<hamcrest.version>1.3</hamcrest.version>
<!-- okio version to match ce-kafka 7.8.x -->
<okio.version>3.7.0</okio.version>
<protobuf.version>3.25.5</protobuf.version>
<powermock.version>2.0.9</powermock.version>
<!-- Potentially used by downstream projects -->
Expand Down Expand Up @@ -238,6 +240,12 @@
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<!-- This is to match to okio version used in ce-flink / ce-kafka 7.8 -->
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>${okio.version}</version>
</dependency>
<!-- This is to unify the version of Protocol Buffers across CP -->
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down