[ https://issues.apache.org/jira/browse/ATLAS-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514630#comment-17514630 ]
Hritvik Patel commented on ATLAS-3756: -------------------------------------- [~hsaputra] - you can solve this issue by adding this to your <repositories></repositories> in the pom.xml {code:java} <repository> <id>maven-restlet</id> <name>Restlet repository</name> <url>https://maven.restlet.talend.com</url> </repository> {code} Let me know if this solution works for you, because it worked for me. > Error when compile from source code - can not find restlet for transitive dep > ----------------------------------------------------------------------------- > > Key: ATLAS-3756 > URL: https://issues.apache.org/jira/browse/ATLAS-3756 > Project: Atlas > Issue Type: Bug > Components: atlas-core > Affects Versions: 3.0.0 > Reporter: Henry Saputra > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > When trying to compile Apache Atlas from code, got this error messages: > > mvn clean -DskipTests install > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 8.214 s > [INFO] Finished at: 2020-04-26T01:25:17-07:00 > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project atlas-testtools: Could not resolve > dependencies for project org.apache.atlas:atlas-testtools:jar:3.0.0-SNAPSHOT: > The following artifacts could not be resolved: > org.restlet.jee:org.restlet:jar:2.3.0, > org.restlet.jee:org.restlet.ext.servlet:jar:2.3.0: Failure to find > org.restlet.jee:org.restlet:jar:2.3.0 in https://repo1.maven.org/maven2 was > cached in the local repository, resolution will not be reattempted until the > update interval of central has elapsed or updates are forced -> [Help 1] > > Maven version: > 3.6.3 > > Java version: > OpenJDK 1.8.0 - 252 -- This message was sent by Atlassian Jira (v8.20.1#820001)