diff options
Diffstat (limited to 'test/pom.xml')
-rw-r--r-- | test/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </repository> <repository> <id>vaadin-addons</id> - <url>http://maven.vaadin.com/vaadin-addons</url> + <url>https://maven.vaadin.com/vaadin-addons</url> </repository> <repository> <id>vaadin-prereleases</id> - <url>http://maven.vaadin.com/vaadin-prereleases</url> + <url>https://maven.vaadin.com/vaadin-prereleases</url> </repository> </repositories> |