Repository: nifi Updated Branches: refs/heads/master 235463af7 -> b068f0ae6
NIFI-4963: Removed Hive 3 NAR from assembly, activate via profile This closes #2804. Signed-off-by: Andy LoPresto <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b068f0ae Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/b068f0ae Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/b068f0ae Branch: refs/heads/master Commit: b068f0ae6f66edab74212aa1790087f80768d7c0 Parents: 235463a Author: Matthew Burgess <[email protected]> Authored: Tue Jun 19 16:41:45 2018 -0400 Committer: Andy LoPresto <[email protected]> Committed: Tue Jun 19 14:28:08 2018 -0700 ---------------------------------------------------------------------- nifi-assembly/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/b068f0ae/nifi-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index 3f473c8..c4e7c28 100755 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -549,12 +549,6 @@ language governing permissions and limitations under the License. --> </dependency> <dependency> <groupId>org.apache.nifi</groupId> - <artifactId>nifi-hive3-nar</artifactId> - <version>1.7.0-SNAPSHOT</version> - <type>nar</type> - </dependency> - <dependency> - <groupId>org.apache.nifi</groupId> <artifactId>nifi-site-to-site-reporting-nar</artifactId> <version>1.7.0-SNAPSHOT</version> <type>nar</type>
