exceptionfactory commented on PR #5997:
URL: https://github.com/apache/nifi/pull/5997#issuecomment-1109029665

   One option to achieve a similar result would be to use the Maven Dependency 
[copy-dependencies](https://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html)
 goal to specify the the `commons-math3` dependency to be copied into the 
target directory. With the correct dependency scope, most likely `optional`, 
this should avoided putting the dependency on the test class path, but allow it 
to be available for test execution. I can take a closer look at providing a 
working example based on your PR soon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to