spring-attic / gs-accessing-data-gemfire

Accessing Data in Pivotal GemFire :: Learn how to build an application using Gemfire's data fabric.
https://spring.io/guides/gs/accessing-data-gemfire/
Apache License 2.0
9 stars 25 forks source link

Maven build/config issue #5

Closed jamo3 closed 9 years ago

jamo3 commented 9 years ago

Downloaded project through STS "Importing getting started content" and get error:

Missing artifact com.gemstone.gemfire:gemfire:jar:7.0.2

Also tried cloning repo with Git, same error. Was not able to resolve this artifact with:

com.gemstone.gemfire gemfire 7.0.2

or find the artifact (any version) in nexus

gregturn commented 9 years ago

Check the build file. Latest has repo.spring.io libs-release they resolves to https://repo.spring.io/libs-release/com/gemstone/gemfire/gemfire/7.0.2/

gregturn commented 9 years ago

That was taken out in an earlier version of the guide, but fixed later. Master branch of the guide has it.