Skip to content

Commit 4bc0cce

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 93a2c32 commit 4bc0cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<repository>
120120

121121
<id>virtuoso-repo</id>
122-
<url>http://maven.aksw.org/repository/internal/</url>
122+
<url>https://maven.aksw.org/repository/internal/</url>
123123
<releases>
124124
<enabled>true</enabled>
125125
</releases>

0 commit comments

Comments
 (0)