2020-12-10 10:25:09 -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.
-->
<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" >
<modelVersion > 4.0.0</modelVersion>
<parent >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</parent>
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi</artifactId>
<packaging > pom</packaging>
<description > Apache NiFi - MiNiFi is a child project effort to aid in the collection and transmission of data close to where it is created.</description>
<modules >
<module > minifi-commons</module>
<module > minifi-bootstrap</module>
<module > minifi-nar-bundles</module>
<module > minifi-docs</module>
<module > minifi-assembly</module>
<module > minifi-toolkit</module>
<module > minifi-docker</module>
<module > minifi-c2</module>
<module > minifi-integration-tests</module>
</modules>
<properties >
<jersey.version > 2.29</jersey.version>
<system.rules.version > 1.16.1</system.rules.version>
<aws.sdk.version > 1.11.172</aws.sdk.version>
<yammer.metrics.version > 2.2.0</yammer.metrics.version>
</properties>
<dependencies >
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.mockito</groupId>
2022-01-21 14:23:23 -05:00
<artifactId > mockito-core</artifactId>
2020-12-10 10:25:09 -05:00
<scope > test</scope>
</dependency>
</dependencies>
<dependencyManagement >
<dependencies >
2021-05-07 14:35:41 -04:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-bootstrap-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2021-05-07 14:35:41 -04:00
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-bootstrap</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework-core</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-resources</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-provenance-repository-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-resources</artifactId>
<classifier > resources</classifier>
<type > zip</type>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-runtime</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework-api</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-framework-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-standard-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-server-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-update-attribute-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-docs</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<classifier > resources</classifier>
<scope > runtime</scope>
<type > zip</type>
</dependency>
<dependency >
<groupId > org.apache.nifi.minifi</groupId>
<artifactId > minifi-provenance-repositories</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-util</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-server</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-servlet</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-webapp</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-servlets</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-jsp</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.servlet.jsp</groupId>
<artifactId > javax.servlet.jsp-api</artifactId>
<version > 2.3.1</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.el</groupId>
<artifactId > javax.el-api</artifactId>
<version > 3.0.0</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.servlet.jsp.jstl</groupId>
<artifactId > javax.servlet.jsp.jstl-api</artifactId>
<version > 1.2.1</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.servlet</groupId>
<artifactId > javax.servlet-api</artifactId>
<version > 3.1.0</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.eclipse.jetty.toolchain</groupId>
<artifactId > jetty-jsp-jdt</artifactId>
<version > 2.3.3</version>
<scope > provided</scope>
</dependency>
2021-08-02 21:50:07 -04:00
<dependency >
<groupId > org.yaml</groupId>
<artifactId > snakeyaml</artifactId>
<version > 1.29</version>
</dependency>
2020-12-10 10:25:09 -05:00
<!-- NiFi Modules -->
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-api</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-api</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-site-to-site-client</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-expression-language</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-web-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-custom-ui-utilities</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ui-extension</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-flowfile-packager</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-socket-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-data-provenance-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-provenance-repository-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-runtime</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-toolkit-tls</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-resources</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<classifier > resources</classifier>
<scope > runtime</scope>
<type > zip</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-docs</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<classifier > resources</classifier>
<scope > runtime</scope>
<type > zip</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-core</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-provenance-repository-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-standard-services-api-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ssl-context-service-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-jetty-bundle</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-headless-server-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-standard-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-update-attribute-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-kerberos-credentials-service-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-properties</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-security-utils-api</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-security-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
2022-04-12 16:32:27 -04:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-xml-processing</artifactId>
<version > 1.17.0-SNAPSHOT</version>
</dependency>
2020-12-10 10:25:09 -05:00
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-logging-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-nar-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-hadoop-utils</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-mock</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-write-ahead-log</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ssl-context-service-api</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-standard-prioritizers</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-administration</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-framework-core-api</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-persistent-provenance-repository</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-ssl-context-service</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-site-to-site-reporting-task</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-site-to-site-reporting-nar</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
<type > nar</type>
</dependency>
<dependency >
<groupId > org.apache.nifi</groupId>
<artifactId > nifi-distributed-cache-client-service-api</artifactId>
2022-03-21 14:58:27 -04:00
<version > 1.17.0-SNAPSHOT</version>
2020-12-10 10:25:09 -05:00
</dependency>
<!-- Test Dependencies -->
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
2021-11-19 07:04:27 -05:00
<version > 4.13.2</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.mockito</groupId>
2022-01-21 14:23:23 -05:00
<artifactId > mockito-core</artifactId>
<version > ${mockito.version}</version>
2020-12-10 10:25:09 -05:00
<scope > test</scope>
</dependency>
<dependency >
<groupId > com.squareup.okhttp3</groupId>
<artifactId > okhttp</artifactId>
<version > 3.12.3</version>
</dependency>
<dependency >
<groupId > commons-io</groupId>
<artifactId > commons-io</artifactId>
2021-06-21 09:59:13 -04:00
<version > 2.10.0</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.commons</groupId>
<artifactId > commons-compress</artifactId>
2021-08-02 15:03:27 -04:00
<version > 1.21</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.antlr</groupId>
<artifactId > antlr-runtime</artifactId>
<version > 3.5.2</version>
</dependency>
<dependency >
<groupId > org.mongodb</groupId>
<artifactId > mongo-java-driver</artifactId>
<version > 3.2.2</version>
</dependency>
<dependency >
2021-12-10 09:12:38 -05:00
<groupId > io.swagger</groupId>
2020-12-10 10:25:09 -05:00
<artifactId > swagger-annotations</artifactId>
2021-12-10 09:12:38 -05:00
<version > 1.5.16</version>
<scope > compile</scope>
<optional > true</optional>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > commons-cli</groupId>
<artifactId > commons-cli</artifactId>
<version > 1.3.1</version>
</dependency>
<dependency >
<groupId > commons-codec</groupId>
<artifactId > commons-codec</artifactId>
</dependency>
<dependency >
<groupId > commons-net</groupId>
<artifactId > commons-net</artifactId>
<version > 3.3</version>
</dependency>
<dependency >
<groupId > com.jcraft</groupId>
<artifactId > jsch</artifactId>
<version > 0.1.54</version>
</dependency>
<dependency >
<groupId > javax.mail</groupId>
<artifactId > mail</artifactId>
<version > 1.4.7</version>
</dependency>
<dependency >
<groupId > com.github.jponge</groupId>
<artifactId > lzma-java</artifactId>
<version > 1.3</version>
</dependency>
<dependency >
<groupId > org.tukaani</groupId>
<artifactId > xz</artifactId>
<version > 1.5</version>
</dependency>
<dependency >
<groupId > net.sf.saxon</groupId>
<artifactId > Saxon-HE</artifactId>
<version > 9.6.0-5</version>
</dependency>
<dependency >
<groupId > stax</groupId>
<artifactId > stax-api</artifactId>
<version > 1.0.1</version>
</dependency>
<dependency >
<groupId > org.quartz-scheduler</groupId>
<artifactId > quartz</artifactId>
2021-10-02 13:47:41 -04:00
<version > 2.3.2</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.springframework.security</groupId>
<artifactId > spring-security-core</artifactId>
<version > ${spring.security.version}</version>
<exclusions >
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-web</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-core</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-expression</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-aop</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-context</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-beans</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.security</groupId>
<artifactId > spring-security-web</artifactId>
<version > ${spring.security.version}</version>
<exclusions >
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-core</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-tx</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-jdbc</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-expression</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-web</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-aop</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-context</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-beans</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.security</groupId>
<artifactId > spring-security-acl</artifactId>
<version > ${spring.security.version}</version>
<exclusions >
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-core</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-tx</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-jdbc</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-aop</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-context</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.security</groupId>
<artifactId > spring-security-config</artifactId>
<version > ${spring.security.version}</version>
<exclusions >
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-core</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-aop</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-context</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-beans</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.security</groupId>
<artifactId > spring-security-ldap</artifactId>
<version > ${spring.security.version}</version>
<exclusions >
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-core</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-beans</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-context</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-tx</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > org.springframework.security.kerberos</groupId>
<artifactId > spring-security-kerberos-core</artifactId>
<version > 1.0.1.RELEASE</version>
</dependency>
<dependency >
<groupId > org.aspectj</groupId>
<artifactId > aspectjweaver</artifactId>
<version > 1.8.5</version>
</dependency>
<dependency >
<groupId > cglib</groupId>
<artifactId > cglib-nodep</artifactId>
<version > 3.2.2</version>
</dependency>
<dependency >
<groupId > org.apache.commons</groupId>
<artifactId > commons-collections4</artifactId>
<version > 4.2</version>
</dependency>
<dependency >
<groupId > org.apache.commons</groupId>
<artifactId > commons-pool2</artifactId>
<version > 2.4.1</version>
</dependency>
<dependency >
<groupId > com.jcraft</groupId>
<artifactId > jzlib</artifactId>
<version > 1.1.3</version>
</dependency>
<dependency >
<groupId > joda-time</groupId>
<artifactId > joda-time</artifactId>
<version > 2.8.2</version>
</dependency>
<dependency >
<groupId > com.yammer.metrics</groupId>
<artifactId > metrics-ganglia</artifactId>
<version > ${yammer.metrics.version}</version>
</dependency>
<dependency >
<groupId > com.yammer.metrics</groupId>
<artifactId > metrics-core</artifactId>
<version > ${yammer.metrics.version}</version>
</dependency>
<dependency >
<groupId > javax.jms</groupId>
<artifactId > javax.jms-api</artifactId>
<version > 2.0.1</version>
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > activemq-client</artifactId>
2021-07-15 17:15:36 -04:00
<version > 5.15.15</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > activemq-broker</artifactId>
<version > 5.15.6</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.apache.hadoop</groupId>
<artifactId > hadoop-common</artifactId>
<version > ${hadoop.version}</version>
</dependency>
<dependency >
<groupId > org.apache.hadoop</groupId>
<artifactId > hadoop-hdfs</artifactId>
<version > ${hadoop.version}</version>
</dependency>
<dependency >
<groupId > org.apache.hadoop</groupId>
<artifactId > hadoop-yarn-api</artifactId>
<version > ${hadoop.version}</version>
</dependency>
<dependency >
<groupId > org.apache.hadoop</groupId>
<artifactId > hadoop-mapreduce-client-core</artifactId>
<version > ${hadoop.version}</version>
</dependency>
<dependency >
<groupId > org.apache.hadoop</groupId>
<artifactId > hadoop-annotations</artifactId>
<version > ${hadoop.version}</version>
</dependency>
<dependency >
<groupId > org.apache.hadoop</groupId>
<artifactId > hadoop-client</artifactId>
<version > ${hadoop.version}</version>
</dependency>
<dependency >
<groupId > org.apache.avro</groupId>
<artifactId > avro</artifactId>
<version > 1.7.7</version>
</dependency>
<dependency >
<groupId > org.glassfish.jersey.core</groupId>
<artifactId > jersey-server</artifactId>
<version > ${jersey.version}</version>
</dependency>
<dependency >
<groupId > org.glassfish.jersey.core</groupId>
<artifactId > jersey-client</artifactId>
<version > ${jersey.version}</version>
</dependency>
<dependency >
<groupId > org.glassfish.jersey.containers</groupId>
<artifactId > jersey-container-servlet-core</artifactId>
<version > ${jersey.version}</version>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-annotations</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.eclipse.jetty</groupId>
<artifactId > apache-jstl</artifactId>
<version > ${jetty.version}</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > com.google.guava</groupId>
<artifactId > guava</artifactId>
2021-11-29 12:51:47 -05:00
<version > 31.0.1-jre</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > com.fasterxml.jackson.core</groupId>
<artifactId > jackson-databind</artifactId>
2021-06-21 18:06:14 -04:00
<version > ${jackson.version}</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.apache.spark</groupId>
<artifactId > spark-streaming_2.10</artifactId>
<version > 1.6.0</version>
</dependency>
<dependency >
<groupId > org.testng</groupId>
<artifactId > testng</artifactId>
<version > 6.8.8</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.jsoup</groupId>
<artifactId > jsoup</artifactId>
2021-09-09 17:05:12 -04:00
<version > 1.14.2</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.codehaus.groovy</groupId>
<artifactId > groovy-all</artifactId>
2022-01-21 14:23:23 -05:00
<version > 3.0.8</version>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.spockframework</groupId>
<artifactId > spock-core</artifactId>
2022-01-21 14:23:23 -05:00
<version > 2.1-M2-groovy-3.0</version>
<scope > test</scope>
2020-12-10 10:25:09 -05:00
</dependency>
<dependency >
<groupId > org.hamcrest</groupId>
<artifactId > hamcrest-all</artifactId>
<version > 1.3</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>