debezium/dbz#1616 Add dependency to debezium-connect-plugins#146
debezium/dbz#1616 Add dependency to debezium-connect-plugins#146mfvitale merged 3 commits intodebezium:mainfrom
Conversation
| </dependency> | ||
| <dependency> | ||
| <groupId>io.debezium</groupId> | ||
| <artifactId>debezium-connect-plugins</artifactId> |
There was a problem hiding this comment.
@mfvitale Please make sure that this PR and all related in other repos define version in dependency management. See what is done for debezium-storage-file. This is required for the build process. Thanks
There was a problem hiding this comment.
@jpechane I don't see any specific version in debezium-storage-file. Am I missing something?
There was a problem hiding this comment.
@mfvitale https://github.com/debezium/debezium-connector-informix/blob/main/pom.xml#L102
Note the difference, it is in dependencyManagement section
There was a problem hiding this comment.
@mfvitale https://github.com/debezium/debezium-connector-informix/blob/main/pom.xml#L102
Note the difference, it is in
dependencyManagementsection
Got it! I was looking to debezium-storage-file module not the dependency in the connector 🤦♂️
Signed-off-by: Fiore Mario Vitale <mvitale@redhat.com>
Signed-off-by: Fiore Mario Vitale <mvitale@redhat.com>
…or release Signed-off-by: Fiore Mario Vitale <mvitale@redhat.com>
closes: debezium/dbz#1616
related to: debezium/debezium#7084