Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Unable to build the loan broker example #154

Open
andrewrutter opened this issue Nov 14, 2016 · 1 comment
Open

Unable to build the loan broker example #154

andrewrutter opened this issue Nov 14, 2016 · 1 comment

Comments

@andrewrutter
Copy link

I was getting the following error when trying to build the broker application under the loan broker example:

[ERROR] Failed to execute goal on project loanbroker-broker: Could not resolve dependencies for project io.fabric8.kubeflix.examples:loanbroker-broker:jar:1.0-SNAPSHOT: Failure to find io.fabric8.kubeflix:ribbon-discovery:jar:1.0-SNAPSHOT in https://repo.spring.io/libs-release was cached in the local repository, resolution will not be reattempted until the update interval of spring-releases has elapsed or updates are forced -> [Help 1]

I changed the pom to include the current version for the ribbon-discovery dependency which allowed the build to go through.

    <dependency>
      <groupId>io.fabric8.kubeflix</groupId>
      <artifactId>ribbon-discovery</artifactId>
      <version>1.0.26</version>
    </dependency>
@iocanel
Copy link
Member

iocanel commented Feb 3, 2017

Do you still have this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants