From cc6b2295d90c3ccc6cf9b0e1e28b8b4048296322 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 23:27:38 -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 --- cm-schema/pom.xml | 4 ++-- validator/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cm-schema/pom.xml b/cm-schema/pom.xml index 2101d7d..187aff2 100644 --- a/cm-schema/pom.xml +++ b/cm-schema/pom.xml @@ -104,12 +104,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 diff --git a/validator/pom.xml b/validator/pom.xml index 752bae8..2a67e97 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -274,12 +274,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