From f1044c7db853155f26f5bb61b29a232f8123ee67 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 19:05:17 -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 --- integration/tg4w/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/tg4w/pom.xml b/integration/tg4w/pom.xml index ce5ec4a20..2cf6eebbe 100644 --- a/integration/tg4w/pom.xml +++ b/integration/tg4w/pom.xml @@ -85,7 +85,7 @@ net.sf.tools4java Tools4Java Maven Repository (TestGen4Web) - http://tools4java.sourceforge.net/m2/ + https://tools4java.sourceforge.net/m2/ true true diff --git a/pom.xml b/pom.xml index 8544b564b..697fa40d7 100644 --- a/pom.xml +++ b/pom.xml @@ -479,7 +479,7 @@ apache.snapshots Apache Maven Repository (Snapshots and Test Builds) - http://people.apache.org/maven-snapshot-repository + https://people.apache.org/maven-snapshot-repository false true