From bafa7b2133df95870b752542022e63170c4f28d2 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 4 May 2023 16:19:16 +0200 Subject: [PATCH] Fix repositories --- .settings.xml | 8 ++++---- applications/processor/script-processor/pom.xml | 1 + applications/source/debezium-source/pom.xml | 5 +++++ functions/supplier/debezium-supplier/pom.xml | 16 ++++++++++++++++ stream-applications-build/pom.xml | 8 ++++---- stream-applications-release-train/pom.xml | 8 ++++---- .../stream-applications-descriptor/pom.xml | 4 ++-- 7 files changed, 36 insertions(+), 14 deletions(-) diff --git a/.settings.xml b/.settings.xml index 4fe0ec3c..20d49284 100644 --- a/.settings.xml +++ b/.settings.xml @@ -25,7 +25,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot true @@ -33,7 +33,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone false @@ -51,7 +51,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot true @@ -59,7 +59,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone false diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index d57dc44c..56c17fd8 100644 --- a/applications/processor/script-processor/pom.xml +++ b/applications/processor/script-processor/pom.xml @@ -93,6 +93,7 @@ org.apache.maven.plugins maven-surefire-plugin + 3.0.0 --add-opens java.base/sun.nio.ch=ALL-UNNAMED diff --git a/applications/source/debezium-source/pom.xml b/applications/source/debezium-source/pom.xml index e0664a7d..38ce1903 100644 --- a/applications/source/debezium-source/pom.xml +++ b/applications/source/debezium-source/pom.xml @@ -158,6 +158,11 @@ org.springframework.cloud.fn debezium-supplier + + org.springframework.cloud.stream.app + stream-applications-composite-function-support + ${stream-apps-core.version} + diff --git a/functions/supplier/debezium-supplier/pom.xml b/functions/supplier/debezium-supplier/pom.xml index 089f14f6..b8a21677 100644 --- a/functions/supplier/debezium-supplier/pom.xml +++ b/functions/supplier/debezium-supplier/pom.xml @@ -20,6 +20,21 @@ + + io.debezium + debezium-api + ${version.debezium} + + + slf4j-reload4j + org.slf4j + + + slf4j-log4j12 + org.slf4j + + + io.debezium debezium-embedded @@ -170,6 +185,7 @@ + org.apache.maven.plugins maven-surefire-plugin 3.0.0 diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml index f854b4c2..5645ae69 100644 --- a/stream-applications-build/pom.xml +++ b/stream-applications-build/pom.xml @@ -254,7 +254,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot true @@ -262,7 +262,7 @@ spring-milestones Spring milestones - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone false @@ -280,7 +280,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot true @@ -288,7 +288,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone false diff --git a/stream-applications-release-train/pom.xml b/stream-applications-release-train/pom.xml index 9e8cd85f..29112f97 100644 --- a/stream-applications-release-train/pom.xml +++ b/stream-applications-release-train/pom.xml @@ -41,12 +41,12 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot true @@ -56,7 +56,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/libs-snapshot + https://repo.spring.io/snapshot true @@ -64,7 +64,7 @@ spring-milestones Spring Milestones - https://repo.spring.io/libs-milestone + https://repo.spring.io/milestone maven-central diff --git a/stream-applications-release-train/stream-applications-descriptor/pom.xml b/stream-applications-release-train/stream-applications-descriptor/pom.xml index 0c8af84d..6517301c 100644 --- a/stream-applications-release-train/stream-applications-descriptor/pom.xml +++ b/stream-applications-release-train/stream-applications-descriptor/pom.xml @@ -73,8 +73,8 @@