[ 
https://issues.apache.org/jira/browse/OAK-7811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel Reutegger resolved OAK-7811.
-----------------------------------
    Resolution: Duplicate

This was already reported in OAK-6880 but without a solution yet.

> build fails on a fresh m2 repo
> ------------------------------
>
>                 Key: OAK-7811
>                 URL: https://issues.apache.org/jira/browse/OAK-7811
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: solr
>            Reporter: Ruben Reusser
>            Priority: Major
>
> when trying to build trunk from svn I get the following error:
> {code:java}
> [ERROR] Failed to execute goal on project oak-solr-core: Could not resolve 
> dependencies for project 
> org.apache.jackrabbit:oak-solr-core:bundle:1.10-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: Could not find artifact 
> org.restlet.jee:org.restlet:jar:2.3.0 in central 
> (https://repo.maven.apache.org/maven2) -> [Help 1]{code}
> this seems to be a solr dependency that is no longer on the default maven 
> repositories. This can be fixed by adding the repository in question to the 
> oak-solr-core and oak-solr-osgi pom files: 
> {code:java}
> <repositories>
>    <repository>
>      <id>maven-restlet</id>
>      <name>Restlet repository</name>
>      <url>https://maven.restlet.com</url>
>   </repository>
> </repositories>{code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to