[
https://issues.apache.org/jira/browse/CAMEL-12371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcelo Luiz Onhate updated CAMEL-12371:
----------------------------------------
Comment: was deleted
(was: Hi [~davsclaus]
But I cannot find camel-elasticsearch5-rest-starter on official repositories
https://mvnrepository.com/artifact/org.apache.camel/camel-elasticsearch5-rest-starter)
> Could not find org.apache.camel:components-starter:2.21.0-SNAPSHOT
> ------------------------------------------------------------------
>
> Key: CAMEL-12371
> URL: https://issues.apache.org/jira/browse/CAMEL-12371
> Project: Camel
> Issue Type: Bug
> Components: camel-elasticsearch5-rest, camel-spring-boot-starters
> Affects Versions: 2.21.0
> Reporter: Marcelo Luiz Onhate
> Priority: Major
> Labels: build, repository
>
> When pointing to snapshot versions on build.gradle
> {code:groovy}
> maven() {
> url = 'https://repository.apache.org/content/repositories/snapshots/'
> }
> dependencies {
>
> compile("org.apache.camel:camel-elasticsearch5-rest-starter:2.21.0-SNAPSHOT")
> }
> {code}
> The build gives the following error:
> {noformat}
> > Could not resolve
> org.apache.camel:camel-elasticsearch5-rest-starter:2.21.0-SNAPSHOT.
> > Could not parse POM
> https://repository.apache.org/content/repositories/snapshots/org/apache/camel/camel-elasticsearch5-rest-starter/2.21.0-SNAPSHOT/camel-elasticsearch5-rest-starter-2.21.0-20180205.102503-223.pom
> > Could not find org.apache.camel:components-starter:2.21.0-SNAPSHOT.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)