2020-12-10 10:25:09 -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.
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
<modelVersion > 4.0.0</modelVersion>
<parent >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</parent>
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi</artifactId>
<packaging > pom</packaging>
<description > Apache NiFi - MiNiFi is a child project effort to aid in the collection and transmission of data close to where it is created.</description>
<modules >
<module > minifi-commons</module>
<module > minifi-bootstrap</module>
<module > minifi-nar-bundles</module>
<module > minifi-docs</module>
<module > minifi-assembly</module>
<module > minifi-toolkit</module>
<module > minifi-docker</module>
<module > minifi-integration-tests</module>
</modules>
2023-05-09 00:19:25 -04:00
<properties >
<system.rules.version > 1.19.0</system.rules.version>
<yammer.metrics.version > 2.2.0</yammer.metrics.version>
</properties>
2020-12-10 10:25:09 -05:00
<dependencyManagement >
<dependencies >
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-bootstrap</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
2023-04-25 08:25:29 -04:00
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-commons</artifactId>
<version > 2.0.0-SNAPSHOT</version>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-commons-api</artifactId>
<version > 2.0.0-SNAPSHOT</version>
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
2023-11-08 07:08:40 -05:00
<artifactId > minifi-flow-status-report</artifactId>
<version > 2.0.0-SNAPSHOT</version>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-commons-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework-core</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-resources</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
2023-12-12 07:40:05 -05:00
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-properties-loader</artifactId>
<version > 2.0.0-SNAPSHOT</version>
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-provenance-repository-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-resources</artifactId>
<classifier > resources</classifier>
<type > zip</type>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-runtime</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-standard-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-server-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-update-attribute-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-docs</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<classifier > resources</classifier>
<scope > runtime</scope>
<type > zip</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-provenance-repositories</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<!-- NiFi Modules -->
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-site-to-site-client</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-expression-language</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-web-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-custom-ui-utilities</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ui-extension</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-flowfile-packager</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-socket-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-data-provenance-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-provenance-repository-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-runtime</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
2023-03-29 08:17:07 -04:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-jetty-configuration</artifactId>
<version > 2.0.0-SNAPSHOT</version>
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-resources</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<classifier > resources</classifier>
<scope > runtime</scope>
<type > zip</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-docs</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<classifier > resources</classifier>
<scope > runtime</scope>
<type > zip</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-core</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-provenance-repository-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-standard-services-api-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
2022-10-04 10:14:11 -04:00
<dependency >
<groupId > org.apache.nifi</groupId>
2023-10-25 13:22:26 -04:00
<artifactId > nifi-standard-shared-nar</artifactId>
<version > 2.0.0-SNAPSHOT</version>
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
2022-10-04 10:14:11 -04:00
<artifactId > nifi-record-serialization-services-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-dbcp-service-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-distributed-cache-services-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-proxy-configuration-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-http-context-map-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-oauth2-provider-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-lookup-services-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-registry-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-10-04 10:14:11 -04:00
<type > nar</type>
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ssl-context-service-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-jetty-bundle</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-headless-server-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-standard-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-update-attribute-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-kerberos-credentials-service-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-properties</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-security-utils-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-security-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
2022-11-03 12:36:08 -04:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-security-ssl</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-11-03 12:36:08 -04:00
</dependency>
2022-04-12 16:32:27 -04:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-xml-processing</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-04-12 16:32:27 -04:00
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-nar-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-hadoop-utils</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-mock</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-write-ahead-log</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ssl-context-service-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-standard-prioritizers</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-administration</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-core-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-persistent-provenance-repository</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ssl-context-service</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-site-to-site-reporting-task</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-site-to-site-reporting-nar</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-distributed-cache-client-service-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
2022-04-19 14:14:21 -04:00
<!-- C2 modules -->
2020-12-10 10:25:09 -05:00
<dependency >
2022-04-19 14:14:21 -04:00
<groupId > org.apache.nifi</groupId>
<artifactId > c2-client-api</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
2022-04-19 14:14:21 -04:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > c2-client-base</artifactId>
2023-02-09 17:32:53 -05:00
<version > 2.0.0-SNAPSHOT</version>
2022-04-19 14:14:21 -04:00
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > com.google.guava</groupId>
<artifactId > guava</artifactId>
2024-03-27 20:11:59 -04:00
<version > 33.1.0-jre</version>
2020-12-10 10:25:09 -05:00
</dependency>
2023-10-25 16:02:47 -04:00
<!-- Override Commons Compiler 3.1.9 from calcite - core -->
<dependency >
<groupId > org.codehaus.janino</groupId>
<artifactId > commons-compiler</artifactId>
<version > 3.1.10</version>
</dependency>
<dependency >
<groupId > org.codehaus.janino</groupId>
<artifactId > janino</artifactId>
<version > 3.1.10</version>
</dependency>
2020-12-10 10:25:09 -05:00
</dependencies>
</dependencyManagement>
</project>