Permalink
Browse files
[WFARQ-58] Use secure connections for JBoss Repositories.
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
pom.xml
|
|
@@ -73,7 +73,7 @@ |
|
|
<licenses> |
|
|
<license> |
|
|
<name>Apache License Version 2.0</name> |
|
|
<url>http://repository.jboss.org/licenses/apache-2.0.txt</url> |
|
|
<url>https://repository.jboss.org/licenses/apache-2.0.txt</url> |
|
|
<distribution>repo</distribution> |
|
|
</license> |
|
|
</licenses> |
|
|
@@ -459,7 +459,7 @@ |
|
|
<repositories> |
|
|
<repository> |
|
|
<id>jboss-public-repository</id> |
|
|
<url>http://repository.jboss.org/nexus/content/groups/public/</url> |
|
|
<url>https://repository.jboss.org/nexus/content/groups/public/</url> |
|
|
</repository> |
|
|
</repositories> |
|
|
</project> |