Skip to content

Commit

Permalink
[hotfix] Avoiding unsecure HTTP reference to JBoss repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored and rmetzger committed Dec 19, 2022
1 parent 1064b13 commit 80dc61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ under the License.
<repositories>
<repository>
<id>repository.jboss.org</id>
<url>http:https://repository.jboss.org/nexus/content/groups/public/</url>
<url>https:https://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 80dc61e

Please sign in to comment.