Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/3844#discussion_r22435908
--- Diff: external/mqtt/pom.xml ---
@@ -47,6 +47,11 @@
<version>1.0.1</version>
</dependency>
<dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ <version>5.7.0</version>
+ </dependency>
--- End diff --
Ummm.. is this dependency necessary only for unit test? In that case it
should be added to test scope (See scalatest below). We really try to avoid
changing dependencies as any such change can cause conflicts with other stuff
(spark's code dependencies) causing unforeseen failures. So if this is only
necessary for test, please put it in test scope.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]