You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2020/02/09 14:46:34 UTC

[camel-spring-boot] 01/03: camel-example-spring-boot-kafka-avro: Use https to access the confluent maven repository.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 469464964d2a72e4e17502b8b1b77996615fd9e4
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Feb 9 15:29:21 2020 +0100

    camel-example-spring-boot-kafka-avro: Use https to access the confluent maven repository.
---
 examples/camel-example-spring-boot-kafka-avro/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-spring-boot-kafka-avro/pom.xml b/examples/camel-example-spring-boot-kafka-avro/pom.xml
index 44ec1e4..9c4aab8 100644
--- a/examples/camel-example-spring-boot-kafka-avro/pom.xml
+++ b/examples/camel-example-spring-boot-kafka-avro/pom.xml
@@ -41,7 +41,7 @@
     <repositories>
         <repository>
             <id>confluent</id>
-            <url>http://packages.confluent.io/maven/</url>
+            <url>https://packages.confluent.io/maven/</url>
         </repository>
     </repositories>