2015-05-11 14:21:13 -04: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.
|
|
|
|
-->
|
2019-05-28 20:14:09 -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">
|
2015-05-11 14:21:13 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-nar-bundles</artifactId>
|
2022-07-27 16:24:09 -04:00
|
|
|
<version>1.18.0-SNAPSHOT</version>
|
2015-05-11 14:21:13 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>nifi-aws-bundle</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2017-10-19 11:23:02 -04:00
|
|
|
<properties>
|
2022-01-05 07:32:23 -05:00
|
|
|
<!-- keep KCL 1.x until NIFI-8531 (blocked by NIFI-8287) -->
|
2022-08-23 16:46:12 -04:00
|
|
|
<aws-kinesis-client-library-version>1.14.8</aws-kinesis-client-library-version>
|
2017-10-19 11:23:02 -04:00
|
|
|
</properties>
|
|
|
|
|
2015-05-11 14:21:13 -04:00
|
|
|
<modules>
|
|
|
|
<module>nifi-aws-processors</module>
|
|
|
|
<module>nifi-aws-nar</module>
|
2017-10-19 11:23:02 -04:00
|
|
|
<module>nifi-aws-service-api</module>
|
|
|
|
<module>nifi-aws-service-api-nar</module>
|
|
|
|
<module>nifi-aws-abstract-processors</module>
|
2021-10-08 16:56:45 -04:00
|
|
|
<module>nifi-aws-parameter-value-providers</module>
|
2015-05-11 14:21:13 -04:00
|
|
|
</modules>
|
|
|
|
</project>
|