synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Cassadra tests not running #62

Closed berryware closed 3 years ago

berryware commented 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.

berryware commented 3 years ago

Added a test dependency for jackson that fixes this