This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new d1781a7c3 ATLAS-3756: fixed build error due to restlet library dependency resolution d1781a7c3 is described below commit d1781a7c38e2da24cb023588dc91ef88b5cbb067 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> --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 92570ee6f..44e827ac1 100644 --- a/pom.xml +++ b/pom.xml @@ -896,6 +896,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>