NIFI-429: Adding back in spark receiver to nifi-external pom to see if build still works
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/5b117964 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/5b117964 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/5b117964 Branch: refs/heads/nifi-0.1.0-incubating-rc6 Commit: 5b117964417c88a66298d1291007253b01474072 Parents: 359c93e Author: Mark Payne <[email protected]> Authored: Tue May 5 15:45:00 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Tue May 5 15:45:00 2015 -0400 ---------------------------------------------------------------------- nifi/nifi-external/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/5b117964/nifi/nifi-external/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-external/pom.xml b/nifi/nifi-external/pom.xml index 85bfefe..4fb2b39 100644 --- a/nifi/nifi-external/pom.xml +++ b/nifi/nifi-external/pom.xml @@ -23,9 +23,7 @@ <groupId>org.apache.nifi</groupId> <artifactId>nifi-external</artifactId> <packaging>pom</packaging> -<!-- <modules> <module>nifi-spark-receiver</module> </modules> ---> </project>
