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.
|
2018-08-16 15:52:03 -04:00
|
|
|
-->
|
2024-04-03 20:34:24 -04:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.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>
|
2023-02-09 17:32:53 -05:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2014-12-15 05:14:32 -05:00
|
|
|
</parent>
|
2015-01-21 01:47:48 -05:00
|
|
|
<artifactId>nifi-commons</artifactId>
|
2014-12-15 05:14:32 -05:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
2022-04-19 16:35:09 -04:00
|
|
|
<module>nifi-build</module>
|
2024-09-06 09:12:38 -04:00
|
|
|
<module>nifi-custom-ui-utils</module>
|
2015-01-21 01:47:48 -05:00
|
|
|
<module>nifi-data-provenance-utils</module>
|
2022-08-15 12:01:54 -04:00
|
|
|
<module>nifi-deprecation-log</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-expression-language</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-flowfile-packager</module>
|
2021-02-27 10:17:56 -05:00
|
|
|
<module>nifi-flow-encryptor</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-hl7-query-language</module>
|
2023-11-10 12:36:42 -05:00
|
|
|
<module>nifi-json-schema-api</module>
|
|
|
|
<module>nifi-json-schema-shared</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-json-utils</module>
|
2022-05-13 14:27:05 -04:00
|
|
|
<module>nifi-jetty-configuration</module>
|
2023-03-07 14:14:24 -05:00
|
|
|
<module>nifi-kubernetes-client</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-metrics</module>
|
|
|
|
<module>nifi-parameter</module>
|
2023-06-23 21:14:34 -04:00
|
|
|
<module>nifi-per-process-group-logging</module>
|
2021-02-27 10:17:56 -05:00
|
|
|
<module>nifi-property-encryptor</module>
|
2021-06-06 21:53:39 -04:00
|
|
|
<module>nifi-property-utils</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-properties</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-record</module>
|
|
|
|
<module>nifi-record-path</module>
|
|
|
|
<module>nifi-schema-utils</module>
|
2023-08-25 23:18:33 -04:00
|
|
|
<module>nifi-security-cert</module>
|
|
|
|
<module>nifi-security-cert-builder</module>
|
2022-12-27 12:01:58 -05:00
|
|
|
<module>nifi-security-crypto-key</module>
|
2023-02-16 21:51:25 -05:00
|
|
|
<module>nifi-security-identity</module>
|
2021-07-30 10:51:16 -04:00
|
|
|
<module>nifi-security-kerberos-api</module>
|
2021-03-09 21:26:03 -05:00
|
|
|
<module>nifi-security-kerberos</module>
|
2022-10-11 15:29:42 -04:00
|
|
|
<module>nifi-security-ssl</module>
|
2020-04-28 12:26:10 -04:00
|
|
|
<module>nifi-security-utils-api</module>
|
2021-05-11 13:18:08 -04:00
|
|
|
<module>nifi-single-user-utils</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-site-to-site-client</module>
|
2024-01-09 15:59:59 -05:00
|
|
|
<module>nifi-swagger-integration</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-utils</module>
|
2020-10-04 13:24:52 -04:00
|
|
|
<module>nifi-uuid5</module>
|
2022-09-09 14:19:46 -04:00
|
|
|
<module>nifi-hashicorp-vault</module>
|
|
|
|
<module>nifi-hashicorp-vault-api</module>
|
2022-07-20 00:15:57 -04:00
|
|
|
<module>nifi-web-client</module>
|
|
|
|
<module>nifi-web-client-api</module>
|
2024-09-06 09:12:38 -04:00
|
|
|
<module>nifi-content-viewer-utils</module>
|
2024-07-30 15:41:49 -04:00
|
|
|
<module>nifi-web-servlet-shared</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-web-utils</module>
|
2015-01-21 01:47:48 -05:00
|
|
|
<module>nifi-write-ahead-log</module>
|
2022-04-12 16:32:27 -04:00
|
|
|
<module>nifi-xml-processing</module>
|
2023-09-29 14:11:04 -04:00
|
|
|
<module>nifi-calcite-utils</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
</modules>
|
2024-04-03 20:34:24 -04:00
|
|
|
<properties>
|
2024-05-04 12:29:50 -04:00
|
|
|
<gcp.sdk.version>26.38.0</gcp.sdk.version>
|
2024-10-17 10:20:50 -04:00
|
|
|
<guava.version>33.3.1-jre</guava.version>
|
2024-04-03 20:34:24 -04:00
|
|
|
</properties>
|
2023-10-10 13:55:22 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2024-04-03 20:34:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${org.slf4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-framework-api</artifactId>
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2023-10-10 13:55:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>nifi-properties</artifactId>
|
2023-10-10 13:55:22 -04:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2019-05-02 11:33:10 -04:00
|
|
|
</project>
|