You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/04/22 05:47:46 UTC

nifi git commit: Scoped spark-streaming provided

Repository: nifi
Updated Branches:
  refs/heads/master add298168 -> 531491131


Scoped spark-streaming provided

This closes #375.

Signed-off-by: Andy LoPresto <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/53149113
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/53149113
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/53149113

Branch: refs/heads/master
Commit: 531491131473ba3da9a6019b1a0861d4eddb99cd
Parents: add2981
Author: Randy Gelhausen <rg...@gmail.com>
Authored: Thu Apr 21 18:11:12 2016 -0400
Committer: Andy LoPresto <al...@apache.org>
Committed: Thu Apr 21 20:47:23 2016 -0700

----------------------------------------------------------------------
 nifi-external/nifi-spark-receiver/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/53149113/nifi-external/nifi-spark-receiver/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-external/nifi-spark-receiver/pom.xml b/nifi-external/nifi-spark-receiver/pom.xml
index 4aa6200..e0f597b 100644
--- a/nifi-external/nifi-spark-receiver/pom.xml
+++ b/nifi-external/nifi-spark-receiver/pom.xml
@@ -27,6 +27,7 @@
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-streaming_2.10</artifactId>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>