Hi,
I noticed my application bundles JUnit in its production JAR files. After looking around, I think it is caused by the POM file of mDNSJava:
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
Shouldn't the "test" scope be specified here as well, or is there a reason for its compile scope?
Kind regards (and many thanks for your work on this awesome library!),
Vincent