kbastani / spring-cloud-microservice-example

An example project that demonstrates an end-to-end cloud native application using Spring Cloud for building a practical microservices architecture.
http://www.kennybastani.com/2015/07/spring-cloud-docker-microservices.html
GNU General Public License v3.0
179 stars 135 forks source link

Want to compile the code.  #65

Open DeepaliBajajDU opened 3 years ago

DeepaliBajajDU commented 3 years ago

The provided code is not getting complied and "mvn" command is failing as following POM entry is not getting resolved:

        org.springframework.cloud        spring-cloud-starter-parent        Brixton.BUILD-SNAPSHOT                   

Getting error:

[ERROR]   The project org.kbastani:spring-cloud-microservice-example-parent:0.1.0-SNAPSHOT (C:\Dev\Java\spring-cloud-microservice-example-master\pom.xml) has 1 error

[ERROR]     Non-resolvable parent POM for org.kbastani:spring-cloud-microservice-example-parent:0.1.0-SNAPSHOT: Could not transfer artifact org.springframework.cloud:spring-cloud-starter-parent:pom:Brixton.BUILD-SNAPSHOT from/to spring-snapshots (http://repo.spring.io/libs-snapshot-local): Authorization failed for http://repo.spring.io/libs-snapshot-local/org/springframework/cloud/spring-cloud-starter-parent/Brixton.BUILD-SNAPSHOT/spring-cloud-starter-parent-Brixton.BUILD-SNAPSHOT.pom 403 Forbidden and 'parent.relativePath' points at no local POM @ line 23, column 13 -> [Help 2]

Issue: Seems the refrenced library no longer available

DeepaliBajajDU commented 3 years ago

Unable to build project. Some problems occurred while processing the POMs. Non-resolvable parent POM image