You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2018/03/19 14:08:00 UTC

[jira] [Resolved] (CAMEL-12371) Could not find org.apache.camel:components-starter:2.21.0-SNAPSHOT

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

Claus Ibsen resolved CAMEL-12371.
---------------------------------
    Resolution: Invalid

> 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)