2015-08-03 23:32:48 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-09-13 19:55:12 -04:00
|
|
|
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
2016-07-31 15:14:22 -04:00
|
|
|
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">
|
2016-07-31 15:14:22 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi</artifactId>
|
2021-02-15 14:08:33 -05:00
|
|
|
<version>1.14.0-SNAPSHOT</version>
|
2016-07-31 15:14:22 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>nifi-bootstrap</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2015-09-13 19:55:12 -04:00
|
|
|
|
2016-07-31 15:14:22 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
2021-02-15 14:08:33 -05:00
|
|
|
<version>1.14.0-SNAPSHOT</version>
|
2016-07-31 15:14:22 -04:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2016-11-17 17:09:49 -05:00
|
|
|
<artifactId>nifi-utils</artifactId>
|
2021-02-15 14:08:33 -05:00
|
|
|
<version>1.14.0-SNAPSHOT</version>
|
2016-07-31 15:14:22 -04:00
|
|
|
</dependency>
|
2017-03-21 22:50:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-security-utils</artifactId>
|
2021-02-15 14:08:33 -05:00
|
|
|
<version>1.14.0-SNAPSHOT</version>
|
2017-03-21 22:50:06 -04:00
|
|
|
</dependency>
|
2021-02-27 10:17:56 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-flow-encryptor</artifactId>
|
|
|
|
<version>1.14.0-SNAPSHOT</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2016-07-31 15:14:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.mail</groupId>
|
|
|
|
<artifactId>mail</artifactId>
|
2018-03-09 15:00:29 -05:00
|
|
|
<version>1.4.7</version>
|
2016-07-31 15:14:22 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-expression-language</artifactId>
|
2021-02-15 14:08:33 -05:00
|
|
|
<version>1.14.0-SNAPSHOT</version>
|
2016-07-31 15:14:22 -04:00
|
|
|
</dependency>
|
2017-03-21 22:50:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
|
<artifactId>okhttp</artifactId>
|
2021-02-15 16:57:13 -05:00
|
|
|
<version>${okhttp.version}</version>
|
2017-03-21 22:50:06 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
|
<artifactId>mockwebserver</artifactId>
|
2021-02-15 16:57:13 -05:00
|
|
|
<version>${okhttp.version}</version>
|
2017-03-21 22:50:06 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-11-02 09:51:47 -04:00
|
|
|
<!-- This needs to be here because it is relied upon by the nifi-runtime which starts NiFi. It uses this bootstrap module
|
|
|
|
and the libs that get laid down in lib/bootstrap to create a child classloader with these bits in it -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties-loader</artifactId>
|
2021-02-15 14:08:33 -05:00
|
|
|
<version>1.14.0-SNAPSHOT</version>
|
2016-11-02 09:51:47 -04:00
|
|
|
</dependency>
|
2017-03-10 16:09:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
2018-03-09 15:00:29 -05:00
|
|
|
<artifactId>jna-platform</artifactId>
|
|
|
|
<version>4.4.0</version>
|
|
|
|
</dependency>
|
2020-03-10 06:22:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-07-31 15:14:22 -04:00
|
|
|
</dependencies>
|
2014-12-09 08:48:07 -05:00
|
|
|
</project>
|