From ddfe12228d527052aaa982d4cd807d99f95b3fdc Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 28 Aug 2023 17:45:22 -0400 Subject: [PATCH] Temporarily disabling the migrated samples --- .../kafka-streams-interactive-query/pom.xml | 77 ++++++++++++++++++- kafka-streams-samples/pom.xml | 2 +- pom.xml | 4 +- 3 files changed, 76 insertions(+), 7 deletions(-) diff --git a/kafka-streams-samples/kafka-streams-interactive-query/pom.xml b/kafka-streams-samples/kafka-streams-interactive-query/pom.xml index 2325bf7..00de9e5 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query/pom.xml +++ b/kafka-streams-samples/kafka-streams-interactive-query/pom.xml @@ -4,15 +4,35 @@ 4.0.0 com.example kafka-streams-interactive-query + 0.0.1-SNAPSHOT kafka-streams-interactive-query - io.spring.cloud.stream.sample - spring-cloud-stream-samples-parent - 0.0.1-SNAPSHOT - ../.. + org.springframework.boot + spring-boot-starter-parent + 3.2.0-SNAPSHOT + + + 1.11.0 + 7.0.1 + 4.1.0-SNAPSHOT + 17 + + + + + + org.springframework.cloud + spring-cloud-stream-dependencies + ${spring-cloud-stream.version} + pom + import + + + + org.springframework.boot @@ -35,4 +55,53 @@ + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + spring-milestones + Spring milestones + https://repo.spring.io/libs-milestone-local + + + rsocket-snapshots + RSocket Snapshots + https://oss.jfrog.org/oss-snapshot-local + + true + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + + diff --git a/kafka-streams-samples/pom.xml b/kafka-streams-samples/pom.xml index 69a4fed..6e75fd6 100644 --- a/kafka-streams-samples/pom.xml +++ b/kafka-streams-samples/pom.xml @@ -24,7 +24,7 @@ kafka-streams-destination-pattern kafka-streams-jaas-security kafka-streams-multiple-input-topics - kafka-streams-interactive-query + diff --git a/pom.xml b/pom.xml index b80407d..ad0bc16 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ multi-binder-samples partitioning-samples routing-samples - spring-cloud-stream-schema-registry-integration - stream-function-batch-producer-consumer + + testing-samples transaction-kafka-samples