From 38e107771ea4c71a64f738249799f5ab80de5ef2 Mon Sep 17 00:00:00 2001 From: Bipin Kumar Date: Mon, 2 Oct 2023 15:00:35 +0530 Subject: [PATCH] pom.xml: change repository url to https hadoop-bam and typesafe repo url were using http preventing maven from downloading sources --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fb4bfde..e260372 100644 --- a/pom.xml +++ b/pom.xml @@ -98,12 +98,12 @@ typesafe Typesafe Repository - http://repo.typesafe.com/typesafe/releases/ + https://repo.typesafe.com/typesafe/releases/ hadoop-bam Hadoop-BAM - http://hadoop-bam.sourceforge.net/maven/ + https://hadoop-bam.sourceforge.net/maven/