Marcelo Luiz Onhate created CAMEL-12371:
-------------------------------------------
Summary: 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
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)