2017-10-19 11:23:02 -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">
|
2017-10-19 11:23:02 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<artifactId>nifi-aws-bundle</artifactId>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2023-02-09 17:32:53 -05:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2017-10-19 11:23:02 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>nifi-aws-abstract-processors</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
2023-04-24 16:10:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
|
|
|
<artifactId>sdk-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
|
|
|
<artifactId>apache-client</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>dynamodb</artifactId>
|
2023-04-24 16:10:47 -04:00
|
|
|
</dependency>
|
2023-07-26 23:43:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>netty-nio-client</artifactId>
|
2023-07-26 23:43:03 -04:00
|
|
|
</dependency>
|
2023-10-06 14:33:23 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>regions</artifactId>
|
2023-10-06 14:33:23 -04:00
|
|
|
</dependency>
|
2023-10-19 16:24:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>http-client-spi</artifactId>
|
2023-10-19 16:24:01 -04:00
|
|
|
</dependency>
|
2023-06-05 14:51:11 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>auth</artifactId>
|
2023-06-05 14:51:11 -04:00
|
|
|
</dependency>
|
2017-10-19 11:23:02 -04:00
|
|
|
<dependency>
|
2023-07-26 23:43:03 -04:00
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>aws-core</artifactId>
|
2017-10-19 11:23:02 -04:00
|
|
|
</dependency>
|
2023-10-28 11:40:59 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>software.amazon.awssdk</groupId>
|
2024-04-03 20:34:24 -04:00
|
|
|
<artifactId>utils</artifactId>
|
2023-10-28 11:40:59 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-04-03 20:34:24 -04:00
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>4.5.14</version>
|
2023-10-28 11:40:59 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-04-03 20:34:24 -04:00
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
<version>4.4.16</version>
|
2023-10-28 11:40:59 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-04-03 20:34:24 -04:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
2023-10-28 11:40:59 -04:00
|
|
|
</dependency>
|
2021-05-12 14:03:28 -04:00
|
|
|
<dependency>
|
2024-04-03 20:34:24 -04:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2021-12-15 17:47:44 -05:00
|
|
|
</dependency>
|
2023-07-26 23:43:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
<artifactId>aws-java-sdk-core</artifactId>
|
|
|
|
</dependency>
|
2017-10-19 11:23:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
<artifactId>aws-java-sdk-s3</artifactId>
|
|
|
|
</dependency>
|
2018-03-23 13:00:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
2017-10-19 11:23:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
2024-04-03 20:34:24 -04:00
|
|
|
|
2017-10-19 11:23:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-aws-service-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ssl-context-service-api</artifactId>
|
|
|
|
</dependency>
|
2018-05-15 01:52:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-proxy-configuration-api</artifactId>
|
|
|
|
</dependency>
|
2024-02-12 17:38:46 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-migration-utils</artifactId>
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2023-03-07 03:51:50 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
|
<artifactId>caffeine</artifactId>
|
|
|
|
</dependency>
|
2017-10-19 11:23:02 -04:00
|
|
|
</dependencies>
|
2018-03-23 13:00:19 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<!-- 3rd party APL 2.0 code brought in, should not have headers -->
|
|
|
|
<!--https://www.apache.org/legal/src-headers.html#3party-->
|
|
|
|
<exclude>src/main/java/org/apache/nifi/processors/aws/wag/client/*.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2017-10-19 11:23:02 -04:00
|
|
|
</project>
|