diff options
author | Stéphane Nicoll <stephane.nicoll@gmail.com> | 2019-07-29 08:45:31 +0200 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-07-29 09:45:31 +0300 |
commit | d2443b0a82505b2d4566fbd3a7f849e50afc07d3 (patch) | |
tree | 2e21b5515fe679b1b1a3e5386d53473540a8a562 /test/servlet-containers/generic/ivysettings.xml | |
parent | 386c5cea7659a012bdf5cc4b61c352336bff8d2f (diff) | |
download | vaadin-framework-d2443b0a82505b2d4566fbd3a7f849e50afc07d3.tar.gz vaadin-framework-d2443b0a82505b2d4566fbd3a7f849e50afc07d3.zip |
Use https for Maven repositories (#11668)
* Use https for Maven repositories
Diffstat (limited to 'test/servlet-containers/generic/ivysettings.xml')
-rw-r--r-- | test/servlet-containers/generic/ivysettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/servlet-containers/generic/ivysettings.xml b/test/servlet-containers/generic/ivysettings.xml index e807d3d36e..398710de6c 100644 --- a/test/servlet-containers/generic/ivysettings.xml +++ b/test/servlet-containers/generic/ivysettings.xml @@ -12,7 +12,7 @@ <resolvers> <ibiblio name="public" m2compatible="true" /> <ibiblio name="vaadin-addons" usepoms="true" - m2compatible="true" root="http://maven.vaadin.com/vaadin-addons" /> + m2compatible="true" root="https://maven.vaadin.com/vaadin-addons" /> <filesystem name="local-maven" m2compatible="true"> <artifact pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" /> |