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 bd5f307 commit a1a4e90Copy full SHA for a1a4e90
core/pom.xml
@@ -66,6 +66,10 @@
66
<groupId>com.fasterxml.jackson.dataformat</groupId>
67
<artifactId>jackson-dataformat-csv</artifactId>
68
</dependency>
69
+ <dependency>
70
+ <groupId>com.google.code.gson</groupId>
71
+ <artifactId>gson</artifactId>
72
+ </dependency>
73
<dependency>
74
<groupId>org.apache.kafka</groupId>
75
<artifactId>kafka-clients</artifactId>
0 commit comments