Closed berryware closed 3 years ago
Cassandra tests fail to run due to a class not found error: java.lang.ClassNotFoundException: com.fasterxml.jackson.annotation.JsonInclude$Value
It looks as though there is a dependency mismatch for jackson for the testcontainers project.
Added a test dependency for jackson that fixes this
Cassandra tests fail to run due to a class not found error: java.lang.ClassNotFoundException: com.fasterxml.jackson.annotation.JsonInclude$Value
It looks as though there is a dependency mismatch for jackson for the testcontainers project.