2017-10-29 23:41:27 -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-29 23:41:27 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-atlas-bundle</artifactId>
|
2021-11-03 11:53:32 -04:00
|
|
|
<version>1.15.0</version>
|
2017-10-29 23:41:27 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>nifi-atlas-reporting-task</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
|
|
|
</dependency>
|
2021-10-04 21:10:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>log4j-over-slf4j</artifactId>
|
|
|
|
</dependency>
|
2017-10-29 23:41:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-processor-utils</artifactId>
|
2021-11-03 11:53:32 -04:00
|
|
|
<version>1.15.0</version>
|
2017-10-29 23:41:27 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-reporting-utils</artifactId>
|
2021-11-03 11:53:32 -04:00
|
|
|
<version>1.15.0</version>
|
2017-10-29 23:41:27 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-ssl-context-service-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-02-26 15:20:26 -05:00
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
|
|
|
|
</dependency>
|
2019-12-19 10:53:42 -05:00
|
|
|
|
|
|
|
<!-- Explicitly force beanutils 1.9.4 in order to avoid vulnerabilities in earlier versions.
|
|
|
|
Can remove this once atlas client which depends on hadoop-common uses a more recent version. -->
|
2018-10-08 13:35:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
2019-10-07 13:26:38 -04:00
|
|
|
<version>1.9.4</version>
|
2018-10-08 13:35:01 -04:00
|
|
|
</dependency>
|
2019-12-19 10:53:42 -05:00
|
|
|
|
2018-02-26 15:20:26 -05:00
|
|
|
<dependency>
|
2017-10-29 23:41:27 -04:00
|
|
|
<groupId>org.apache.atlas</groupId>
|
2019-12-19 10:53:42 -05:00
|
|
|
<artifactId>atlas-client-v2</artifactId>
|
2021-10-04 21:10:20 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2017-10-29 23:41:27 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.atlas</groupId>
|
|
|
|
<artifactId>atlas-notification</artifactId>
|
|
|
|
</dependency>
|
2019-12-19 10:53:42 -05:00
|
|
|
|
2017-10-29 23:41:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jettison</groupId>
|
|
|
|
<artifactId>jettison</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<!-- jersey-json has dependency to newer javax.xml.stream:stax-api:jar -->
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-jaxrs</artifactId>
|
|
|
|
<version>1.9.13</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
<artifactId>jackson-xc</artifactId>
|
|
|
|
<version>1.9.13</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- test -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mock</artifactId>
|
2021-11-03 11:53:32 -04:00
|
|
|
<version>1.15.0</version>
|
2017-10-29 23:41:27 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-03-12 13:30:27 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.xmlunit</groupId>
|
|
|
|
<artifactId>xmlunit-core</artifactId>
|
|
|
|
<version>2.8.2</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-10-29 23:41:27 -04:00
|
|
|
</dependencies>
|
|
|
|
</project>
|