Github user eskabetxe commented on the issue:
https://github.com/apache/bahir-flink/pull/35
hi @lresende,
the changes are because i change:
- the tests with docker images, this affect the projects of flume and kudu
- upgrade junit to version 5.3.1
- the test disabled, is not working on master, because its ignored because
actual parent pom have this
<includes>
<include>**/Test*.java</include>
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
<include>**/*Suite.java</include>
</includes>
and the test class is named ActiveMQConnectorITCase and its not working, if
you launch the test on local you will see that fail..
---