This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 22517ec Use HTTPS instead of HTTP to resolve dependencies (#405)
22517ec is described below
commit 22517ec6ffa17f659034d2484edfec035c5e0c4e
Author: Jonathan Leitschuh <[email protected]>
AuthorDate: Tue Feb 11 02:00:30 2020 -0500
Use HTTPS instead of HTTP to resolve dependencies (#405)
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.
Signed-off-by: Jonathan Leitschuh <[email protected]>
---
testing/wicket-arquillian/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/wicket-arquillian/pom.xml
b/testing/wicket-arquillian/pom.xml
index 3712d13..6e9ea8d 100644
--- a/testing/wicket-arquillian/pom.xml
+++ b/testing/wicket-arquillian/pom.xml
@@ -38,7 +38,7 @@
<repositories>
<repository>
<id>Apache Nexus</id>
- <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>