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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user