Correct kafka-sink reference to new spring-kafka-publisher

The kafka-sink was still pointing to the older kafka-publisher
artifactId which has since been renamed to spring-kafka-publisher
in the Spring Functions Catalog.
This commit is contained in:
Chris Bono
2024-03-09 18:40:41 -06:00
parent 5a10d7703d
commit 6f0a0aa79a

View File

@@ -58,7 +58,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>kafka-publisher</artifactId>
<artifactId>spring-kafka-publisher</artifactId>
</dependency>
</dependencies>
</maven>