cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

simonalexander
Node
since ‎06-07-2022
‎06-07-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am using neo4j-harness 4.4.7 with maven, which internally uses Scala 2.12.I am also using spring-kafka-test, which internally uses Scala 2.13.Maven is picking 2.13 by default, meaning I get ClassNotFoundExceptions on my tests using neo4j-harness. I...