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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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>
|
|
|
|
<module>nifi-geo-bundle</module>
|
|
|
|
<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>
|
2015-08-18 19:17:59 -04:00
|
|
|
<module>nifi-image-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-01-26 09:21:46 -05:00
|
|
|
<module>nifi-splunk-bundle</module>
|
|
|
|
<module>nifi-jms-bundle</module>
|
2016-03-16 13:19:18 -04:00
|
|
|
<module>nifi-cassandra-bundle</module>
|
2015-11-11 23:06:04 -05:00
|
|
|
</modules>
|
2014-12-15 05:14:32 -05:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-distributed-cache-client-service</artifactId>
|
2016-02-12 17:28:10 -05:00
|
|
|
<version>0.6.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-distributed-cache-client-service-api</artifactId>
|
2016-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.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-distributed-cache-server</artifactId>
|
2016-02-12 17:28:10 -05:00
|
|
|
<version>0.6.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-ssl-context-service</artifactId>
|
2016-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-runtime</artifactId>
|
2016-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</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-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties</artifactId>
|
2016-02-12 17:28:10 -05:00
|
|
|
<version>0.6.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2015-11-11 23:06:04 -05:00
|
|
|
</project>
|