neo4j / sdn-rx

Nextgen Spring Data module for Neo4j supporting (not only) reactive data access and immutable support
https://neo4j.github.io/sdn-rx
Apache License 2.0
65 stars 23 forks source link

GH-122 - Upgrade R2DBC dependency to release version. #125

Closed meistermeier closed 4 years ago

meistermeier commented 4 years ago

Although the R2DBC dependency is only used for testing the BOM will get picked up by gradle. Because it is a SNAPSHOT dependency the resolution will fail and SDN-RX cannot be used in gradle projects if the users do not add the Spring snapshots repository.

Closes #122