Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
Description
The as-shipped java driver jar includes the test classes. Normally this is just bad form (production jars shouldn't in general contain test code imo), but my application is an OSGi application, and the presence of these test classes trips up the dependency management tools I'm using - they end up picking up a dependency on the package org.testng.annotations.
I can work around this easily enough, but it'd be nice if the driver jar didn't contain the test classes.