2020-11-30 13:20:39 -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.
|
|
|
|
-->
|
2021-02-10 20:56:55 -05: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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2020-11-30 13:20:39 -05:00
|
|
|
<parent>
|
|
|
|
<artifactId>nifi-kafka-connect</artifactId>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>nifi-kafka-connector</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.kafka</groupId>
|
|
|
|
<artifactId>connect-api</artifactId>
|
|
|
|
<version>2.6.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-stateless-api</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-stateless-bootstrap</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-utils</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> <!-- handling this explicitly Must be in root lib -->
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency> <!-- handling this explicitly Must be in root lib -->
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-schemas</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-framework-api</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-server-api</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-runtime</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-nar-utils</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-jetty-bundle</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-stateless-nar</artifactId>
|
2021-02-10 20:56:58 -05:00
|
|
|
<version>1.13.1-SNAPSHOT</version>
|
2020-11-30 13:20:39 -05:00
|
|
|
<type>nar</type>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- dependencies for jaxb/activation/annotation for running NiFi on Java 11 -->
|
|
|
|
<!-- TODO: remove these once minimum Java version is 11 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<version>2.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-impl</artifactId>
|
|
|
|
<version>2.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-core</artifactId>
|
|
|
|
<version>2.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
|
|
<version>1.3.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.activation</groupId>
|
|
|
|
<artifactId>javax.activation-api</artifactId>
|
|
|
|
<version>1.2.0</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|