From 92c327aa9d74163a7e0c2eb4eb54ddde1b7bd7a7 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 26 Jan 2025 13:09:01 -0600 Subject: [PATCH] Update apps to use spring-cloud-function 4.2.1 (take 2) (#622) This updates the generated apps to use the override version of `spring-cloud-function` to `4.2.1`. The previous commit was not sufficient as the `` needed to be specified on the apps generated pom.xml. --- applications/stream-applications-core/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 75d88c06..a41affd3 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -137,13 +137,19 @@ 1.0 false false - 4.2.1 ${spring-cloud-dataflow-apps-metadata-plugin.version} + + org.springframework.cloud + spring-cloud-function-dependencies + ${spring-cloud-function.version} + import + pom + org.springframework.cloud spring-cloud-dependencies