From fb493ae13a18e4b65d32edb1f044a4f5560ca3e4 Mon Sep 17 00:00:00 2001 From: Vinesh Chemmala Paul Date: Thu, 1 Mar 2018 21:08:24 +0530 Subject: [PATCH] Add repository url (#5437) snapshot build fails to find dependent artifacts. Add repoistory URL to resolved dependencies --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 9220865ca47..b58adab336a 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,9 @@ 2.5.5 3.4.11 + org-apache-id + org-apache-name + https://repository.apache.org/content/repositories/public/ @@ -148,6 +151,14 @@ distribution + + + ${repoOrgId} + ${repoOrgName} + ${repoOrgUrl} + + +