This is an automated email from the ASF dual-hosted git repository.

arvindsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git


The following commit(s) were added to refs/heads/master by this push:
     new d46a471  Update maven url to use 'https' instead of 'http' (#310)
d46a471 is described below

commit d46a471d0808b5d6d9947152776815366847997b
Author: Karthick Narendran <[email protected]>
AuthorDate: Fri Jan 17 22:50:41 2020 +0000

    Update maven url to use 'https' instead of 'http' (#310)
---
 ansible/roles/proxy/tasks/download.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/proxy/tasks/download.yml 
b/ansible/roles/proxy/tasks/download.yml
index 41c1030..06d0af3 100644
--- a/ansible/roles/proxy/tasks/download.yml
+++ b/ansible/roles/proxy/tasks/download.yml
@@ -40,6 +40,7 @@
   maven_artifact:
    group_id: javax.activation
    artifact_id: javax.activation-api
+   repository_url: 'https://repo.maven.apache.org/maven2/'
    version: 1.2.0
    dest: "{{ user_home }}/mvn_dep/"
    mode: 0644

Reply via email to