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-aws-bundle</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2015-05-11 14:21:13 -04:00
|
|
|
</parent>
|
2018-04-28 08:17:04 -04:00
|
|
|
|
2015-05-11 14:21:13 -04:00
|
|
|
<artifactId>nifi-aws-processors</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2018-04-28 08:17:04 -04:00
|
|
|
|
2015-05-11 14:21:13 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
|
|
|
</dependency>
|
2021-09-23 12:36:03 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
|
|
|
|
</dependency>
|
2015-05-11 14:21:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2022-01-31 16:06:13 -05:00
|
|
|
<artifactId>nifi-listed-entity</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2015-05-11 14:21:13 -04:00
|
|
|
</dependency>
|
2017-10-19 11:23:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-aws-abstract-processors</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2017-10-19 11:23:02 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-aws-service-api</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2019-10-28 15:33:40 -04:00
|
|
|
<scope>provided</scope>
|
2017-10-19 11:23:02 -04:00
|
|
|
</dependency>
|
2022-01-31 16:06:13 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-serialization-service-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record</artifactId>
|
|
|
|
</dependency>
|
2022-02-11 10:57:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-standard-record-utils</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2022-02-11 10:57:57 -05:00
|
|
|
</dependency>
|
2021-05-12 14:03:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ssl-context-service-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
<artifactId>aws-java-sdk-cloudwatchmetrics</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
<artifactId>aws-java-sdk-sts</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
<version>1.9.4</version>
|
2021-12-15 17:47:44 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
2021-05-12 14:03:28 -04:00
|
|
|
</dependency>
|
2015-05-11 14:21:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mock</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2015-05-11 14:21:13 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-03-23 13:00:19 -04:00
|
|
|
<dependency>
|
2021-12-21 19:25:09 -05:00
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
|
<artifactId>mockwebserver</artifactId>
|
2018-03-23 13:00:19 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2015-05-11 14:21:13 -04:00
|
|
|
<dependency>
|
2018-04-28 08:17:04 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
2021-05-12 14:03:28 -04:00
|
|
|
<artifactId>nifi-mock-record-utils</artifactId>
|
|
|
|
<scope>test</scope>
|
2015-05-11 14:21:13 -04:00
|
|
|
</dependency>
|
2015-12-01 20:04:19 -05:00
|
|
|
<dependency>
|
2021-05-12 14:03:28 -04:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-serialization-services</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2021-05-12 14:03:28 -04:00
|
|
|
<scope>test</scope>
|
2015-12-01 20:04:19 -05:00
|
|
|
</dependency>
|
2020-06-04 21:27:56 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2021-05-12 14:03:28 -04:00
|
|
|
<artifactId>nifi-schema-registry-service-api</artifactId>
|
2022-10-03 13:59:36 -04:00
|
|
|
<version>1.19.0-SNAPSHOT</version>
|
2021-05-12 14:03:28 -04:00
|
|
|
<scope>provided</scope>
|
2020-06-04 21:27:56 -04:00
|
|
|
</dependency>
|
2015-05-11 14:21:13 -04:00
|
|
|
</dependencies>
|
2018-04-28 08:17:04 -04:00
|
|
|
|
2015-05-11 14:21:13 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
2015-06-04 12:11:35 -04:00
|
|
|
<excludes combine.children="append">
|
2015-05-11 14:21:13 -04:00
|
|
|
<exclude>src/test/resources/hello.txt</exclude>
|
2016-01-11 16:02:39 -05:00
|
|
|
<exclude>src/test/resources/mock-aws-credentials.properties</exclude>
|
2022-02-11 10:57:57 -05:00
|
|
|
<exclude>src/test/resources/dynamodb/multipleChunks.json</exclude>
|
|
|
|
<exclude>src/test/resources/dynamodb/multipleInputs.json</exclude>
|
|
|
|
<exclude>src/test/resources/dynamodb/nonRecordOriented.txt</exclude>
|
|
|
|
<exclude>src/test/resources/dynamodb/singleInput.json</exclude>
|
2015-05-11 14:21:13 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|