Closed gemmellr closed 4 years ago
ReceptionTest.testReceiveBasicMessage is failing in CI on master. It complains about a lack of Jackson Databind on the classpath when using the Application Properties. See https://travis-ci.org/vert-x3/vertx-amqp-client/jobs/626134671#L1223
It seems the dep was being picked up transitively from vertx-core previously, and is no longer. The dep should be added, either to the main module or left as a runtime dep and at least added as test dep.
ReceptionTest.testReceiveBasicMessage is failing in CI on master. It complains about a lack of Jackson Databind on the classpath when using the Application Properties. See https://travis-ci.org/vert-x3/vertx-amqp-client/jobs/626134671#L1223
It seems the dep was being picked up transitively from vertx-core previously, and is no longer. The dep should be added, either to the main module or left as a runtime dep and at least added as test dep.