<dependency>
<groupId>com.networknt</groupId>
<artifactId>cdc-mysql</artifactId>
<version>1.5.1</version>
</dependency>
<parent> <groupId>com.networknt</groupId> <artifactId>light-eventuate-4j</artifactId> <version>1.5.1</version> </parent>
compile
|-- com.networknt:eventuate-common
|-- com.networknt:eventuate-kafka
|-- org.apache.kafka:kafka-clients
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.github.shyiko:mysql-binlog-connector-java
|-- org.apache.curator:curator-recipes
test
|-- ch.qos.logback:logback-classic
|-- junit:junit