2014-12-15 05:14:32 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor 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.
|
2015-03-14 17:07:29 -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>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</parent>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-nar-bundles</artifactId>
|
2014-12-15 05:14:32 -05:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
2015-01-21 01:47:48 -05:00
|
|
|
<module>nifi-framework-bundle</module>
|
|
|
|
<module>nifi-hadoop-bundle</module>
|
|
|
|
<module>nifi-hadoop-libraries-bundle</module>
|
|
|
|
<module>nifi-jetty-bundle</module>
|
|
|
|
<module>nifi-provenance-repository-bundle</module>
|
|
|
|
<module>nifi-standard-bundle</module>
|
|
|
|
<module>nifi-standard-services</module>
|
|
|
|
<module>nifi-update-attribute-bundle</module>
|
|
|
|
<module>nifi-kafka-bundle</module>
|
2015-05-19 08:09:02 -04:00
|
|
|
<module>nifi-kite-bundle</module>
|
2015-03-22 18:59:22 -04:00
|
|
|
<module>nifi-solr-bundle</module>
|
2015-05-19 08:09:02 -04:00
|
|
|
<module>nifi-aws-bundle</module>
|
|
|
|
<module>nifi-social-media-bundle</module>
|
2016-06-03 20:40:56 -04:00
|
|
|
<module>nifi-enrich-bundle</module>
|
2015-05-19 08:09:02 -04:00
|
|
|
<module>nifi-hl7-bundle</module>
|
|
|
|
<module>nifi-language-translation-bundle</module>
|
|
|
|
<module>nifi-mongodb-bundle</module>
|
2015-01-28 19:30:49 -05:00
|
|
|
<module>nifi-flume-bundle</module>
|
2015-09-22 10:45:10 -04:00
|
|
|
<module>nifi-hbase-bundle</module>
|
2015-08-17 08:53:46 -04:00
|
|
|
<module>nifi-ambari-bundle</module>
|
2016-02-26 15:33:40 -05:00
|
|
|
<module>nifi-media-bundle</module>
|
2015-08-19 16:53:59 -04:00
|
|
|
<module>nifi-avro-bundle</module>
|
2015-09-25 13:46:37 -04:00
|
|
|
<module>nifi-couchbase-bundle</module>
|
2015-11-11 23:06:04 -05:00
|
|
|
<module>nifi-azure-bundle</module>
|
2015-10-07 13:33:34 -04:00
|
|
|
<module>nifi-ldap-iaa-providers-bundle</module>
|
2016-03-11 18:11:19 -05:00
|
|
|
<module>nifi-kerberos-iaa-providers-bundle</module>
|
2015-09-22 10:45:10 -04:00
|
|
|
<module>nifi-riemann-bundle</module>
|
2015-11-13 15:01:10 -05:00
|
|
|
<module>nifi-html-bundle</module>
|
2016-02-01 19:13:30 -05:00
|
|
|
<module>nifi-scripting-bundle</module>
|
2016-02-02 17:35:29 -05:00
|
|
|
<module>nifi-elasticsearch-bundle</module>
|
2016-01-31 13:20:14 -05:00
|
|
|
<module>nifi-amqp-bundle</module>
|
2016-07-26 10:13:42 -04:00
|
|
|
<module>nifi-splunk-bundle</module>
|
2016-01-26 09:21:46 -05:00
|
|
|
<module>nifi-jms-bundle</module>
|
2016-03-18 10:41:35 -04:00
|
|
|
<module>nifi-lumberjack-bundle</module>
|
2016-03-16 13:19:18 -04:00
|
|
|
<module>nifi-cassandra-bundle</module>
|
2016-03-02 13:35:26 -05:00
|
|
|
<module>nifi-spring-bundle</module>
|
2016-05-03 13:15:34 -04:00
|
|
|
<module>nifi-hive-bundle</module>
|
2016-07-26 10:13:42 -04:00
|
|
|
<module>nifi-site-to-site-reporting-bundle</module>
|
2016-04-26 11:35:54 -04:00
|
|
|
<module>nifi-mqtt-bundle</module>
|
2016-05-27 10:56:02 -04:00
|
|
|
<module>nifi-evtx-bundle</module>
|
2016-03-10 12:17:09 -05:00
|
|
|
<module>nifi-slack-bundle</module>
|
2016-02-28 04:12:02 -05:00
|
|
|
<module>nifi-snmp-bundle</module>
|
2016-08-16 06:03:04 -04:00
|
|
|
<module>nifi-datadog-bundle</module>
|
2016-06-07 08:57:24 -04:00
|
|
|
<module>nifi-windows-event-log-bundle</module>
|
2016-06-02 21:51:49 -04:00
|
|
|
<module>nifi-ignite-bundle</module>
|
2016-06-18 08:23:55 -04:00
|
|
|
<module>nifi-email-bundle</module>
|
2016-07-26 10:13:42 -04:00
|
|
|
<module>nifi-ranger-bundle</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-distributed-cache-client-service</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</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-distributed-cache-client-service-api</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-18 14:03:48 -05:00
|
|
|
<scope>provided</scope>
|
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-ssl-context-service-api</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-18 14:03:48 -05:00
|
|
|
<scope>provided</scope>
|
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-load-distribution-service-api</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-18 14:03:48 -05:00
|
|
|
<scope>provided</scope>
|
2015-02-26 09:05:28 -05:00
|
|
|
</dependency>
|
2015-05-19 08:09:02 -04:00
|
|
|
<dependency>
|
2015-02-26 09:05:28 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-http-context-map-api</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2015-02-26 09:05:28 -05:00
|
|
|
<scope>provided</scope>
|
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-distributed-cache-protocol</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</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-distributed-cache-server</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</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-ssl-context-service</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2015-02-26 09:05:28 -05:00
|
|
|
</dependency>
|
2015-05-19 08:09:02 -04:00
|
|
|
<dependency>
|
2015-02-26 09:05:28 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-http-context-map</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2015-01-05 20:33:22 -05: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-volatile-provenance-repository</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- The following dependencies are marked provided because they must be provided by the container. Nars can assume they are there-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2016-07-13 09:28:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-framework-api</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2016-07-13 09:28:19 -04:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-runtime</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-nar-utils</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties</artifactId>
|
2016-08-26 11:40:44 -04:00
|
|
|
<version>1.0.0</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2016-05-12 09:59:27 -04:00
|
|
|
</project>
|