diff --git a/pom.xml b/pom.xml index 4ab027bad55c080e9914c18e054008a590f73004..76bf6d8f902a8eeef63729b2b13f9ebdd0b0cf04 100644 --- a/pom.xml +++ b/pom.xml @@ -143,11 +143,11 @@ <repositories> <repository> - <id>maven-repo</id> + <id>central</id> <!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution --> <name>Maven Repository</name> <!-- HTTPS is unavailable for Maven Central --> - <url>http://repo.maven.apache.org/maven2</url> + <url>https://repo.maven.apache.org/maven2</url> <releases> <enabled>true</enabled> </releases> @@ -213,7 +213,7 @@ <repository> <id>spring-releases</id> <name>Spring Release Repository</name> - <url>http://repo.spring.io/libs-release</url> + <url>https://repo.spring.io/libs-release</url> <releases> <enabled>true</enabled> </releases> @@ -222,6 +222,15 @@ </snapshots> </repository> </repositories> + <pluginRepositories> + <pluginRepository> + <id>central</id> + <url>https://repo1.maven.org/maven2</url> + <releases> + <enabled>true</enabled> + </releases> + </pluginRepository> + </pluginRepositories> <dependencyManagement> <dependencies>