Browse Source

Change maven repository to HTTPS (#2763)

* change maven repository to https

* change maven repository to https
chank 4 years ago
parent
commit
746d51e621
3 changed files with 3 additions and 3 deletions
  1. 1 1
      client-adapter/pom.xml
  2. 1 1
      connector/pom.xml
  3. 1 1
      pom.xml

+ 1 - 1
client-adapter/pom.xml

@@ -50,7 +50,7 @@
     <repositories>
         <repository>
             <id>central</id>
-            <url>http://repo1.maven.org/maven2</url>
+            <url>https://repo1.maven.org/maven2</url>
             <releases>
                 <enabled>true</enabled>
             </releases>

+ 1 - 1
connector/pom.xml

@@ -41,7 +41,7 @@
     <repositories>
         <repository>
             <id>central</id>
-            <url>http://repo1.maven.org/maven2</url>
+            <url>https://repo1.maven.org/maven2</url>
             <releases>
                 <enabled>true</enabled>
             </releases>

+ 1 - 1
pom.xml

@@ -48,7 +48,7 @@
     <repositories>
         <repository>
             <id>central</id>
-            <url>http://repo1.maven.org/maven2</url>
+            <url>https://repo1.maven.org/maven2</url>
             <releases>
                 <enabled>true</enabled>
             </releases>