2018-03-03 17:32:42 -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. -->
|
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">
|
2018-03-03 17:32:42 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>nifi-elasticsearch-bundle</artifactId>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>nifi-elasticsearch-restapi-processors</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-processor-utils</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mock</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ssl-context-service-api</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
</dependency>
|
2018-07-08 14:51:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-schema-registry-service-api</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-07-08 14:51:12 -04:00
|
|
|
</dependency>
|
2018-03-03 17:32:42 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2021-06-21 09:59:13 -04:00
|
|
|
<version>2.10.0</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ssl-context-service</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2021-03-16 16:33:27 -04:00
|
|
|
<version>${jackson.version}</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-elasticsearch-client-service-api</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-03-03 17:32:42 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-06-06 07:29:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-json-utils</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-06-06 07:29:01 -04:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2018-07-08 14:51:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-serialization-service-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jayway.jsonpath</groupId>
|
|
|
|
<artifactId>json-path</artifactId>
|
2021-06-07 07:45:20 -04:00
|
|
|
<version>2.6.0</version>
|
2018-07-08 14:51:12 -04:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-path</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-07-08 14:51:12 -04:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2021-09-02 06:57:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-standard-record-utils</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2021-09-02 06:57:57 -04:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2018-07-08 14:51:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mock-record-utils</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-07-08 14:51:12 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-serialization-services</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2018-07-08 14:51:12 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-json</artifactId>
|
|
|
|
<version>${nifi.groovy.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-10-04 16:59:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-elasticsearch-client-service</artifactId>
|
2021-11-03 11:53:37 -04:00
|
|
|
<version>1.16.0-SNAPSHOT</version>
|
2021-10-04 16:59:07 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-03-03 17:32:42 -05:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes combine.children="append">
|
|
|
|
<exclude>src/test/resources/*.json</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2021-10-04 16:59:07 -04:00
|
|
|
</project>
|