From 4e1eb5b8074a743af729a16e3a11af7f3fdd1534 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:28:44 -0500 Subject: [PATCH] Use HTTPS instead of HTTP to resolve dependencies This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh --- java/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index d904e5e8..646d125b 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,12 +21,12 @@ cdh.releases.repo - http://maven.jenkins.cloudera.com:8081/artifactory/cdh-staging-local + https://maven.jenkins.cloudera.com:8081/artifactory/cdh-staging-local CDH Releases Repository cdh.snapshots.repo - http://maven.jenkins.cloudera.com:8081/artifactory/libs-snapshot-local + https://maven.jenkins.cloudera.com:8081/artifactory/libs-snapshot-local CDH Snapshots Repository