AFAIK, it's JMeter's POM transitional dependency problem. To avoid it, you'd need to specify explicit JMeter libraries dependency in your pom with exclusion of problematic dependencies.
Here's example: https://github.com/undera/jmeter-plugins/blob/master/infra/common/pom.xml#L52
Pay attention to "exclusions".
Looks like the same issue: http://techutils.in/tag/jmeter-maven-plugin/
--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
AFAIK, it's JMeter's POM transitional dependency problem. To avoid it, you'd need to specify explicit JMeter libraries dependency in your pom with exclusion of problematic dependencies.