kafka-connect-storage-common icon indicating copy to clipboard operation
kafka-connect-storage-common copied to clipboard

Confluent dependencies are referenced via http instead of https

Open spanglerco opened this issue 3 years ago • 0 comments

When the pom.xml file references the confluent maven repository, it uses http://packages.confluent.io/maven/ (insecure) instead of https://packages.confluent.io/maven/ (secure).

This conflicts with the 3.8.1+ versions of maven, which block the use of HTTP repositories by default for security reasons. Building this repository with the latest maven fails for this reason.

spanglerco avatar Oct 17 '22 20:10 spanglerco