Github user olegz commented on a diff in the pull request:
https://github.com/apache/nifi/pull/118#discussion_r44422157
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---
@@ -152,7 +152,8 @@ language governing permissions and limitations under
the License. -->
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-client</artifactId>
+ <artifactId>activemq-all</artifactId>
+ <scope>test</scope>
--- End diff --
Yeah, activemq-all will bring the client back in. The real issue is that
when using embedded broker like I am doing in test you also need other JARs
from active mq and they all have to be in sink. So activemq-all will ensure
that. Also, we don't need it at runtime, only at testCompile
---
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.
---