From 3e80ec9c5eefb736244fbeccc00714bf19c7333e Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 22 May 2019 08:17:16 +0000 Subject: [PATCH] try to use more https urls in pom.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859701 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/ooxml-schema-security/pom.xml | 6 +++--- sonar/ooxml-schema/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sonar/ooxml-schema-security/pom.xml b/sonar/ooxml-schema-security/pom.xml index 6ec50363f7..8735be7f54 100644 --- a/sonar/ooxml-schema-security/pom.xml +++ b/sonar/ooxml-schema-security/pom.xml @@ -35,7 +35,7 @@ generate-sources wget - http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip + https://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip true c8f0eac388691d5be0d1647146400a10 @@ -82,7 +82,7 @@ wget target/schemas - http://uri.etsi.org/01903/v1.3.2/XAdES.xsd + https://uri.etsi.org/01903/v1.3.2/XAdES.xsd @@ -91,7 +91,7 @@ wget target/schemas - http://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd + https://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index 4f64bebcd4..eaabe65efa 100644 --- a/sonar/ooxml-schema/pom.xml +++ b/sonar/ooxml-schema/pom.xml @@ -36,7 +36,7 @@ wget - http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip + https://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip true abe6bb6e7799e854934b3c634e8bcf7b -- 2.39.5