Skip to content

Commit a1a4e90

Browse files
committed
Restoring the Gson dependency jar in the core pom.xml
1 parent bd5f307 commit a1a4e90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<groupId>com.fasterxml.jackson.dataformat</groupId>
6767
<artifactId>jackson-dataformat-csv</artifactId>
6868
</dependency>
69+
<dependency>
70+
<groupId>com.google.code.gson</groupId>
71+
<artifactId>gson</artifactId>
72+
</dependency>
6973
<dependency>
7074
<groupId>org.apache.kafka</groupId>
7175
<artifactId>kafka-clients</artifactId>

0 commit comments

Comments
 (0)