From a95bfaf10d8d7c90eb938a5b30a7657adadc6094 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Fri, 21 Apr 2023 11:07:43 +0200 Subject: [PATCH] Revert deploy-plugin to 2.8.2 for stream-applications-descriptor --- common/function-test-support/pom.xml | 2 +- function/object-detection-function/pom.xml | 10 +++++----- spring-functions-parent/pom.xml | 9 ++++++++- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/common/function-test-support/pom.xml b/common/function-test-support/pom.xml index bca7a1f7..e5f67fe9 100644 --- a/common/function-test-support/pom.xml +++ b/common/function-test-support/pom.xml @@ -15,7 +15,7 @@ 2.7.0 - 1.1.1 + 1.2.0 diff --git a/function/object-detection-function/pom.xml b/function/object-detection-function/pom.xml index 6170a580..0ec4fdd4 100644 --- a/function/object-detection-function/pom.xml +++ b/function/object-detection-function/pom.xml @@ -17,16 +17,16 @@ 3.19.6 - - org.springframework.cloud.fn - tensorflow-common - ${project.version} - com.google.protobuf protobuf-java ${protobuf.version} + + org.springframework.cloud.fn + tensorflow-common + ${project.version} + diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index 899aa2b0..0a7bdb11 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -14,8 +14,15 @@ org.springframework.cloud.fn spring-functions-parent pom - + + 3.19.6 + + + com.google.protobuf + protobuf-java + ${protobuf.version} + org.springframework.cloud.fn config-common