Skip to content

Commit ceccd67

Browse files
authored
Update pom.xml
1 parent c4de529 commit ceccd67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
<artifactId>kafka-connect-protobuf-converter</artifactId>
159159
<version>7.1.1</version>
160160
</dependency>
161+
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
162+
<dependency>
163+
<groupId>com.google.code.gson</groupId>
164+
<artifactId>gson</artifactId>
165+
<version>2.9.0</version>
166+
</dependency>
161167
</dependencies>
162168

163169
<repositories>

0 commit comments

Comments
 (0)