Correct mongodb-sink reference to new spring-payload-converter-function

The mongodb-sink was still pointing to the older payload-converter-function
artifactId which has since been renamed to spring-payload-converter-function
in the Spring Functions Catalog.
This commit is contained in:
Chris Bono
2024-03-09 19:41:10 -06:00
parent 6f0a0aa79a
commit 9810b17aef

View File

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