Skip to content

Instantly share code, notes, and snippets.

@sohangp
Last active November 19, 2019 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sohangp/73c6df13020f567cd2d6654ee0023572 to your computer and use it in GitHub Desktop.
Save sohangp/73c6df13020f567cd2d6654ee0023572 to your computer and use it in GitHub Desktop.
Embedded Debezium Maven Dependency
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-embedded</artifactId>
<version>${debezium.version}</version>
</dependency>
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-postgres</artifactId>
<version>${debezium.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment