From 49349c90d1ce805af98e7179364c9eec84435f11 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 18:20:59 -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 --- dubbo-spring-boot-parent/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml index 1eed2591a..028e3c5a8 100644 --- a/dubbo-spring-boot-parent/pom.xml +++ b/dubbo-spring-boot-parent/pom.xml @@ -125,7 +125,7 @@ spring-milestone Spring Milestone - http://repo.spring.io/milestone + https://repo.spring.io/milestone false @@ -133,7 +133,7 @@ spring-snapshot Spring Snapshot - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot true @@ -159,7 +159,7 @@ spring-milestone Spring Milestone - http://repo.spring.io/milestone + https://repo.spring.io/milestone false @@ -167,7 +167,7 @@ spring-snapshot Spring Snapshot - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot true