Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/1288
It was when I was working on #1289 . After changing the POM, I found that
multiple versions of httpclient were getting pulled in, which broke all the
integration tests because a Stellar executor could not load. It would throw
the exception that I put in the JIRA.
This is one specific scenario, but I can imagine that classpath issues like
this are going to crop-up in different environments. It seems like we should
have a way to handle this.
---