From aeb05a7515a14c7447956b7780288556d26c9461 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 11 Jun 2019 20:15:13 -0400 Subject: [PATCH] Use https for accessing Confluent maven repository --- kafka-e2e-kotlin-sample/customer-service/pom.xml | 2 +- kafka-e2e-kotlin-sample/order-service/pom.xml | 2 +- kafka-e2e-kotlin-sample/shipping-service/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kafka-e2e-kotlin-sample/customer-service/pom.xml b/kafka-e2e-kotlin-sample/customer-service/pom.xml index a7fffc2..9dcacc0 100644 --- a/kafka-e2e-kotlin-sample/customer-service/pom.xml +++ b/kafka-e2e-kotlin-sample/customer-service/pom.xml @@ -146,7 +146,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/ diff --git a/kafka-e2e-kotlin-sample/order-service/pom.xml b/kafka-e2e-kotlin-sample/order-service/pom.xml index 9d5662c..78f8fcd 100644 --- a/kafka-e2e-kotlin-sample/order-service/pom.xml +++ b/kafka-e2e-kotlin-sample/order-service/pom.xml @@ -146,7 +146,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/ diff --git a/kafka-e2e-kotlin-sample/shipping-service/pom.xml b/kafka-e2e-kotlin-sample/shipping-service/pom.xml index 13e8dcd..50d1ce3 100644 --- a/kafka-e2e-kotlin-sample/shipping-service/pom.xml +++ b/kafka-e2e-kotlin-sample/shipping-service/pom.xml @@ -146,7 +146,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/