From 49428f2bb6c8ff0dbec79a9d28ede0685c037e5f Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 16 Aug 2018 08:39:11 -0400 Subject: [PATCH] Add distribution management to schema registry samples --- .../schema-registry-confluent/pom.xml | 13 +++++++++++++ .../schema-registry-vanilla/pom.xml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/schema-registry-samples/schema-registry-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/pom.xml index d67555b..3fd684c 100644 --- a/schema-registry-samples/schema-registry-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/pom.xml @@ -13,4 +13,17 @@ schema-registry-confluent-producer2 schema-registry-confluent-consumer + + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + diff --git a/schema-registry-samples/schema-registry-vanilla/pom.xml b/schema-registry-samples/schema-registry-vanilla/pom.xml index b2d61d7..e54c18f 100644 --- a/schema-registry-samples/schema-registry-vanilla/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/pom.xml @@ -14,4 +14,17 @@ schema-registry-vanilla-consumer schema-registry-vanilla-server + + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + +