From d2443b0a82505b2d4566fbd3a7f849e50afc07d3 Mon Sep 17 00:00:00 2001 From: Stéphane Nicoll Date: Mon, 29 Jul 2019 08:45:31 +0200 Subject: Use https for Maven repositories (#11668) * Use https for Maven repositories --- test/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/pom.xml') diff --git a/test/pom.xml b/test/pom.xml index 496e1a2484..fcbb9360b1 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -41,11 +41,11 @@ vaadin-addons - http://maven.vaadin.com/vaadin-addons + https://maven.vaadin.com/vaadin-addons vaadin-prereleases - http://maven.vaadin.com/vaadin-prereleases + https://maven.vaadin.com/vaadin-prereleases -- cgit v1.2.3