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>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>nifi-standard-shared-bom</artifactId>
|
2024-12-18 21:43:19 -05:00
|
|
|
<version>2.1.0</version>
|
2023-10-25 13:22:26 -04:00
|
|
|
<relativePath>../nifi-standard-shared-bundle/nifi-standard-shared-bom</relativePath>
|
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>
|
2024-05-10 16:32:32 -04:00
|
|
|
<aws-kinesis-client-library-version>2.6.0</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>
|
2022-09-10 10:01:58 -04:00
|
|
|
<module>nifi-aws-parameter-providers</module>
|
2023-07-14 10:07:57 -04:00
|
|
|
<module>nifi-aws-schema-registry-service</module>
|
2015-05-11 14:21:13 -04:00
|
|
|
</modules>
|
2023-06-05 16:02:38 -04:00
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Override Guava 31.0.1 from amazon-kinesis-client -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2024-10-17 10:20:50 -04:00
|
|
|
<version>33.3.1-jre</version>
|
2023-06-05 16:02:38 -04:00
|
|
|
</dependency>
|
2024-04-04 11:22:38 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-aws-service-api</artifactId>
|
2024-12-18 21:43:19 -05:00
|
|
|
<version>2.1.0</version>
|
2024-04-04 11:22:38 -04:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
|
|
|
<artifactId>sts</artifactId>
|
|
|
|
<version>${software.amazon.awssdk.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
|
|
|
<artifactId>netty-nio-client</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2024-10-24 17:58:07 -04:00
|
|
|
<!-- Override protobuf-java from amazon-kinesis-client -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
<version>3.25.5</version>
|
|
|
|
</dependency>
|
2024-11-27 14:14:49 -05:00
|
|
|
<!-- Override kotlin-stdlib-common from amazon-kinesis-client -->
|
|
|
|
<!-- can be removed when not relying on kotlin-stdlib-common:jar anymore -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
|
|
<artifactId>kotlin-stdlib-common</artifactId>
|
|
|
|
<version>2.0.21</version>
|
|
|
|
</dependency>
|
2023-06-05 16:02:38 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2015-05-11 14:21:13 -04:00
|
|
|
</project>
|