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 782b14f commit 92b34f1Copy full SHA for 92b34f1
pom.xml
@@ -159,6 +159,12 @@
159
<artifactId>kafka-connect-protobuf-converter</artifactId>
160
<version>7.1.1</version>
161
</dependency>
162
+ <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
163
+ <dependency>
164
+ <groupId>com.google.protobuf</groupId>
165
+ <artifactId>protobuf-java</artifactId>
166
+ <version>3.21.7</version>
167
+ </dependency>
168
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
169
<dependency>
170
<groupId>com.google.code.gson</groupId>
0 commit comments