graphaware / neo4j-framework

GraphAware Neo4j Framework
244 stars 68 forks source link

Issue/83 #88

Closed frant-hartm closed 6 years ago

frant-hartm commented 6 years ago

Was able to reproduce issue #83 both on enterprise and community under following:

$ ls -U plugins
graphaware-server-all-3.3.2.52-SNAPSHOT.jar  apoc-3.3.0.1-all.jar

Solved by synchronising dependencies with apoc. Jackson 2.6.5 -> 2.9.0 should be fine (jackson follows semver) commons-codec 1.10 -> 1.9 - not sure, all tests pass so hopefully fine. We could do PR to apoc if we really need 1.10.

Added dummy module to check these conflicts during build (happens in verify phase) - wasn't sure where to put it. Can be anywhere, just don't add a to it. We will need to update apoc dependency version when new apoc is released.