From 0b3baec05b4934d10117718a9eee5efcf1e8cb25 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Tue, 21 Jul 2020 14:22:10 +0530 Subject: [PATCH] Add repository config to Kafka/function samples --- function-samples/pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++ kafka-samples/pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/function-samples/pom.xml b/function-samples/pom.xml index e170815..f070012 100644 --- a/function-samples/pom.xml +++ b/function-samples/pom.xml @@ -17,4 +17,49 @@ Pivotal Software, Inc. https://www.spring.io + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + diff --git a/kafka-samples/pom.xml b/kafka-samples/pom.xml index af5b680..8bcd2ad 100644 --- a/kafka-samples/pom.xml +++ b/kafka-samples/pom.xml @@ -15,4 +15,49 @@ Pivotal Software, Inc. https://www.spring.io + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + +