jcustenborder / kafka-connect-parent

Parent pom for Kafka Connect Connectors.
Apache License 2.0
3 stars 15 forks source link

adding junit-jupiter-params for @ParameterizedTest support #18

Closed schroedermatt closed 5 years ago

schroedermatt commented 5 years ago

It's possible I'm missing something, but in order to add a @ParameterizedTest to the SpoolDir connector I needed this dependency.

schroedermatt commented 5 years ago

There are some other dependencies over in https://github.com/jcustenborder/kafka-connect-spooldir/pull/90 that could be moved into here if you'd like.

I also need to pull out these common deps from that PR once this is built

schroedermatt commented 5 years ago

This may not be needed anymore since we're not moving forward with the topic config change. This dependency was used in a unit test related to that change.