2014-12-15 05:14:32 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-19 16:53:59 -04:00
|
|
|
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
2017-03-22 13:08:30 -04:00
|
|
|
license agreements. See the NOTICE file distributed with this work for additional
|
|
|
|
information regarding copyright ownership. The ASF licenses this file to
|
|
|
|
You under the Apache License, Version 2.0 (the "License"); you may not use
|
|
|
|
this file except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
|
|
|
by applicable law or agreed to in writing, software distributed under the
|
|
|
|
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
|
|
|
OF ANY KIND, either express or implied. See the License for the specific
|
|
|
|
language governing permissions and limitations under the License. -->
|
2017-05-05 20:50:14 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2014-12-15 05:14:32 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2015-08-15 13:12:22 -04:00
|
|
|
<groupId>org.apache</groupId>
|
|
|
|
<artifactId>apache</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<version>18</version>
|
2015-01-16 11:59:49 -05:00
|
|
|
<relativePath />
|
2014-12-15 05:14:32 -05:00
|
|
|
</parent>
|
2015-08-15 13:12:22 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<packaging>pom</packaging>
|
2015-07-16 12:35:37 -04:00
|
|
|
<description>Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.</description>
|
2014-12-15 05:14:32 -05:00
|
|
|
<modules>
|
2015-01-21 01:47:48 -05:00
|
|
|
<module>nifi-commons</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-api</module>
|
2016-07-13 09:28:19 -04:00
|
|
|
<module>nifi-framework-api</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-bootstrap</module>
|
|
|
|
<module>nifi-mock</module>
|
2015-01-21 01:47:48 -05:00
|
|
|
<module>nifi-nar-bundles</module>
|
|
|
|
<module>nifi-assembly</module>
|
2014-12-20 00:40:14 -05:00
|
|
|
<module>nifi-docs</module>
|
2015-01-22 08:53:23 -05:00
|
|
|
<module>nifi-maven-archetypes</module>
|
2015-03-16 22:48:14 -04:00
|
|
|
<module>nifi-external</module>
|
2016-07-06 16:56:08 -04:00
|
|
|
<module>nifi-toolkit</module>
|
2016-12-29 15:36:04 -05:00
|
|
|
<module>nifi-docker</module>
|
2014-12-20 00:40:14 -05:00
|
|
|
</modules>
|
2015-08-15 13:12:22 -04:00
|
|
|
<url>http://nifi.apache.org</url>
|
|
|
|
<organization>
|
|
|
|
<name>Apache NiFi Project</name>
|
|
|
|
<url>http://nifi.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Dev</name>
|
|
|
|
<subscribe>dev-subscribe@nifi.apache.org</subscribe>
|
|
|
|
<unsubscribe>dev-unsubscribe@nifi.apache.org</unsubscribe>
|
|
|
|
<post>dev@nifi.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/nifi-dev</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Users</name>
|
|
|
|
<subscribe>users-subscribe@nifi.apache.org</subscribe>
|
|
|
|
<unsubscribe>users-unsubscribe@nifi.apache.org</unsubscribe>
|
|
|
|
<post>users@nifi.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/nifi-users</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Commits</name>
|
|
|
|
<subscribe>commits-subscribe@nifi.apache.org</subscribe>
|
|
|
|
<unsubscribe>commits-unsubscribe@nifi.apache.org</unsubscribe>
|
|
|
|
<post>commits@nifi.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/nifi-commits</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
<prerequisites>
|
|
|
|
<maven>${maven.min-version}</maven>
|
|
|
|
</prerequisites>
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git://git.apache.org/nifi.git</connection>
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi.git</developerConnection>
|
|
|
|
<url>https://git-wip-us.apache.org/repos/asf?p=nifi.git</url>
|
2017-09-28 13:45:36 -04:00
|
|
|
<tag>HEAD</tag>
|
2015-08-15 13:12:22 -04:00
|
|
|
</scm>
|
|
|
|
<issueManagement>
|
|
|
|
<system>JIRA</system>
|
|
|
|
<url>https://issues.apache.org/jira/browse/NIFI</url>
|
2015-08-19 16:53:59 -04:00
|
|
|
</issueManagement>
|
2014-12-15 05:14:32 -05:00
|
|
|
<properties>
|
2016-04-14 09:28:25 -04:00
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
2015-08-23 12:32:52 -04:00
|
|
|
<maven.min-version>3.1.0</maven.min-version>
|
2017-03-22 13:08:30 -04:00
|
|
|
<maven.surefire.arguments />
|
2015-08-15 13:12:22 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
<inceptionYear>2014</inceptionYear>
|
2017-04-17 15:29:44 -04:00
|
|
|
<org.slf4j.version>1.7.25</org.slf4j.version>
|
|
|
|
<jetty.version>9.4.3.v20170317</jetty.version>
|
2015-06-04 11:01:39 -04:00
|
|
|
<lucene.version>4.10.4</lucene.version>
|
2017-08-14 18:02:22 -04:00
|
|
|
<spring.version>4.3.10.RELEASE</spring.version>
|
2017-08-01 10:46:45 -04:00
|
|
|
<spring.security.version>4.2.3.RELEASE</spring.security.version>
|
2017-10-02 17:01:31 -04:00
|
|
|
<jersey.version>2.26</jersey.version>
|
2016-11-09 16:42:27 -05:00
|
|
|
<hadoop.version>2.7.3</hadoop.version>
|
2015-10-02 17:22:29 -04:00
|
|
|
<hadoop.guava.version>12.0.1</hadoop.guava.version>
|
2016-02-17 17:10:07 -05:00
|
|
|
<hadoop.http.client.version>4.2.5</hadoop.http.client.version>
|
2017-11-30 11:59:19 -05:00
|
|
|
<hadoop.http.core.version>4.2.5</hadoop.http.core.version>
|
2015-08-17 08:53:46 -04:00
|
|
|
<yammer.metrics.version>2.2.0</yammer.metrics.version>
|
2017-06-28 10:17:17 -04:00
|
|
|
<ranger.version>0.7.1</ranger.version>
|
2016-09-07 02:09:36 -04:00
|
|
|
<hive.version>1.2.1</hive.version>
|
2016-10-18 16:22:15 -04:00
|
|
|
<hive.hadoop.version>2.6.2</hive.hadoop.version>
|
2016-09-07 02:09:36 -04:00
|
|
|
<hbase.version>1.1.2</hbase.version>
|
2017-08-14 18:02:22 -04:00
|
|
|
<storm.version>1.1.1</storm.version>
|
2017-08-17 13:08:33 -04:00
|
|
|
<hwx.registry.version>0.3.0</hwx.registry.version>
|
2017-10-02 17:01:31 -04:00
|
|
|
<jackson.version>2.9.1</jackson.version>
|
2017-10-29 23:41:27 -04:00
|
|
|
<atlas.version>0.8.1</atlas.version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</properties>
|
2015-11-02 15:45:20 -05:00
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>central</id>
|
2016-01-11 08:28:12 -05:00
|
|
|
<!-- This should be at top, it makes maven try the central repo
|
2016-11-25 23:34:47 -05:00
|
|
|
first and then others and hence faster dep resolution -->
|
2015-11-02 15:45:20 -05:00
|
|
|
<name>Maven Repository</name>
|
|
|
|
<url>https://repo1.maven.org/maven2</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>apache-repo</id>
|
|
|
|
<name>Apache Repository</name>
|
|
|
|
<url>https://repository.apache.org/content/repositories/releases</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>jcenter</id>
|
2016-01-26 17:22:33 -05:00
|
|
|
<url>http://jcenter.bintray.com</url>
|
2015-11-02 15:45:20 -05:00
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
2016-07-17 09:33:53 -04:00
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
</repository>
|
2015-11-02 15:45:20 -05:00
|
|
|
</repositories>
|
|
|
|
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
2017-04-17 15:29:44 -04:00
|
|
|
<version>1.2.3</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
2017-04-17 15:29:44 -04:00
|
|
|
<version>1.2.3</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
<version>${org.slf4j.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>log4j-over-slf4j</artifactId>
|
|
|
|
<version>${org.slf4j.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jul-to-slf4j</artifactId>
|
|
|
|
<version>${org.slf4j.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${org.slf4j.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.12</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
2015-06-04 11:01:39 -04:00
|
|
|
<version>1.10.19</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
2015-06-04 11:01:39 -04:00
|
|
|
<version>1.10.19</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-03-21 22:50:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
|
<artifactId>mockwebserver</artifactId>
|
|
|
|
<version>3.6.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>${org.slf4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>1.15</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>3.7</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr-runtime</artifactId>
|
|
|
|
<version>3.5.2</version>
|
2015-06-07 03:13:42 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mongodb</groupId>
|
|
|
|
<artifactId>mongo-java-driver</artifactId>
|
2016-04-17 11:24:59 -04:00
|
|
|
<version>3.2.2</version>
|
2015-06-07 03:13:42 -04:00
|
|
|
</dependency>
|
2015-05-01 16:42:44 -04:00
|
|
|
<dependency>
|
2017-09-28 11:02:27 -04:00
|
|
|
<groupId>io.swagger</groupId>
|
2015-05-01 16:42:44 -04:00
|
|
|
<artifactId>swagger-annotations</artifactId>
|
2017-09-28 11:02:27 -04:00
|
|
|
<version>1.5.16</version>
|
2015-08-19 16:53:59 -04:00
|
|
|
</dependency>
|
2016-06-02 21:51:49 -04:00
|
|
|
<dependency>
|
2017-06-25 18:58:37 -04:00
|
|
|
<groupId>com.rethinkdb</groupId>
|
|
|
|
<artifactId>rethinkdb-driver</artifactId>
|
|
|
|
<version>2.3.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ignite</groupId>
|
2016-06-02 21:51:49 -04:00
|
|
|
<artifactId>ignite-core</artifactId>
|
|
|
|
<version>1.6.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ignite</groupId>
|
|
|
|
<artifactId>ignite-spring</artifactId>
|
|
|
|
<version>1.6.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ignite</groupId>
|
|
|
|
<artifactId>ignite-log4j2</artifactId>
|
|
|
|
<version>1.6.0</version>
|
|
|
|
</dependency>
|
2016-08-08 12:31:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.3.1</version>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>1.11</version>
|
2015-03-22 18:59:22 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>3.6</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>2.6</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
2015-12-22 22:03:09 -05:00
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
2016-11-02 09:51:47 -04:00
|
|
|
<version>1.55</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2015-04-20 21:26:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
2015-12-22 22:03:09 -05:00
|
|
|
<artifactId>bcpg-jdk15on</artifactId>
|
2016-11-02 09:51:47 -04:00
|
|
|
<version>1.55</version>
|
2015-12-22 22:03:09 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
2016-11-02 09:51:47 -04:00
|
|
|
<version>1.55</version>
|
2015-04-20 21:26:24 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.jcraft</groupId>
|
|
|
|
<artifactId>jsch</artifactId>
|
2016-11-02 09:51:47 -04:00
|
|
|
<version>0.1.54</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
2017-05-22 18:06:17 -04:00
|
|
|
<version>4.5.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
<version>4.4.4</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
|
|
|
<version>1.4.7</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.jponge</groupId>
|
|
|
|
<artifactId>lzma-java</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.tukaani</groupId>
|
|
|
|
<artifactId>xz</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>1.6</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.saxon</groupId>
|
|
|
|
<artifactId>Saxon-HE</artifactId>
|
2015-06-04 11:01:39 -04:00
|
|
|
<version>9.6.0-5</version>
|
2015-03-22 18:59:22 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
<version>1.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
<version>2.2.1</version>
|
2014-12-21 15:14:53 -05:00
|
|
|
<exclusions>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- | Exclude the quartz 2.2.1 bundled version of c3p0
|
|
|
|
because it is lgpl licensed | We also don't use the JDBC related features
|
|
|
|
of quartz for which the dependency would matter -->
|
2014-12-21 15:14:53 -05:00
|
|
|
<exclusion>
|
|
|
|
<groupId>c3p0</groupId>
|
|
|
|
<artifactId>c3p0</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2017-08-01 10:46:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.nimbusds</groupId>
|
|
|
|
<artifactId>oauth2-oidc-sdk</artifactId>
|
|
|
|
<version>5.34</version>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-expression</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
<exclusions>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- <artifactId>jcl-over-slf4j</artifactId> is used
|
|
|
|
in dependencies section -->
|
2014-12-15 05:14:32 -05:00
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
|
<version>${spring.security.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-expression</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-web</artifactId>
|
|
|
|
<version>${spring.security.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-expression</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-acl</artifactId>
|
|
|
|
<version>${spring.security.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
|
<version>${spring.security.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2015-10-07 13:33:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-ldap</artifactId>
|
|
|
|
<version>${spring.security.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2016-03-11 18:11:19 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security.kerberos</groupId>
|
|
|
|
<artifactId>spring-security-kerberos-core</artifactId>
|
|
|
|
<version>1.0.1.RELEASE</version>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
<artifactId>aspectjweaver</artifactId>
|
2015-06-04 11:01:39 -04:00
|
|
|
<version>1.8.5</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib-nodep</artifactId>
|
2016-06-09 20:08:00 -04:00
|
|
|
<version>3.2.2</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>4.1</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>2.4.3</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jcraft</groupId>
|
|
|
|
<artifactId>jzlib</artifactId>
|
|
|
|
<version>1.1.3</version>
|
2015-03-22 18:59:22 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
<artifactId>joda-time</artifactId>
|
2015-11-07 21:09:18 -05:00
|
|
|
<version>2.8.2</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.yammer.metrics</groupId>
|
|
|
|
<artifactId>metrics-ganglia</artifactId>
|
2015-08-17 08:53:46 -04:00
|
|
|
<version>${yammer.metrics.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.yammer.metrics</groupId>
|
|
|
|
<artifactId>metrics-core</artifactId>
|
|
|
|
<version>${yammer.metrics.version}</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.jms</groupId>
|
|
|
|
<artifactId>javax.jms-api</artifactId>
|
2015-06-04 11:01:39 -04:00
|
|
|
<version>2.0.1</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-client</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>5.12.3</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2015-11-10 14:31:20 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
2016-02-01 19:13:30 -05:00
|
|
|
<artifactId>activemq-broker</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>5.12.3</version>
|
2016-02-01 19:13:30 -05:00
|
|
|
<scope>test</scope>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-core</artifactId>
|
|
|
|
<version>${lucene.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-analyzers-common</artifactId>
|
|
|
|
<version>${lucene.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-queryparser</artifactId>
|
|
|
|
<version>${lucene.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-common</artifactId>
|
2015-03-05 14:56:11 -05:00
|
|
|
<version>${hadoop.version}</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
2015-03-05 14:56:11 -05:00
|
|
|
<version>${hadoop.version}</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2015-03-05 14:56:11 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-yarn-api</artifactId>
|
|
|
|
<version>${hadoop.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
|
|
|
<version>${hadoop.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-annotations</artifactId>
|
|
|
|
<version>${hadoop.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-client</artifactId>
|
|
|
|
<version>${hadoop.version}</version>
|
|
|
|
</dependency>
|
2016-11-09 16:42:27 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
|
<artifactId>hadoop-auth</artifactId>
|
|
|
|
<version>${hadoop.version}</version>
|
|
|
|
</dependency>
|
2015-03-05 14:56:11 -05:00
|
|
|
<dependency>
|
2015-03-16 22:48:14 -04:00
|
|
|
<groupId>org.apache.avro</groupId>
|
|
|
|
<artifactId>avro</artifactId>
|
2017-03-30 09:12:07 -04:00
|
|
|
<version>1.8.1</version>
|
2015-03-16 22:48:14 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-webapp</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2016-05-27 14:53:12 -04:00
|
|
|
<artifactId>jetty-annotations</artifactId>
|
2014-12-15 05:14:32 -05:00
|
|
|
<version>${jetty.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-05-27 14:53:12 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>apache-jsp</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-05-27 14:53:12 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>apache-jstl</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-04-17 15:29:44 -04:00
|
|
|
<dependency> <!-- handling this explicitly Must be in root lib -->
|
2014-12-15 05:14:32 -05:00
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2017-04-17 15:29:44 -04:00
|
|
|
<dependency> <!-- handling this explicitly Must be in root lib -->
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-schemas</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>18.0</version>
|
|
|
|
</dependency>
|
2016-10-27 12:21:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.h2database</groupId>
|
|
|
|
<artifactId>h2</artifactId>
|
|
|
|
<version>1.3.176</version>
|
|
|
|
</dependency>
|
2015-06-04 11:01:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
|
<artifactId>spark-streaming_2.10</artifactId>
|
2016-02-17 10:29:24 -05:00
|
|
|
<version>1.6.0</version>
|
2015-06-04 11:01:39 -04:00
|
|
|
</dependency>
|
2016-01-20 15:27:58 -05:00
|
|
|
<dependency>
|
2016-01-11 08:28:12 -05:00
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
|
<version>3.4.6</version>
|
|
|
|
</dependency>
|
2016-03-23 13:16:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
<artifactId>curator-framework</artifactId>
|
2016-07-22 09:21:12 -04:00
|
|
|
<version>2.11.0</version>
|
2016-03-23 13:16:13 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
<artifactId>curator-recipes</artifactId>
|
2016-07-22 09:21:12 -04:00
|
|
|
<version>2.11.0</version>
|
2016-03-23 13:16:13 -04:00
|
|
|
</dependency>
|
2016-08-08 12:31:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<version>${org.slf4j.version}</version>
|
|
|
|
</dependency>
|
2016-03-23 13:16:13 -04:00
|
|
|
|
2017-03-22 13:08:30 -04:00
|
|
|
|
2016-01-11 08:28:12 -05:00
|
|
|
<!-- Test Dependencies for testing interactions with ZooKeeper -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
|
<artifactId>curator-test</artifactId>
|
|
|
|
<version>2.9.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.testng</groupId>
|
|
|
|
<artifactId>testng</artifactId>
|
|
|
|
<version>6.8.8</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-03-22 13:08:30 -04:00
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2016-01-20 15:27:58 -05:00
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
<version>1.8.3</version>
|
|
|
|
</dependency>
|
2016-01-11 08:28:12 -05:00
|
|
|
<!-- NiFi modules -->
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2016-07-13 09:28:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-framework-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-07-13 09:28:19 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2015-03-16 22:48:14 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-site-to-site-client</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-03-16 22:48:14 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-web-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-expression-language</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2017-03-22 13:08:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-flowfile-repo-serialization</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-03-22 13:08:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-repository-models</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-03-22 13:08:30 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-custom-ui-utilities</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2015-03-31 16:45:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ui-extension</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-03-31 16:45:05 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-flowfile-packager</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-socket-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-data-provenance-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-runtime</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-bootstrap</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2016-07-06 16:56:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-toolkit-tls</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-07-06 16:56:08 -04:00
|
|
|
</dependency>
|
2016-08-15 23:18:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-toolkit-encrypt-config</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-08-15 23:18:47 -04:00
|
|
|
</dependency>
|
2016-09-23 11:32:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-toolkit-s2s</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-09-23 11:32:05 -04:00
|
|
|
</dependency>
|
2016-10-27 12:21:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-toolkit-zookeeper-migrator</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-10-27 12:21:20 -04:00
|
|
|
</dependency>
|
2017-02-07 10:28:15 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-toolkit-admin</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-02-07 10:28:15 -05:00
|
|
|
</dependency>
|
2017-03-30 09:12:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2017-04-30 21:33:12 -04:00
|
|
|
<artifactId>nifi-toolkit-flowanalyzer</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-30 21:33:12 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2017-03-30 09:12:07 -04:00
|
|
|
<artifactId>nifi-registry-service</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-03-30 09:12:07 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-resources</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<classifier>resources</classifier>
|
2015-01-15 21:11:07 -05:00
|
|
|
<scope>runtime</scope>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>zip</type>
|
|
|
|
</dependency>
|
2014-12-19 16:34:25 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-docs</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-19 16:34:25 -05:00
|
|
|
<classifier>resources</classifier>
|
2015-01-15 21:11:07 -05:00
|
|
|
<scope>runtime</scope>
|
2014-12-19 16:34:25 -05:00
|
|
|
<type>zip</type>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-framework-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-provenance-repository-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-standard-services-api-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-ssl-context-service-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-06-17 16:58:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ssl-context-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-06-17 16:58:07 -04:00
|
|
|
</dependency>
|
2017-05-10 13:09:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-lookup-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-05-10 13:09:45 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-lookup-services</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-05-10 13:09:45 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-lookup-services-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-05-10 13:09:45 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-07-11 14:57:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-serialization-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-07-11 14:57:00 -04:00
|
|
|
</dependency>
|
2017-03-30 09:12:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-schema-registry-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-03-30 09:12:07 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-distributed-cache-services-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-04-29 20:23:35 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-29 20:23:35 -04:00
|
|
|
</dependency>
|
2017-09-25 12:22:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mongodb-client-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-09-25 12:22:10 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-standard-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-02-07 10:13:23 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-standard-prioritizers</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-02-07 10:13:23 -05:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-jetty-bundle</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-update-attribute-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-hadoop-libraries-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-hadoop-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<type>nar</type>
|
2015-03-05 14:56:11 -05:00
|
|
|
</dependency>
|
2015-11-13 15:01:10 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-html-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-11-13 15:01:10 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-08-24 11:51:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-poi-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-08-24 11:51:46 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-03-16 22:48:14 -04:00
|
|
|
<dependency>
|
2015-03-05 14:56:11 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-kite-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-03-05 14:56:11 -05:00
|
|
|
<type>nar</type>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2017-06-06 21:25:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-kudu-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-06 21:25:41 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2017-08-30 09:08:46 -04:00
|
|
|
<artifactId>nifi-mongodb-services-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-06 21:25:41 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-05-19 08:09:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mongodb-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-05-19 08:09:02 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-03-22 18:59:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-solr-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-03-22 18:59:22 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2016-08-23 18:12:59 -04:00
|
|
|
<artifactId>nifi-kafka-0-8-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-01-01 20:52:36 -05:00
|
|
|
<type>nar</type>
|
2015-02-26 09:05:28 -05:00
|
|
|
</dependency>
|
2016-04-07 07:15:25 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2016-08-23 18:12:59 -04:00
|
|
|
<artifactId>nifi-kafka-0-9-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-08-23 18:12:59 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-kafka-0-10-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-04-07 07:15:25 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-07-20 14:01:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-kafka-0-11-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-07-20 14:01:26 -04:00
|
|
|
<type>nar</type>
|
2017-12-03 14:36:10 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-kafka-1-0-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
2017-07-20 14:01:26 -04:00
|
|
|
</dependency>
|
2017-06-25 18:58:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-rethinkdb-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-25 18:58:37 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-06-02 21:51:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ignite-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-06-02 21:51:49 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-03-16 22:48:14 -04:00
|
|
|
<dependency>
|
2015-02-26 09:05:28 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-http-context-map-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-02-26 09:05:28 -05:00
|
|
|
<type>nar</type>
|
2015-01-01 20:52:36 -05:00
|
|
|
</dependency>
|
2015-04-09 17:56:52 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-social-media-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-04-09 17:56:52 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hl7-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-04-09 17:56:52 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-12-09 05:15:19 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ccda-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-12-09 05:15:19 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-04-09 17:56:52 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-language-translation-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-04-09 17:56:52 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2016-06-03 20:40:56 -04:00
|
|
|
<artifactId>nifi-enrich-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-04-09 17:56:52 -04:00
|
|
|
<type>nar</type>
|
2015-06-05 17:00:37 -04:00
|
|
|
</dependency>
|
2015-07-19 15:32:17 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-aws-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-07-19 15:32:17 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-10-19 11:23:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-aws-service-api-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-01-30 14:21:21 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-flume-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-07-19 15:32:17 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-dbcp-service-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-01-30 14:21:21 -05:00
|
|
|
<type>nar</type>
|
2015-04-09 17:56:52 -04:00
|
|
|
</dependency>
|
2015-08-17 08:53:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ambari-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-08-17 08:53:46 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-08-19 16:53:59 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-avro-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-08-19 16:53:59 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2016-02-26 15:33:40 -05:00
|
|
|
<artifactId>nifi-media-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-08-19 16:53:59 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-09-25 13:46:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-couchbase-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-09-25 13:46:37 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2018-01-03 22:11:01 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-couchbase-services-api-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-couchbase-services-api</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2015-09-22 10:45:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-riemann-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-09-22 10:45:10 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-01-31 13:20:14 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-amqp-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-01-31 13:20:14 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-01-26 09:21:46 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-jms-cf-service-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-01-26 09:21:46 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-jms-processors-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-01-26 09:21:46 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-10-02 17:22:29 -04:00
|
|
|
<dependency>
|
2016-03-02 13:35:26 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-spring-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-03-02 13:35:26 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-01-20 10:04:48 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-registry-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-01-20 10:04:48 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-04-26 11:35:54 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mqtt-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-04-26 11:35:54 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-02-28 04:12:02 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-snmp-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-02-28 04:12:02 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-03-02 13:35:26 -05:00
|
|
|
<dependency>
|
2015-10-02 17:22:29 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hbase_1_1_2-client-service-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-10-02 17:22:29 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hbase-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-10-02 17:22:29 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-11-11 23:06:04 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-azure-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-11-11 23:06:04 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-10-07 13:33:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ldap-iaa-providers-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-10-07 13:33:34 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-06-22 14:01:32 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-confluent-platform-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-22 14:01:32 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-03-11 18:11:19 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-kerberos-iaa-providers-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-03-11 18:11:19 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-02-01 19:13:30 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-scripting-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-02-01 19:13:30 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-04-02 03:55:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-groovyx-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-03-10 12:17:09 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-slack-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-03-10 12:17:09 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2015-12-29 13:43:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-elasticsearch-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-11-16 12:26:26 -05:00
|
|
|
<type>nar</type>
|
2017-03-22 13:08:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-16 12:26:26 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-elasticsearch-5-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-11-16 12:26:26 -05:00
|
|
|
<type>nar</type>
|
2017-03-22 13:08:30 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-03-18 10:41:35 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-lumberjack-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-03-18 10:41:35 -04:00
|
|
|
<type>nar</type>
|
2017-01-04 11:14:59 -05:00
|
|
|
</dependency>
|
2017-03-22 13:08:30 -04:00
|
|
|
<dependency>
|
2017-01-04 11:14:59 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-beats-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-01-04 11:14:59 -05:00
|
|
|
<type>nar</type>
|
2016-06-18 08:23:55 -04:00
|
|
|
</dependency>
|
2017-04-23 19:46:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-cybersecurity-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-23 19:46:40 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-03-22 13:08:30 -04:00
|
|
|
<dependency>
|
2016-06-18 08:23:55 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-email-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-06-18 08:23:55 -04:00
|
|
|
<type>nar</type>
|
2016-03-18 10:41:35 -04:00
|
|
|
</dependency>
|
2017-03-22 13:08:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-tcp-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-03-22 13:08:30 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-03-18 10:41:35 -04:00
|
|
|
<dependency>
|
2016-03-07 18:07:06 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-splunk-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-12-29 13:43:54 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-03-16 13:19:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-cassandra-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-03-16 13:19:18 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs
- Refactoring NarDetails to include all info from MANIFEST
- Adding the concept of a Bundle and refactoring NarClassLoaders to pass Bundles to ExtensionManager
- Adding logic to fail start-up when multiple NARs with same coordinates exist, moving Bundle classes to framework API
- Refactoring bundle API to classes and creating BundleCoordinate
- Updating FlowController to use BundleCoordinate
- Updating the UI and DTO model to support showing bundle details that loaded an extension type.
- Adding bundle details for processor canvas node, processor dialogs, controller service dialogs, and reporting task dialogs.
- Updating the formating of the bundle coordinates.
- Addressing text overflow in the configuration/details dialog.
- Fixing self referencing functions.
- Updating extension UI mapping to incorporate bundle coordinates.
- Discovering custom UIs through the supplied bundles.
- Adding verification methods for creating extensions through the rest api.
- Only returning extensions that are common amongst all nodes.
- Rendering the ghost processors using a dotted border.
- Adding bundle details to the flow.xml.
- Loading NiFi build and version details from the framework NAR.
- Removing properties for build and version details.
- Wiring together front end and back end changes.
- Including bundle coordinates in the component data model.
- Wiring together component data model and flow.xml.
- Addressing issue when resolve unvesioned dependent NARs.
Updating unit tests to pass based on framework changes
- Fixing logging of extension types during start up
- Allowing the application to start if there is a compatible bundle found. - Reporting missing bundle when the a compatible bundle is not found. - Fixing table height in new component dialogs.
Fixing chechstyle error and increasing test timeout for TestStandardControllerServiceProvider
- Adding ability to change processor type at runtime
- Adding backend code to change type for controller services
- Cleaning up instance classloaders for temp components.
- Creating a dialog for changing the version of a component.
- Updating the formatting of the component type and bundle throughout.
- Updating the new component dialogs to support selecting source group.
- Cleaning up new component dialogs.
- Cleaning up documentation in the cluster node endpoint.
Adding missing include in nifi-web-ui pom compressor plugin
- Refactoring so ConfigurableComponent provides getLogger() and so the nodes provide the ConfigurableComponent
- Creating LoggableComponent to pass around the component, logger, and coordinate with in the framework
- Finishing clean up following rebase.
Calling lifecycle methods for add and remove when changing versions of a component
- Introducing verifyCanUpdateBundle(coordinate) to ConfiguredComponent, and adding unit tests
- Ensuring documentation is available for all components. Including those of the same type that are loaded from different bundles.
Adding lookup from ClassLoader to Bundle, adding fix for instance class loading to include all parent NARs, and adding additional unit tests for FlowController
- Adding validation to ensure referenced controller services implement the required API
- Fixing template instantiation to look up compatible bundle
- Requiring services/reporting tasks to be disabled/stopped.
- Only supporting a change version option when the item has multiple versions available.
- Limiting the possible new controller services to the applicable API version.
- Showing the implemented API versions for Controller Services.
- Updating the property descriptor tooltip to indicate the required service requirements.
- Introducing version based sorting in the new component dialog, change version dialog, and new controller service dialog.
- Addressing remainder of the issues from recent rebase.
Ensuring bundles have been added to the flow before proposing a flow, and incorporating bundle information into flow fingerprinting
- Refactoring the way missing bundles work to retain the desired bundle if available
- Fixing logger.isDebugEnabled to be logger.isTraceEnabled
- Auditing when user changes the bundle. - Ensuring bundle details are present in templates.
Moving standard prioritizers to framework NAR and refactoring ExtensionManager logic to handle cases where an extension is in a JAR directly in the lib directory
- Ensuring all nodes attempt to instantiate the same template instance when the available bundles may differ. - Fixing the auditing of copy/paste and template instantiation. - Running addtional verification methods when running standalone.
Refactoring controller service invocation handler to allow updating the node used by the invocation handler
- Ensuring the bundles in a proposed flow are compatible with the current instance when the current instance has no flow is going to accept the proposed flow
- Merging whether multiple versions of the component are available
- Setting NAR plugin back to current released version
- Cleaning up DocGenerator to not process multiple times
Addressing incorrect usage of nf.Common. - Using formatType in the new component type dialogs.
Improving error messages when looking for bundles
Addressing comments from PR. - Fixing references to global nf namespace. - Fixing injection of nfProcessGroupConfiguration in nfComponentVersion. - Fixing web api integration tests.
Not rendering unversioned in help documentation. - Ensuring the isExtentionMissing flag is correct after changing the component type.
Adding synchronization in node classes to ensure changing component can't occur when component is running, introducing MissingBundleException for better reporting when a node can't join cluster due to a missing bundle, and bumping NAR plugin to released version 1.2.0
Adding concept of missing components to fingerprinting to ensure nodes agree on missing components when joining a cluster
NIFI-3380: NIFI-3520: - Fixing hive nar dependency. - Marking DBCPService as provided. - Skipping services that require instance classloading and are cobundled with their service API. - Skipping components that require instance classloading and reference service APIs that are cobundled. - Addressing UI issues in the new component dialogs when re-opening with a filter applied.
Fixing checkstyles issue and adding back assume checks to distributed cache server test
Ensuring new component types are sorted correctly when shown initially.
This closes #1585.
2017-01-23 10:33:12 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hive-services-api-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs
- Refactoring NarDetails to include all info from MANIFEST
- Adding the concept of a Bundle and refactoring NarClassLoaders to pass Bundles to ExtensionManager
- Adding logic to fail start-up when multiple NARs with same coordinates exist, moving Bundle classes to framework API
- Refactoring bundle API to classes and creating BundleCoordinate
- Updating FlowController to use BundleCoordinate
- Updating the UI and DTO model to support showing bundle details that loaded an extension type.
- Adding bundle details for processor canvas node, processor dialogs, controller service dialogs, and reporting task dialogs.
- Updating the formating of the bundle coordinates.
- Addressing text overflow in the configuration/details dialog.
- Fixing self referencing functions.
- Updating extension UI mapping to incorporate bundle coordinates.
- Discovering custom UIs through the supplied bundles.
- Adding verification methods for creating extensions through the rest api.
- Only returning extensions that are common amongst all nodes.
- Rendering the ghost processors using a dotted border.
- Adding bundle details to the flow.xml.
- Loading NiFi build and version details from the framework NAR.
- Removing properties for build and version details.
- Wiring together front end and back end changes.
- Including bundle coordinates in the component data model.
- Wiring together component data model and flow.xml.
- Addressing issue when resolve unvesioned dependent NARs.
Updating unit tests to pass based on framework changes
- Fixing logging of extension types during start up
- Allowing the application to start if there is a compatible bundle found. - Reporting missing bundle when the a compatible bundle is not found. - Fixing table height in new component dialogs.
Fixing chechstyle error and increasing test timeout for TestStandardControllerServiceProvider
- Adding ability to change processor type at runtime
- Adding backend code to change type for controller services
- Cleaning up instance classloaders for temp components.
- Creating a dialog for changing the version of a component.
- Updating the formatting of the component type and bundle throughout.
- Updating the new component dialogs to support selecting source group.
- Cleaning up new component dialogs.
- Cleaning up documentation in the cluster node endpoint.
Adding missing include in nifi-web-ui pom compressor plugin
- Refactoring so ConfigurableComponent provides getLogger() and so the nodes provide the ConfigurableComponent
- Creating LoggableComponent to pass around the component, logger, and coordinate with in the framework
- Finishing clean up following rebase.
Calling lifecycle methods for add and remove when changing versions of a component
- Introducing verifyCanUpdateBundle(coordinate) to ConfiguredComponent, and adding unit tests
- Ensuring documentation is available for all components. Including those of the same type that are loaded from different bundles.
Adding lookup from ClassLoader to Bundle, adding fix for instance class loading to include all parent NARs, and adding additional unit tests for FlowController
- Adding validation to ensure referenced controller services implement the required API
- Fixing template instantiation to look up compatible bundle
- Requiring services/reporting tasks to be disabled/stopped.
- Only supporting a change version option when the item has multiple versions available.
- Limiting the possible new controller services to the applicable API version.
- Showing the implemented API versions for Controller Services.
- Updating the property descriptor tooltip to indicate the required service requirements.
- Introducing version based sorting in the new component dialog, change version dialog, and new controller service dialog.
- Addressing remainder of the issues from recent rebase.
Ensuring bundles have been added to the flow before proposing a flow, and incorporating bundle information into flow fingerprinting
- Refactoring the way missing bundles work to retain the desired bundle if available
- Fixing logger.isDebugEnabled to be logger.isTraceEnabled
- Auditing when user changes the bundle. - Ensuring bundle details are present in templates.
Moving standard prioritizers to framework NAR and refactoring ExtensionManager logic to handle cases where an extension is in a JAR directly in the lib directory
- Ensuring all nodes attempt to instantiate the same template instance when the available bundles may differ. - Fixing the auditing of copy/paste and template instantiation. - Running addtional verification methods when running standalone.
Refactoring controller service invocation handler to allow updating the node used by the invocation handler
- Ensuring the bundles in a proposed flow are compatible with the current instance when the current instance has no flow is going to accept the proposed flow
- Merging whether multiple versions of the component are available
- Setting NAR plugin back to current released version
- Cleaning up DocGenerator to not process multiple times
Addressing incorrect usage of nf.Common. - Using formatType in the new component type dialogs.
Improving error messages when looking for bundles
Addressing comments from PR. - Fixing references to global nf namespace. - Fixing injection of nfProcessGroupConfiguration in nfComponentVersion. - Fixing web api integration tests.
Not rendering unversioned in help documentation. - Ensuring the isExtentionMissing flag is correct after changing the component type.
Adding synchronization in node classes to ensure changing component can't occur when component is running, introducing MissingBundleException for better reporting when a node can't join cluster due to a missing bundle, and bumping NAR plugin to released version 1.2.0
Adding concept of missing components to fingerprinting to ensure nodes agree on missing components when joining a cluster
NIFI-3380: NIFI-3520: - Fixing hive nar dependency. - Marking DBCPService as provided. - Skipping services that require instance classloading and are cobundled with their service API. - Skipping components that require instance classloading and reference service APIs that are cobundled. - Addressing UI issues in the new component dialogs when re-opening with a filter applied.
Fixing checkstyles issue and adding back assume checks to distributed cache server test
Ensuring new component types are sorted correctly when shown initially.
This closes #1585.
2017-01-23 10:33:12 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-05-03 13:15:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hive-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-05-03 13:15:34 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-03-22 13:08:30 -04:00
|
|
|
<dependency>
|
2016-05-12 09:59:27 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-05-12 09:59:27 -04:00
|
|
|
<type>nar</type>
|
2016-07-11 14:57:00 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-serialization-services-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-07-11 14:57:00 -04:00
|
|
|
<type>nar</type>
|
2016-05-12 09:59:27 -04:00
|
|
|
</dependency>
|
2016-11-25 23:34:47 -05:00
|
|
|
<dependency>
|
2016-05-27 10:56:02 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-evtx-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-05-27 10:56:02 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-08-15 23:18:47 -04:00
|
|
|
<dependency>
|
2016-06-07 08:57:24 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-windows-event-log-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-06-07 08:57:24 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-10-17 21:43:42 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-websocket-services-api-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-10-17 21:43:42 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-websocket-services-jetty-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-10-17 21:43:42 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-websocket-processors-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-10-17 21:43:42 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-08-22 21:34:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-datadog-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-08-22 21:34:30 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-02-06 17:36:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-gcp-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-02-06 17:36:32 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2018-01-03 00:09:46 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-gcp-services-api</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-gcp-services-api-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-06-14 12:31:35 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-grpc-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-14 12:31:35 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2016-12-12 22:51:36 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-stateful-analysis-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-12-12 22:51:36 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-03-23 18:43:04 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-cdc-mysql-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-03-23 18:43:04 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-04-26 13:58:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hwx-schema-registry-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-26 13:58:00 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-04-12 18:25:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-parquet-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-12 18:25:31 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2017-10-29 23:41:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-atlas-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
2017-06-12 15:53:20 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-redis-service-api-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-12 15:53:20 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-redis-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-12 15:53:20 -04:00
|
|
|
<type>nar</type>
|
2017-09-24 15:24:09 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-metrics-reporter-service-api-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-metrics-reporting-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
2017-06-12 15:53:20 -04:00
|
|
|
</dependency>
|
2017-12-13 21:43:35 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-livy-controller-service-api-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-livy-nar</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2016-08-15 23:18:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties-loader</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-08-15 23:18:47 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-security-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-03-22 18:59:22 -04:00
|
|
|
</dependency>
|
2017-06-22 14:01:32 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-confluent-schema-registry-service</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-06-22 14:01:32 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-logging-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-nar-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-processor-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2017-10-29 21:55:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-reporting-utils</artifactId>
|
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2016-10-04 09:38:14 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-schema-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-10-04 09:38:14 -04:00
|
|
|
</dependency>
|
2016-03-17 17:05:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hadoop-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-03-17 17:05:30 -04:00
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2017-04-12 18:25:31 -04:00
|
|
|
<artifactId>nifi-record</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-12 18:25:31 -04:00
|
|
|
</dependency>
|
2017-04-26 09:02:55 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-path</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-26 09:02:55 -04:00
|
|
|
</dependency>
|
2017-04-12 18:25:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-avro-record-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-12 18:25:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-standard-record-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-12 18:25:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hadoop-record-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-12 18:25:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mock-record-utils</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2017-04-12 18:25:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2014-12-15 05:14:32 -05:00
|
|
|
<artifactId>nifi-mock</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-write-ahead-log</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependency>
|
2015-05-20 09:53:36 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-dbcp-service</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-05-20 09:53:36 -04:00
|
|
|
</dependency>
|
2015-05-25 08:13:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-dbcp-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-05-25 08:13:57 -04:00
|
|
|
</dependency>
|
NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs
- Refactoring NarDetails to include all info from MANIFEST
- Adding the concept of a Bundle and refactoring NarClassLoaders to pass Bundles to ExtensionManager
- Adding logic to fail start-up when multiple NARs with same coordinates exist, moving Bundle classes to framework API
- Refactoring bundle API to classes and creating BundleCoordinate
- Updating FlowController to use BundleCoordinate
- Updating the UI and DTO model to support showing bundle details that loaded an extension type.
- Adding bundle details for processor canvas node, processor dialogs, controller service dialogs, and reporting task dialogs.
- Updating the formating of the bundle coordinates.
- Addressing text overflow in the configuration/details dialog.
- Fixing self referencing functions.
- Updating extension UI mapping to incorporate bundle coordinates.
- Discovering custom UIs through the supplied bundles.
- Adding verification methods for creating extensions through the rest api.
- Only returning extensions that are common amongst all nodes.
- Rendering the ghost processors using a dotted border.
- Adding bundle details to the flow.xml.
- Loading NiFi build and version details from the framework NAR.
- Removing properties for build and version details.
- Wiring together front end and back end changes.
- Including bundle coordinates in the component data model.
- Wiring together component data model and flow.xml.
- Addressing issue when resolve unvesioned dependent NARs.
Updating unit tests to pass based on framework changes
- Fixing logging of extension types during start up
- Allowing the application to start if there is a compatible bundle found. - Reporting missing bundle when the a compatible bundle is not found. - Fixing table height in new component dialogs.
Fixing chechstyle error and increasing test timeout for TestStandardControllerServiceProvider
- Adding ability to change processor type at runtime
- Adding backend code to change type for controller services
- Cleaning up instance classloaders for temp components.
- Creating a dialog for changing the version of a component.
- Updating the formatting of the component type and bundle throughout.
- Updating the new component dialogs to support selecting source group.
- Cleaning up new component dialogs.
- Cleaning up documentation in the cluster node endpoint.
Adding missing include in nifi-web-ui pom compressor plugin
- Refactoring so ConfigurableComponent provides getLogger() and so the nodes provide the ConfigurableComponent
- Creating LoggableComponent to pass around the component, logger, and coordinate with in the framework
- Finishing clean up following rebase.
Calling lifecycle methods for add and remove when changing versions of a component
- Introducing verifyCanUpdateBundle(coordinate) to ConfiguredComponent, and adding unit tests
- Ensuring documentation is available for all components. Including those of the same type that are loaded from different bundles.
Adding lookup from ClassLoader to Bundle, adding fix for instance class loading to include all parent NARs, and adding additional unit tests for FlowController
- Adding validation to ensure referenced controller services implement the required API
- Fixing template instantiation to look up compatible bundle
- Requiring services/reporting tasks to be disabled/stopped.
- Only supporting a change version option when the item has multiple versions available.
- Limiting the possible new controller services to the applicable API version.
- Showing the implemented API versions for Controller Services.
- Updating the property descriptor tooltip to indicate the required service requirements.
- Introducing version based sorting in the new component dialog, change version dialog, and new controller service dialog.
- Addressing remainder of the issues from recent rebase.
Ensuring bundles have been added to the flow before proposing a flow, and incorporating bundle information into flow fingerprinting
- Refactoring the way missing bundles work to retain the desired bundle if available
- Fixing logger.isDebugEnabled to be logger.isTraceEnabled
- Auditing when user changes the bundle. - Ensuring bundle details are present in templates.
Moving standard prioritizers to framework NAR and refactoring ExtensionManager logic to handle cases where an extension is in a JAR directly in the lib directory
- Ensuring all nodes attempt to instantiate the same template instance when the available bundles may differ. - Fixing the auditing of copy/paste and template instantiation. - Running addtional verification methods when running standalone.
Refactoring controller service invocation handler to allow updating the node used by the invocation handler
- Ensuring the bundles in a proposed flow are compatible with the current instance when the current instance has no flow is going to accept the proposed flow
- Merging whether multiple versions of the component are available
- Setting NAR plugin back to current released version
- Cleaning up DocGenerator to not process multiple times
Addressing incorrect usage of nf.Common. - Using formatType in the new component type dialogs.
Improving error messages when looking for bundles
Addressing comments from PR. - Fixing references to global nf namespace. - Fixing injection of nfProcessGroupConfiguration in nfComponentVersion. - Fixing web api integration tests.
Not rendering unversioned in help documentation. - Ensuring the isExtentionMissing flag is correct after changing the component type.
Adding synchronization in node classes to ensure changing component can't occur when component is running, introducing MissingBundleException for better reporting when a node can't join cluster due to a missing bundle, and bumping NAR plugin to released version 1.2.0
Adding concept of missing components to fingerprinting to ensure nodes agree on missing components when joining a cluster
NIFI-3380: NIFI-3520: - Fixing hive nar dependency. - Marking DBCPService as provided. - Skipping services that require instance classloading and are cobundled with their service API. - Skipping components that require instance classloading and reference service APIs that are cobundled. - Addressing UI issues in the new component dialogs when re-opening with a filter applied.
Fixing checkstyles issue and adding back assume checks to distributed cache server test
Ensuring new component types are sorted correctly when shown initially.
This closes #1585.
2017-01-23 10:33:12 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hive-services-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs
- Refactoring NarDetails to include all info from MANIFEST
- Adding the concept of a Bundle and refactoring NarClassLoaders to pass Bundles to ExtensionManager
- Adding logic to fail start-up when multiple NARs with same coordinates exist, moving Bundle classes to framework API
- Refactoring bundle API to classes and creating BundleCoordinate
- Updating FlowController to use BundleCoordinate
- Updating the UI and DTO model to support showing bundle details that loaded an extension type.
- Adding bundle details for processor canvas node, processor dialogs, controller service dialogs, and reporting task dialogs.
- Updating the formating of the bundle coordinates.
- Addressing text overflow in the configuration/details dialog.
- Fixing self referencing functions.
- Updating extension UI mapping to incorporate bundle coordinates.
- Discovering custom UIs through the supplied bundles.
- Adding verification methods for creating extensions through the rest api.
- Only returning extensions that are common amongst all nodes.
- Rendering the ghost processors using a dotted border.
- Adding bundle details to the flow.xml.
- Loading NiFi build and version details from the framework NAR.
- Removing properties for build and version details.
- Wiring together front end and back end changes.
- Including bundle coordinates in the component data model.
- Wiring together component data model and flow.xml.
- Addressing issue when resolve unvesioned dependent NARs.
Updating unit tests to pass based on framework changes
- Fixing logging of extension types during start up
- Allowing the application to start if there is a compatible bundle found. - Reporting missing bundle when the a compatible bundle is not found. - Fixing table height in new component dialogs.
Fixing chechstyle error and increasing test timeout for TestStandardControllerServiceProvider
- Adding ability to change processor type at runtime
- Adding backend code to change type for controller services
- Cleaning up instance classloaders for temp components.
- Creating a dialog for changing the version of a component.
- Updating the formatting of the component type and bundle throughout.
- Updating the new component dialogs to support selecting source group.
- Cleaning up new component dialogs.
- Cleaning up documentation in the cluster node endpoint.
Adding missing include in nifi-web-ui pom compressor plugin
- Refactoring so ConfigurableComponent provides getLogger() and so the nodes provide the ConfigurableComponent
- Creating LoggableComponent to pass around the component, logger, and coordinate with in the framework
- Finishing clean up following rebase.
Calling lifecycle methods for add and remove when changing versions of a component
- Introducing verifyCanUpdateBundle(coordinate) to ConfiguredComponent, and adding unit tests
- Ensuring documentation is available for all components. Including those of the same type that are loaded from different bundles.
Adding lookup from ClassLoader to Bundle, adding fix for instance class loading to include all parent NARs, and adding additional unit tests for FlowController
- Adding validation to ensure referenced controller services implement the required API
- Fixing template instantiation to look up compatible bundle
- Requiring services/reporting tasks to be disabled/stopped.
- Only supporting a change version option when the item has multiple versions available.
- Limiting the possible new controller services to the applicable API version.
- Showing the implemented API versions for Controller Services.
- Updating the property descriptor tooltip to indicate the required service requirements.
- Introducing version based sorting in the new component dialog, change version dialog, and new controller service dialog.
- Addressing remainder of the issues from recent rebase.
Ensuring bundles have been added to the flow before proposing a flow, and incorporating bundle information into flow fingerprinting
- Refactoring the way missing bundles work to retain the desired bundle if available
- Fixing logger.isDebugEnabled to be logger.isTraceEnabled
- Auditing when user changes the bundle. - Ensuring bundle details are present in templates.
Moving standard prioritizers to framework NAR and refactoring ExtensionManager logic to handle cases where an extension is in a JAR directly in the lib directory
- Ensuring all nodes attempt to instantiate the same template instance when the available bundles may differ. - Fixing the auditing of copy/paste and template instantiation. - Running addtional verification methods when running standalone.
Refactoring controller service invocation handler to allow updating the node used by the invocation handler
- Ensuring the bundles in a proposed flow are compatible with the current instance when the current instance has no flow is going to accept the proposed flow
- Merging whether multiple versions of the component are available
- Setting NAR plugin back to current released version
- Cleaning up DocGenerator to not process multiple times
Addressing incorrect usage of nf.Common. - Using formatType in the new component type dialogs.
Improving error messages when looking for bundles
Addressing comments from PR. - Fixing references to global nf namespace. - Fixing injection of nfProcessGroupConfiguration in nfComponentVersion. - Fixing web api integration tests.
Not rendering unversioned in help documentation. - Ensuring the isExtentionMissing flag is correct after changing the component type.
Adding synchronization in node classes to ensure changing component can't occur when component is running, introducing MissingBundleException for better reporting when a node can't join cluster due to a missing bundle, and bumping NAR plugin to released version 1.2.0
Adding concept of missing components to fingerprinting to ensure nodes agree on missing components when joining a cluster
NIFI-3380: NIFI-3520: - Fixing hive nar dependency. - Marking DBCPService as provided. - Skipping services that require instance classloading and are cobundled with their service API. - Skipping components that require instance classloading and reference service APIs that are cobundled. - Addressing UI issues in the new component dialogs when re-opening with a filter applied.
Fixing checkstyles issue and adding back assume checks to distributed cache server test
Ensuring new component types are sorted correctly when shown initially.
This closes #1585.
2017-01-23 10:33:12 -05:00
|
|
|
</dependency>
|
2015-02-13 23:42:40 -05:00
|
|
|
<dependency>
|
2015-10-02 17:22:29 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-hbase-client-service-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-10-17 21:43:42 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-websocket-services-api</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-10-17 21:43:42 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-websocket-services-jetty</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2015-10-02 17:22:29 -04:00
|
|
|
</dependency>
|
2016-07-06 16:56:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-assembly</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-07-06 16:56:08 -04:00
|
|
|
</dependency>
|
2015-10-02 17:22:29 -04:00
|
|
|
<dependency>
|
2015-02-13 23:42:40 -05:00
|
|
|
<groupId>com.jayway.jsonpath</groupId>
|
|
|
|
<artifactId>json-path</artifactId>
|
2015-04-23 10:07:05 -04:00
|
|
|
<version>2.0.0</version>
|
2015-02-13 23:42:40 -05:00
|
|
|
</dependency>
|
2015-06-10 12:16:52 -04:00
|
|
|
<dependency>
|
2015-07-12 16:33:09 -04:00
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<version>10.11.1.1</version>
|
|
|
|
</dependency>
|
2015-11-07 21:09:18 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
<artifactId>aws-java-sdk</artifactId>
|
2016-12-17 16:30:27 -05:00
|
|
|
<version>1.11.68</version>
|
2015-11-07 21:09:18 -05:00
|
|
|
</dependency>
|
2017-03-21 22:50:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
|
<artifactId>okhttp</artifactId>
|
|
|
|
<version>3.6.0</version>
|
|
|
|
</dependency>
|
2016-07-26 10:13:42 -04:00
|
|
|
<!-- Ranger dependencies, only included when using -Pinclude-ranger -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ranger-nar</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-07-26 10:13:42 -04:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ranger-resources</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-07-26 10:13:42 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ranger</groupId>
|
|
|
|
<artifactId>ranger-plugins-common</artifactId>
|
|
|
|
<version>${ranger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ranger</groupId>
|
|
|
|
<artifactId>ranger-plugins-audit</artifactId>
|
|
|
|
<version>${ranger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ranger</groupId>
|
|
|
|
<artifactId>credentialbuilder</artifactId>
|
|
|
|
<version>${ranger.version}</version>
|
|
|
|
</dependency>
|
2016-02-13 19:00:05 -05:00
|
|
|
<!-- Groovy support is primarily as a test dependency -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-all</artifactId>
|
2017-12-06 03:05:20 -05:00
|
|
|
<version>2.4.13</version>
|
2016-02-13 19:00:05 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-05-10 16:07:11 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.spockframework</groupId>
|
|
|
|
<artifactId>spock-core</artifactId>
|
|
|
|
<version>1.0-groovy-2.4</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-04-03 16:19:55 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest-all</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2016-08-24 11:30:14 -04:00
|
|
|
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-02-13 19:00:05 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-all</artifactId>
|
|
|
|
</dependency>
|
2015-03-22 18:59:22 -04:00
|
|
|
</dependencies>
|
2016-08-24 11:30:14 -04:00
|
|
|
|
2014-12-15 05:14:32 -05:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2015-08-15 13:12:22 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<fork>true</fork>
|
|
|
|
<optimize>true</optimize>
|
|
|
|
<showDeprecation>true</showDeprecation>
|
|
|
|
<showWarnings>true</showWarnings>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-02-13 19:00:05 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-eclipse-compiler</artifactId>
|
|
|
|
<version>2.9.2-01</version>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
</plugin>
|
2015-08-15 13:12:22 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
2016-08-26 03:04:17 -04:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<java.awt.headless>true</java.awt.headless>
|
|
|
|
</systemPropertyVariables>
|
2016-05-10 16:07:11 -04:00
|
|
|
<includes>
|
|
|
|
<include>**/*Test.class</include>
|
|
|
|
<include>**/Test*.class</include>
|
|
|
|
<include>**/*Spec.class</include>
|
|
|
|
</includes>
|
2015-08-15 13:12:22 -04:00
|
|
|
<redirectTestOutputToFile>true</redirectTestOutputToFile>
|
2017-03-22 13:08:30 -04:00
|
|
|
<argLine combine.children="append">-Xmx1G
|
|
|
|
-Djava.net.preferIPv4Stack=true
|
|
|
|
${maven.surefire.arguments}</argLine>
|
2015-08-15 13:12:22 -04:00
|
|
|
</configuration>
|
2016-05-10 16:07:11 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<!-- Force surefire to use JUnit -->
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
|
|
<artifactId>surefire-junit4</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<version>${surefire.version}</version>
|
2016-05-10 16:07:11 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2015-08-15 13:12:22 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>jaxb2-maven-plugin</artifactId>
|
2017-05-26 15:02:44 -04:00
|
|
|
<version>2.3.1</version>
|
2015-08-15 13:12:22 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<version>1.6.0</version>
|
2015-08-15 13:12:22 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
<show>private</show>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
<quiet>true</quiet>
|
2016-04-14 09:28:25 -04:00
|
|
|
<javadocVersion>1.8</javadocVersion>
|
2015-08-15 13:12:22 -04:00
|
|
|
<additionalJOption>-J-Xmx512m</additionalJOption>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-01-09 15:46:14 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2015-08-15 13:12:22 -04:00
|
|
|
<configuration>
|
|
|
|
<useReleaseProfile>true</useReleaseProfile>
|
|
|
|
<releaseProfiles>apache-release</releaseProfiles>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
<goals>deploy</goals>
|
|
|
|
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
|
|
|
|
<pushChanges>false</pushChanges>
|
|
|
|
<localCheckout>true</localCheckout>
|
|
|
|
</configuration>
|
2015-01-16 11:59:49 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>default</id>
|
|
|
|
<goals>
|
|
|
|
<goal>perform</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2015-08-15 13:12:22 -04:00
|
|
|
<pomFileName>pom.xml</pomFileName>
|
2015-01-16 11:59:49 -05:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2014-12-15 05:14:32 -05:00
|
|
|
</plugin>
|
2015-08-15 13:12:22 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>rpm-maven-plugin</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<version>2.1.5</version>
|
2015-08-15 13:12:22 -04:00
|
|
|
</plugin>
|
2016-09-29 14:00:00 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</plugin>
|
2015-08-15 13:12:22 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr3-maven-plugin</artifactId>
|
|
|
|
<version>3.5.2</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<version>2.17</version>
|
2015-08-15 13:12:22 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<version>8.5</version>
|
2015-08-15 13:12:22 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2015-08-19 16:53:59 -04:00
|
|
|
</plugins>
|
2014-12-15 05:14:32 -05:00
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
2016-02-13 19:00:05 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<!-- Only run for tests -->
|
|
|
|
<execution>
|
|
|
|
<id>groovy-tests</id>
|
2016-03-11 11:13:34 -05:00
|
|
|
<goals>
|
|
|
|
<goal>testCompile</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<compilerId>groovy-eclipse-compiler</compilerId>
|
|
|
|
</configuration>
|
2016-02-13 19:00:05 -05:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
2016-04-14 09:28:25 -04:00
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
2016-02-13 19:00:05 -05:00
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-eclipse-compiler</artifactId>
|
|
|
|
<version>2.9.2-01</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-eclipse-batch</artifactId>
|
|
|
|
<version>2.4.3-01</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2014-12-15 05:14:32 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-nar-maven-plugin</artifactId>
|
NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs
- Refactoring NarDetails to include all info from MANIFEST
- Adding the concept of a Bundle and refactoring NarClassLoaders to pass Bundles to ExtensionManager
- Adding logic to fail start-up when multiple NARs with same coordinates exist, moving Bundle classes to framework API
- Refactoring bundle API to classes and creating BundleCoordinate
- Updating FlowController to use BundleCoordinate
- Updating the UI and DTO model to support showing bundle details that loaded an extension type.
- Adding bundle details for processor canvas node, processor dialogs, controller service dialogs, and reporting task dialogs.
- Updating the formating of the bundle coordinates.
- Addressing text overflow in the configuration/details dialog.
- Fixing self referencing functions.
- Updating extension UI mapping to incorporate bundle coordinates.
- Discovering custom UIs through the supplied bundles.
- Adding verification methods for creating extensions through the rest api.
- Only returning extensions that are common amongst all nodes.
- Rendering the ghost processors using a dotted border.
- Adding bundle details to the flow.xml.
- Loading NiFi build and version details from the framework NAR.
- Removing properties for build and version details.
- Wiring together front end and back end changes.
- Including bundle coordinates in the component data model.
- Wiring together component data model and flow.xml.
- Addressing issue when resolve unvesioned dependent NARs.
Updating unit tests to pass based on framework changes
- Fixing logging of extension types during start up
- Allowing the application to start if there is a compatible bundle found. - Reporting missing bundle when the a compatible bundle is not found. - Fixing table height in new component dialogs.
Fixing chechstyle error and increasing test timeout for TestStandardControllerServiceProvider
- Adding ability to change processor type at runtime
- Adding backend code to change type for controller services
- Cleaning up instance classloaders for temp components.
- Creating a dialog for changing the version of a component.
- Updating the formatting of the component type and bundle throughout.
- Updating the new component dialogs to support selecting source group.
- Cleaning up new component dialogs.
- Cleaning up documentation in the cluster node endpoint.
Adding missing include in nifi-web-ui pom compressor plugin
- Refactoring so ConfigurableComponent provides getLogger() and so the nodes provide the ConfigurableComponent
- Creating LoggableComponent to pass around the component, logger, and coordinate with in the framework
- Finishing clean up following rebase.
Calling lifecycle methods for add and remove when changing versions of a component
- Introducing verifyCanUpdateBundle(coordinate) to ConfiguredComponent, and adding unit tests
- Ensuring documentation is available for all components. Including those of the same type that are loaded from different bundles.
Adding lookup from ClassLoader to Bundle, adding fix for instance class loading to include all parent NARs, and adding additional unit tests for FlowController
- Adding validation to ensure referenced controller services implement the required API
- Fixing template instantiation to look up compatible bundle
- Requiring services/reporting tasks to be disabled/stopped.
- Only supporting a change version option when the item has multiple versions available.
- Limiting the possible new controller services to the applicable API version.
- Showing the implemented API versions for Controller Services.
- Updating the property descriptor tooltip to indicate the required service requirements.
- Introducing version based sorting in the new component dialog, change version dialog, and new controller service dialog.
- Addressing remainder of the issues from recent rebase.
Ensuring bundles have been added to the flow before proposing a flow, and incorporating bundle information into flow fingerprinting
- Refactoring the way missing bundles work to retain the desired bundle if available
- Fixing logger.isDebugEnabled to be logger.isTraceEnabled
- Auditing when user changes the bundle. - Ensuring bundle details are present in templates.
Moving standard prioritizers to framework NAR and refactoring ExtensionManager logic to handle cases where an extension is in a JAR directly in the lib directory
- Ensuring all nodes attempt to instantiate the same template instance when the available bundles may differ. - Fixing the auditing of copy/paste and template instantiation. - Running addtional verification methods when running standalone.
Refactoring controller service invocation handler to allow updating the node used by the invocation handler
- Ensuring the bundles in a proposed flow are compatible with the current instance when the current instance has no flow is going to accept the proposed flow
- Merging whether multiple versions of the component are available
- Setting NAR plugin back to current released version
- Cleaning up DocGenerator to not process multiple times
Addressing incorrect usage of nf.Common. - Using formatType in the new component type dialogs.
Improving error messages when looking for bundles
Addressing comments from PR. - Fixing references to global nf namespace. - Fixing injection of nfProcessGroupConfiguration in nfComponentVersion. - Fixing web api integration tests.
Not rendering unversioned in help documentation. - Ensuring the isExtentionMissing flag is correct after changing the component type.
Adding synchronization in node classes to ensure changing component can't occur when component is running, introducing MissingBundleException for better reporting when a node can't join cluster due to a missing bundle, and bumping NAR plugin to released version 1.2.0
Adding concept of missing components to fingerprinting to ensure nodes agree on missing components when joining a cluster
NIFI-3380: NIFI-3520: - Fixing hive nar dependency. - Marking DBCPService as provided. - Skipping services that require instance classloading and are cobundled with their service API. - Skipping components that require instance classloading and reference service APIs that are cobundled. - Addressing UI issues in the new component dialogs when re-opening with a filter applied.
Fixing checkstyles issue and adding back assume checks to distributed cache server test
Ensuring new component types are sorted correctly when shown initially.
This closes #1585.
2017-01-23 10:33:12 -05:00
|
|
|
<version>1.2.0</version>
|
2015-08-15 13:12:22 -04:00
|
|
|
<extensions>true</extensions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<version>1.6.8</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<extensions>true</extensions>
|
2015-08-15 13:12:22 -04:00
|
|
|
<configuration>
|
2016-02-06 16:51:34 -05:00
|
|
|
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
|
2015-08-15 13:12:22 -04:00
|
|
|
<serverId>repository.apache.org</serverId>
|
|
|
|
<nexusUrl>https://repository.apache.org/</nexusUrl>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireSameVersions>
|
|
|
|
<plugins>
|
|
|
|
<plugin>org.apache.maven.plugins:maven-surefire-plugin</plugin>
|
|
|
|
<plugin>org.apache.maven.plugins:maven-failsafe-plugin</plugin>
|
|
|
|
<plugin>org.apache.maven.plugins:maven-surefire-report-plugin</plugin>
|
|
|
|
</plugins>
|
|
|
|
</requireSameVersions>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>${maven.min-version}</version>
|
|
|
|
</requireMavenVersion>
|
2015-08-19 16:53:59 -04:00
|
|
|
</rules>
|
2015-08-15 13:12:22 -04:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2014-12-15 05:14:32 -05:00
|
|
|
</plugin>
|
2015-08-15 13:12:22 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<checkstyleRules>
|
|
|
|
<module name="Checker">
|
|
|
|
<property name="charset" value="UTF-8" />
|
|
|
|
<property name="severity" value="warning" />
|
2015-08-19 16:53:59 -04:00
|
|
|
<!-- Checks for whitespace -->
|
2015-08-15 13:12:22 -04:00
|
|
|
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
|
|
|
|
<module name="FileTabCharacter">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="eachLine" value="true" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="TreeWalker">
|
|
|
|
<module name="RegexpSinglelineJava">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="format" value="\s+$" />
|
|
|
|
<property name="message" value="Line has trailing whitespace." />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="RegexpSinglelineJava">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="format" value="[@]see\s+[{][@]link" />
|
|
|
|
<property name="message" value="Javadoc @see does not need @link: pick one or the other." />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="OuterTypeFilename" />
|
|
|
|
<module name="LineLength">
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- needs extra, because Eclipse formatter
|
|
|
|
ignores the ending left brace -->
|
2015-08-15 13:12:22 -04:00
|
|
|
<property name="max" value="200" />
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="AvoidStarImport" />
|
|
|
|
<module name="UnusedImports">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="processJavadoc" value="true" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="NoLineWrap" />
|
2017-12-03 17:45:03 -05:00
|
|
|
<module name="LeftCurly" />
|
2015-08-15 13:12:22 -04:00
|
|
|
<module name="RightCurly" />
|
|
|
|
<module name="RightCurly">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="option" value="alone" />
|
2017-12-03 17:45:03 -05:00
|
|
|
<property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="SeparatorWrap">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="tokens" value="DOT" />
|
|
|
|
<property name="option" value="nl" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="SeparatorWrap">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="tokens" value="COMMA" />
|
|
|
|
<property name="option" value="EOL" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="PackageName">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="format" value="^[a-z]+(\.[a-z][a-zA-Z0-9]*)*$" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="MethodTypeParameterName">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="format" value="(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="MethodParamPad" />
|
|
|
|
<module name="OperatorWrap">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="option" value="NL" />
|
|
|
|
<property name="tokens" value="BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, QUESTION, SL, SR, STAR " />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="AnnotationLocation">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="tokens" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="AnnotationLocation">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="tokens" value="VARIABLE_DEF" />
|
|
|
|
<property name="allowSamelineMultipleAnnotations" value="true" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="NonEmptyAtclauseDescription" />
|
|
|
|
<module name="JavadocMethod">
|
2017-05-05 20:50:14 -04:00
|
|
|
<property name="allowMissingJavadoc" value="true" />
|
|
|
|
<property name="allowMissingParamTags" value="true" />
|
|
|
|
<property name="allowMissingThrowsTags" value="true" />
|
|
|
|
<property name="allowMissingReturnTag" value="true" />
|
|
|
|
<property name="allowedAnnotations" value="Override,Test,BeforeClass,AfterClass,Before,After" />
|
|
|
|
<property name="allowThrowsTagsForSubclasses" value="true" />
|
2015-08-15 13:12:22 -04:00
|
|
|
</module>
|
|
|
|
<module name="SingleLineJavadoc" />
|
|
|
|
</module>
|
|
|
|
</module>
|
|
|
|
</checkstyleRules>
|
|
|
|
<violationSeverity>warning</violationSeverity>
|
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
|
|
|
</configuration>
|
2015-08-19 16:53:59 -04:00
|
|
|
</plugin>
|
2015-08-15 13:12:22 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>nb-configuration.xml</exclude> <!-- courtesy excludes for netbeans users -->
|
|
|
|
<exclude>nbactions.xml</exclude> <!-- courtesy excludes for netbeans users -->
|
|
|
|
<exclude>DEPENDENCIES</exclude> <!-- auto generated file by apache's maven config while building sources.zip -->
|
2016-10-05 11:00:29 -04:00
|
|
|
<exclude>.github/PULL_REQUEST_TEMPLATE.md</exclude> <!-- PR Template for GitHub that does not have a mechanism of including comments -->
|
2015-08-15 13:12:22 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
2015-08-19 16:53:59 -04:00
|
|
|
</plugin>
|
2014-12-15 05:14:32 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-08-15 13:12:22 -04:00
|
|
|
<profiles>
|
2016-01-13 14:13:30 -05:00
|
|
|
<profile>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- Performs execution of Integration Tests using the Maven
|
|
|
|
FailSafe Plugin. The view of integration tests in this context are those
|
|
|
|
tests interfacing with external sources and services requiring additional
|
2017-12-05 14:44:07 -05:00
|
|
|
resources or credentials that cannot be explicitly provided. Also appropriate
|
|
|
|
for tests which depend on inter-thread and/or network or having timing
|
|
|
|
considerations which could make the tests brittle on various environments.-->
|
2016-01-13 14:13:30 -05:00
|
|
|
<id>integration-tests</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>integration-test</goal>
|
|
|
|
<goal>verify</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2015-08-15 13:12:22 -04:00
|
|
|
<profile>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- Checks style and licensing requirements. This is a good
|
|
|
|
idea to run for contributions and for the release process. While it would
|
|
|
|
be nice to run always these plugins can considerably slow the build and have
|
|
|
|
proven to create unstable builds in our multi-module project and when building
|
|
|
|
using multiple threads. The stability issues seen with Checkstyle in multi-module
|
|
|
|
builds include false-positives and false negatives. -->
|
2015-08-15 13:12:22 -04:00
|
|
|
<id>contrib-check</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>verify</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2017-12-03 17:45:03 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>check-style</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<configuration>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2015-08-15 13:12:22 -04:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2015-09-11 10:17:33 -04:00
|
|
|
<profile>
|
2016-01-11 08:28:12 -05:00
|
|
|
<!-- This profile will disable DocLint which performs strict
|
2016-11-25 23:34:47 -05:00
|
|
|
JavaDoc processing which was introduced in JDK 8. These are technically errors
|
|
|
|
in the JavaDoc which we need to eventually address. However, if a release
|
|
|
|
is performed using JDK 8, the JavaDoc generation would fail. By activating
|
|
|
|
this profile when running on JDK 8 we can ensure the JavaDocs continue to
|
|
|
|
generate successfully -->
|
2015-09-11 10:17:33 -04:00
|
|
|
<id>disable-doclint</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>1.8</jdk>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- The following profiles are here as a convenience for folks that
|
|
|
|
want to build against vendor-specific distributions of the various Hadoop
|
|
|
|
ecosystem libraries. These will alter which dependencies are sourced in a
|
|
|
|
manner that can adjust the correct LICENSE and NOTICE requirements for any
|
|
|
|
affected jar and the resulting assembly overall. These L&N impacts are not
|
|
|
|
automatically handled by the build process and are the responsibility of
|
|
|
|
those creating and using the resulting binary artifacts. -->
|
2016-08-08 15:57:06 -04:00
|
|
|
<profile>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- This profile adds the Hortonworks repository for resolving
|
|
|
|
Hortonworks Data Platform (HDP) artifacts for the Hadoop bundles -->
|
2016-08-08 15:57:06 -04:00
|
|
|
<id>hortonworks</id>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>hortonworks-releases</id>
|
|
|
|
<name>Hortonworks Repository</name>
|
|
|
|
<url>http://repo.hortonworks.com/content/repositories/releases/</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
|
<checksumPolicy>warn</checksumPolicy>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<updatePolicy>never</updatePolicy>
|
|
|
|
<checksumPolicy>fail</checksumPolicy>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>hortonworks-jetty</id>
|
|
|
|
<name>Hortonworks Jetty Repository</name>
|
|
|
|
<url>http://repo.hortonworks.com/content/repositories/jetty-hadoop/</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
|
<checksumPolicy>warn</checksumPolicy>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<updatePolicy>never</updatePolicy>
|
|
|
|
<checksumPolicy>fail</checksumPolicy>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<properties>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- Vendor-specific version number included here as default,
|
|
|
|
should be overridden on the command-line <hadoop.version>2.7.1.2.4.0.0-169</hadoop.version> -->
|
2016-08-08 15:57:06 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- This profile will add the MapR repository for resolving
|
|
|
|
MapR Hadoop artifacts for the Hadoop bundles -->
|
2016-08-08 15:57:06 -04:00
|
|
|
<id>mapr</id>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>mapr-releases</id>
|
|
|
|
<name>MapR Repository</name>
|
|
|
|
<url>http://repository.mapr.com/maven/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<properties>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- Vendor-specific version number included here as default,
|
|
|
|
should be overridden on the command-line <hadoop.version>2.7.0-mapr-1602</hadoop.version> -->
|
2016-08-08 15:57:06 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- This profile will add the Cloudera repository for resolving
|
|
|
|
Cloudera Distribution of Hadoop (CDH) artifacts for the Hadoop bundles -->
|
2016-08-08 15:57:06 -04:00
|
|
|
<id>cloudera</id>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>cloudera-repo</id>
|
|
|
|
<name>Cloudera Repository</name>
|
|
|
|
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<properties>
|
2017-03-22 13:08:30 -04:00
|
|
|
<!-- Vendor-specific version number included here as default,
|
|
|
|
should be overridden on the command-line <hadoop.version>2.6.0-cdh5.8.1</hadoop.version> -->
|
2016-08-08 15:57:06 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-08-19 16:53:59 -04:00
|
|
|
</profiles>
|
2015-12-29 13:43:54 -05:00
|
|
|
</project>
|