Skip to content

Commit 79c58d3

Browse files
committed
Use HTTPS instead of HTTP to resolve dependencies
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]>
1 parent db5e1d0 commit 79c58d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<repository>
4949
<id>codehaus-release-repo</id>
5050
<name>Codehaus Release Repo</name>
51-
<url>http://repository.codehaus.org</url>
51+
<url>https://repository.codehaus.org</url>
5252
</repository>
5353
</repositories>
5454
</project>

0 commit comments

Comments
 (0)