Github user trkurc commented on the pull request:
https://github.com/apache/nifi/pull/107#issuecomment-153925206
Also, as I mentioned inline in the commit, this really isn't a unit test as
much as an informational log.
```
@Test
/**
* Run this test to check what version of Joda-time is actually being
linked.
*
* @see: https://issues.apache.org/jira/browse/NIFI-1025
* @see: https://github.com/aws/aws-sdk-java/issues/444
*/
public void testJodaTime() {
System.out.println(new
DateTime().getClass().getProtectionDomain().getCodeSource());
}
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---