vert-x3 / vertx-amqp-client

An AMQP client for Vert.x
Apache License 2.0
17 stars 18 forks source link

ReceptionTest.testReceiveBasicMessage failing during Application Properties use due to dependency change on master #26

Closed gemmellr closed 4 years ago

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