Skip to content

Commit 43ccfd6

Browse files
authored
OPENNLP-1299: Use HTTPS instead of HTTP to resolve dependencies (#371)
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 <Jonathan.Leitschuh@gmail.com>
1 parent 2e84ddb commit 43ccfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<repository>
4848
<id>apache.snapshots</id>
4949
<name>Apache Snapshot Repository</name>
50-
<url>http://repository.apache.org/snapshots</url>
50+
<url>https://repository.apache.org/snapshots</url>
5151
<snapshots>
5252
<enabled>true</enabled>
5353
</snapshots>

0 commit comments

Comments
 (0)