From a3ec3fec63eb510a8f3c708782e003084dca6a46 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 00:37:58 -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 --- eclipse/pom.xml | 4 ++-- .../test-data/validator-tests/wiring-validation-tests/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 81ab2fb1..d2cf2aae 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -29,7 +29,7 @@ bpmn2-editor-update-site - http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/oxygen/1.4.0.Final/ + https://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/oxygen/1.4.0.Final/ p2 true @@ -41,7 +41,7 @@ jboss.public.repo JBoss Public Repository - http://repository.jboss.org/nexus/content/repositories/public + https://repository.jboss.org/nexus/content/repositories/public true diff --git a/eclipse/tests/org.switchyard.tools.ui.tests/test-data/validator-tests/wiring-validation-tests/pom.xml b/eclipse/tests/org.switchyard.tools.ui.tests/test-data/validator-tests/wiring-validation-tests/pom.xml index 37879464..06081188 100644 --- a/eclipse/tests/org.switchyard.tools.ui.tests/test-data/validator-tests/wiring-validation-tests/pom.xml +++ b/eclipse/tests/org.switchyard.tools.ui.tests/test-data/validator-tests/wiring-validation-tests/pom.xml @@ -57,14 +57,14 @@ jboss-public-repository JBoss Public Maven Repository - http://repository.jboss.org/nexus/content/groups/public + https://repository.jboss.org/nexus/content/groups/public jboss-public-repository JBoss Public Maven Repository - http://repository.jboss.org/nexus/content/groups/public + https://repository.jboss.org/nexus/content/groups/public