This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 9b527dd49 ATLAS-3756: fixed build error due to restlet library dependency resolution 9b527dd49 is described below commit 9b527dd4974a317383ef81cf9de7d140ea064480 Author: Henry Saputra <hsap...@apache.org> AuthorDate: Sun Apr 26 15:20:29 2020 -0700 ATLAS-3756: fixed build error due to restlet library dependency resolution Signed-off-by: Madhan Neethiraj <mad...@apache.org> (cherry picked from commit d1781a7c38e2da24cb023588dc91ef88b5cbb067) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 8c40936cd..144967cda 100644 --- a/pom.xml +++ b/pom.xml @@ -886,6 +886,11 @@ <name>Typesafe Repository</name> <url>https://repo.typesafe.com/typesafe/releases/</url> </repository> + <repository> + <id>maven-restlet</id> + <name>Public online Restlet repository</name> + <url>https://maven.restlet.talend.com/</url> + </repository> </repositories> <dependencyManagement>