graphaware / neo4j-reco

Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
374 stars 77 forks source link

Wrong graphaware algorithm dependency version #23

Closed mihairaulea closed 8 years ago

mihairaulea commented 8 years ago

The dependency

com.graphaware.neo4j 2.3.1.37.5-SNAPSHOT algorithms test

can not be found in the repository.

it should be just

2.3.1.37.5 (this works) OR 2.3.1.37-SNAPSHOT (for whatever reason, this does not work for me)
bachmanm commented 8 years ago

this should be ok now, sorry about that