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
|
|
|
-->
|
2019-10-28 18:12:57 -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 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>
|
2022-07-27 16:24:09 -04:00
|
|
|
<version>1.18.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>
|
2021-05-07 14:35:41 -04:00
|
|
|
<module>nifi-bootstrap-utils</module>
|
2022-04-19 16:35:09 -04:00
|
|
|
<module>nifi-build</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>
|
2022-01-21 09:35:23 -05:00
|
|
|
<module>nifi-external-resource-utils</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>
|
|
|
|
<module>nifi-json-utils</module>
|
2022-05-13 14:27:05 -04:00
|
|
|
<module>nifi-jetty-configuration</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-logging-utils</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-metrics</module>
|
|
|
|
<module>nifi-parameter</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>
|
2022-01-10 21:11:22 -05:00
|
|
|
<module>nifi-property-protection-api</module>
|
|
|
|
<module>nifi-property-protection-aws</module>
|
|
|
|
<module>nifi-property-protection-azure</module>
|
|
|
|
<module>nifi-property-protection-cipher</module>
|
|
|
|
<module>nifi-property-protection-factory</module>
|
|
|
|
<module>nifi-property-protection-gcp</module>
|
|
|
|
<module>nifi-property-protection-hashicorp</module>
|
2022-04-19 11:08:04 -04:00
|
|
|
<module>nifi-property-protection-loader</module>
|
2022-01-10 21:11:22 -05:00
|
|
|
<module>nifi-property-protection-shared</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-record</module>
|
|
|
|
<module>nifi-record-path</module>
|
2021-09-17 15:48:33 -04:00
|
|
|
<module>nifi-repository-encryption</module>
|
2018-08-16 15:52:03 -04:00
|
|
|
<module>nifi-schema-utils</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>
|
2021-05-26 13:25:25 -04:00
|
|
|
<module>nifi-security-kms</module>
|
2021-03-09 21:26:03 -05:00
|
|
|
<module>nifi-security-socket-ssl</module>
|
2020-04-28 12:26:10 -04:00
|
|
|
<module>nifi-security-utils-api</module>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-security-utils</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>
|
2014-12-15 05:14:32 -05:00
|
|
|
<module>nifi-socket-utils</module>
|
|
|
|
<module>nifi-utils</module>
|
2020-10-04 13:24:52 -04:00
|
|
|
<module>nifi-uuid5</module>
|
2021-04-27 11:48:44 -04:00
|
|
|
<module>nifi-vault-utils</module>
|
2022-07-20 00:15:57 -04:00
|
|
|
<module>nifi-web-client</module>
|
|
|
|
<module>nifi-web-client-api</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>
|
2014-12-15 05:14:32 -05:00
|
|
|
</modules>
|
2019-05-02 11:33:10 -04:00
|
|
|
</project>
|