This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git
The following commit(s) were added to refs/heads/master by this push:
new 197af74 Use HTTPS instead of HTTP to resolve dependencies (#76)
197af74 is described below
commit 197af743278d06b194767282c300cc75f12b1867
Author: Jonathan Leitschuh <[email protected]>
AuthorDate: Mon Feb 10 23:23:50 2020 -0500
Use HTTPS instead of HTTP to resolve dependencies (#76)
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]>
---
flink-library-siddhi/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-library-siddhi/pom.xml b/flink-library-siddhi/pom.xml
index b62d46e..32b541d 100644
--- a/flink-library-siddhi/pom.xml
+++ b/flink-library-siddhi/pom.xml
@@ -107,7 +107,7 @@
<repository>
<id>wso2-maven2-repository</id>
<name>WSO2 Maven2 Repository</name>
-
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
+
<url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
</repository>
</repositories>
</project>
\ No newline at end of file