mirror of https://github.com/apache/nifi.git
NIFI-10272-RC2 prepare for next development iteration
This commit is contained in:
parent
8d256784d8
commit
8c66bf948c
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2-client-bundle</artifactId>
|
<artifactId>c2-client-bundle</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2-client-api</artifactId>
|
<artifactId>c2-client-api</artifactId>
|
||||||
|
@ -31,11 +31,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-protocol-api</artifactId>
|
<artifactId>c2-protocol-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2-client-bundle</artifactId>
|
<artifactId>c2-client-bundle</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2-client-base</artifactId>
|
<artifactId>c2-client-base</artifactId>
|
||||||
|
@ -31,13 +31,13 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-api</artifactId>
|
<artifactId>c2-client-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-protocol-api</artifactId>
|
<artifactId>c2-protocol-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -52,8 +52,4 @@ limitations under the License.
|
||||||
<artifactId>jackson-annotations</artifactId>
|
<artifactId>jackson-annotations</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2-client-bundle</artifactId>
|
<artifactId>c2-client-bundle</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2-client-http</artifactId>
|
<artifactId>c2-client-http</artifactId>
|
||||||
|
@ -31,12 +31,12 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-api</artifactId>
|
<artifactId>c2-client-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-base</artifactId>
|
<artifactId>c2-client-base</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
|
@ -53,8 +53,4 @@ limitations under the License.
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2-client-bundle</artifactId>
|
<artifactId>c2-client-bundle</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2-client-service</artifactId>
|
<artifactId>c2-client-service</artifactId>
|
||||||
|
@ -31,22 +31,17 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-api</artifactId>
|
<artifactId>c2-client-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-base</artifactId>
|
<artifactId>c2-client-base</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-http</artifactId>
|
<artifactId>c2-client-http</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2</artifactId>
|
<artifactId>c2</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2-client-bundle</artifactId>
|
<artifactId>c2-client-bundle</artifactId>
|
||||||
|
@ -33,8 +33,4 @@ limitations under the License.
|
||||||
<module>c2-client-http</module>
|
<module>c2-client-http</module>
|
||||||
<module>c2-client-service</module>
|
<module>c2-client-service</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2-protocol</artifactId>
|
<artifactId>c2-protocol</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2-protocol-api</artifactId>
|
<artifactId>c2-protocol-api</artifactId>
|
||||||
|
@ -31,11 +31,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-protocol-component-api</artifactId>
|
<artifactId>c2-protocol-component-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2-protocol</artifactId>
|
<artifactId>c2-protocol</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -37,8 +37,4 @@ limitations under the License.
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>c2</artifactId>
|
<artifactId>c2</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2-protocol</artifactId>
|
<artifactId>c2-protocol</artifactId>
|
||||||
|
@ -31,8 +31,4 @@ limitations under the License.
|
||||||
<module>c2-protocol-component-api</module>
|
<module>c2-protocol-component-api</module>
|
||||||
<module>c2-protocol-api</module>
|
<module>c2-protocol-api</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>nifi</artifactId>
|
<artifactId>nifi</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>c2</artifactId>
|
<artifactId>c2</artifactId>
|
||||||
|
@ -37,7 +37,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-assembly</artifactId>
|
<artifactId>minifi-assembly</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -128,13 +128,13 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-nar</artifactId>
|
<artifactId>minifi-framework-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-server-nar</artifactId>
|
<artifactId>minifi-server-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -457,8 +457,4 @@ limitations under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-bootstrap</artifactId>
|
<artifactId>minifi-bootstrap</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -126,8 +126,4 @@ limitations under the License.
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-api</artifactId>
|
<artifactId>minifi-c2-api</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -43,8 +43,4 @@ limitations under the License.
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-assembly</artifactId>
|
<artifactId>minifi-c2-assembly</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -222,8 +222,4 @@ limitations under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2-cache</artifactId>
|
<artifactId>minifi-c2-cache</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-cache-filesystem</artifactId>
|
<artifactId>minifi-c2-cache-filesystem</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -38,8 +38,4 @@ limitations under the License.
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2-cache</artifactId>
|
<artifactId>minifi-c2-cache</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-cache-s3</artifactId>
|
<artifactId>minifi-c2-cache-s3</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -51,8 +51,4 @@ limitations under the License.
|
||||||
<artifactId>jcl-over-slf4j</artifactId>
|
<artifactId>jcl-over-slf4j</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-cache</artifactId>
|
<artifactId>minifi-c2-cache</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -29,8 +29,4 @@ limitations under the License.
|
||||||
<module>minifi-c2-cache-filesystem</module>
|
<module>minifi-c2-cache-filesystem</module>
|
||||||
<module>minifi-c2-cache-s3</module>
|
<module>minifi-c2-cache-s3</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -21,12 +21,12 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-c2-docker</artifactId>
|
<artifactId>minifi-c2-docker</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -76,8 +76,4 @@ limitations under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-integration-tests</artifactId>
|
<artifactId>minifi-c2-integration-tests</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -127,8 +127,4 @@ limitations under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-jetty</artifactId>
|
<artifactId>minifi-c2-jetty</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -56,8 +56,4 @@ limitations under the License.
|
||||||
<artifactId>jetty-servlets</artifactId>
|
<artifactId>jetty-servlets</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2-provider</artifactId>
|
<artifactId>minifi-c2-provider</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-provider-cache</artifactId>
|
<artifactId>minifi-c2-provider-cache</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -37,8 +37,4 @@ limitations under the License.
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2-provider</artifactId>
|
<artifactId>minifi-c2-provider</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-provider-delegating</artifactId>
|
<artifactId>minifi-c2-provider-delegating</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -50,8 +50,4 @@ limitations under the License.
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2-provider</artifactId>
|
<artifactId>minifi-c2-provider</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-provider-nifi-rest</artifactId>
|
<artifactId>minifi-c2-provider-nifi-rest</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -82,8 +82,4 @@ limitations under the License.
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2-provider</artifactId>
|
<artifactId>minifi-c2-provider</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-provider-util</artifactId>
|
<artifactId>minifi-c2-provider-util</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -41,8 +41,4 @@ limitations under the License.
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-provider</artifactId>
|
<artifactId>minifi-c2-provider</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -31,8 +31,4 @@ limitations under the License.
|
||||||
<module>minifi-c2-provider-delegating</module>
|
<module>minifi-c2-provider-delegating</module>
|
||||||
<module>minifi-c2-provider-nifi-rest</module>
|
<module>minifi-c2-provider-nifi-rest</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2-service</artifactId>
|
<artifactId>minifi-c2-service</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
@ -29,13 +29,13 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-c2-api</artifactId>
|
<artifactId>minifi-c2-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-protocol-api</artifactId>
|
<artifactId>c2-protocol-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.module</groupId>
|
<groupId>com.fasterxml.jackson.module</groupId>
|
||||||
|
@ -114,8 +114,4 @@ limitations under the License.
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-c2</artifactId>
|
<artifactId>minifi-c2</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -35,8 +35,4 @@ limitations under the License.
|
||||||
<module>minifi-c2-docker</module>
|
<module>minifi-c2-docker</module>
|
||||||
<module>minifi-c2-integration-tests</module>
|
<module>minifi-c2-integration-tests</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-commons</artifactId>
|
<artifactId>minifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-commons-schema</artifactId>
|
<artifactId>minifi-commons-schema</artifactId>
|
||||||
|
@ -34,8 +34,4 @@
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-commons</artifactId>
|
<artifactId>minifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-utils</artifactId>
|
<artifactId>minifi-utils</artifactId>
|
||||||
|
@ -29,8 +29,4 @@
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-commons</artifactId>
|
<artifactId>minifi-commons</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -29,8 +29,4 @@ limitations under the License.
|
||||||
<module>minifi-commons-schema</module>
|
<module>minifi-commons-schema</module>
|
||||||
<module>minifi-utils</module>
|
<module>minifi-utils</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
|
@ -79,8 +79,4 @@ limitations under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<artifactId>minifi-docs</artifactId>
|
<artifactId>minifi-docs</artifactId>
|
||||||
|
@ -68,8 +68,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-integration-tests</artifactId>
|
<artifactId>minifi-integration-tests</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -141,8 +141,4 @@ limitations under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-framework-bundle</artifactId>
|
<artifactId>minifi-framework-bundle</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-jetty-bundle</artifactId>
|
<artifactId>nifi-jetty-bundle</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -97,7 +97,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-nar-loading-utils</artifactId>
|
<artifactId>nifi-framework-nar-loading-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -111,8 +111,4 @@ limitations under the License.
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework</artifactId>
|
<artifactId>minifi-framework</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-framework-api</artifactId>
|
<artifactId>minifi-framework-api</artifactId>
|
||||||
|
@ -29,23 +29,19 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-utils</artifactId>
|
<artifactId>minifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-server-api</artifactId>
|
<artifactId>nifi-server-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-headless-server</artifactId>
|
<artifactId>nifi-headless-server</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework</artifactId>
|
<artifactId>minifi-framework</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-framework-core</artifactId>
|
<artifactId>minifi-framework-core</artifactId>
|
||||||
|
@ -29,7 +29,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-api</artifactId>
|
<artifactId>minifi-framework-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
@ -110,8 +110,4 @@ limitations under the License.
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework</artifactId>
|
<artifactId>minifi-framework</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-resources</artifactId>
|
<artifactId>minifi-resources</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -49,8 +49,4 @@ limitations under the License.
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework</artifactId>
|
<artifactId>minifi-framework</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-runtime</artifactId>
|
<artifactId>minifi-runtime</artifactId>
|
||||||
|
@ -72,8 +72,4 @@ limitations under the License.
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework</artifactId>
|
<artifactId>minifi-framework</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-server</artifactId>
|
<artifactId>minifi-server</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -64,10 +64,6 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-framework-bundle</artifactId>
|
<artifactId>minifi-framework-bundle</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-framework</artifactId>
|
<artifactId>minifi-framework</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -37,8 +37,4 @@ limitations under the License.
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-bundle</artifactId>
|
<artifactId>minifi-framework-bundle</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-server-nar</artifactId>
|
<artifactId>minifi-server-nar</artifactId>
|
||||||
<packaging>nar</packaging>
|
<packaging>nar</packaging>
|
||||||
|
@ -30,18 +30,18 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-nar</artifactId>
|
<artifactId>minifi-framework-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-server</artifactId>
|
<artifactId>minifi-server</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-headless-server</artifactId>
|
<artifactId>nifi-headless-server</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -85,8 +85,4 @@
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-nar-bundles</artifactId>
|
<artifactId>minifi-nar-bundles</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -37,53 +37,49 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-api</artifactId>
|
<artifactId>minifi-framework-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-api</artifactId>
|
<artifactId>c2-client-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-headless-server</artifactId>
|
<artifactId>nifi-headless-server</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-nar-utils</artifactId>
|
<artifactId>nifi-framework-nar-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-nar-loading-utils</artifactId>
|
<artifactId>nifi-framework-nar-loading-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils-api</artifactId>
|
<artifactId>nifi-security-utils-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties-loader</artifactId>
|
<artifactId>nifi-properties-loader</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-mock</artifactId>
|
<artifactId>nifi-mock</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-provenance-repository-bundle</artifactId>
|
<artifactId>minifi-provenance-repository-bundle</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-provenance-repositories</artifactId>
|
<artifactId>minifi-provenance-repositories</artifactId>
|
||||||
|
@ -32,8 +32,4 @@ limitations under the License.
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-provenance-repository-bundle</artifactId>
|
<artifactId>minifi-provenance-repository-bundle</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-provenance-repository-nar</artifactId>
|
<artifactId>minifi-provenance-repository-nar</artifactId>
|
||||||
|
@ -37,8 +37,4 @@ limitations under the License.
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-nar-bundles</artifactId>
|
<artifactId>minifi-nar-bundles</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>minifi-provenance-repository-bundle</artifactId>
|
<artifactId>minifi-provenance-repository-bundle</artifactId>
|
||||||
|
@ -31,8 +31,4 @@ limitations under the License.
|
||||||
<module>minifi-provenance-repository-nar</module>
|
<module>minifi-provenance-repository-nar</module>
|
||||||
<module>minifi-provenance-repositories</module>
|
<module>minifi-provenance-repositories</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-nar-bundles</artifactId>
|
<artifactId>minifi-nar-bundles</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-standard-processors</artifactId>
|
<artifactId>nifi-standard-processors</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
|
@ -49,16 +49,12 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-standard-prioritizers</artifactId>
|
<artifactId>nifi-standard-prioritizers</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-standard-reporting-tasks</artifactId>
|
<artifactId>nifi-standard-reporting-tasks</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-nar-bundles</artifactId>
|
<artifactId>minifi-nar-bundles</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -33,16 +33,12 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-update-attribute-processor</artifactId>
|
<artifactId>nifi-update-attribute-processor</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-update-attribute-model</artifactId>
|
<artifactId>nifi-update-attribute-model</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -21,7 +21,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-nar-bundles</artifactId>
|
<artifactId>minifi-nar-bundles</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -31,8 +31,4 @@ limitations under the License.
|
||||||
<module>minifi-update-attribute-nar</module>
|
<module>minifi-update-attribute-nar</module>
|
||||||
<module>minifi-standard-nar</module>
|
<module>minifi-standard-nar</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-toolkit</artifactId>
|
<artifactId>minifi-toolkit</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-toolkit-assembly</artifactId>
|
<artifactId>minifi-toolkit-assembly</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -103,8 +103,4 @@ limitations under the License.
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi-toolkit</artifactId>
|
<artifactId>minifi-toolkit</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-toolkit-configuration</artifactId>
|
<artifactId>minifi-toolkit-configuration</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -50,8 +50,4 @@ limitations under the License.
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>minifi</artifactId>
|
<artifactId>minifi</artifactId>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>minifi-toolkit</artifactId>
|
<artifactId>minifi-toolkit</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
@ -29,8 +29,4 @@ limitations under the License.
|
||||||
<module>minifi-toolkit-configuration</module>
|
<module>minifi-toolkit-configuration</module>
|
||||||
<module>minifi-toolkit-assembly</module>
|
<module>minifi-toolkit-assembly</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
126
minifi/pom.xml
126
minifi/pom.xml
|
@ -20,7 +20,7 @@ limitations under the License.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi</artifactId>
|
<artifactId>nifi</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
|
@ -50,37 +50,37 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-bootstrap-utils</artifactId>
|
<artifactId>nifi-bootstrap-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-bootstrap</artifactId>
|
<artifactId>minifi-bootstrap</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-utils</artifactId>
|
<artifactId>minifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework</artifactId>
|
<artifactId>minifi-framework</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-core</artifactId>
|
<artifactId>minifi-framework-core</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-resources</artifactId>
|
<artifactId>minifi-resources</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-provenance-repository-nar</artifactId>
|
<artifactId>minifi-provenance-repository-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -88,45 +88,45 @@ limitations under the License.
|
||||||
<artifactId>minifi-resources</artifactId>
|
<artifactId>minifi-resources</artifactId>
|
||||||
<classifier>resources</classifier>
|
<classifier>resources</classifier>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-runtime</artifactId>
|
<artifactId>minifi-runtime</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-api</artifactId>
|
<artifactId>minifi-framework-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-framework-nar</artifactId>
|
<artifactId>minifi-framework-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-standard-nar</artifactId>
|
<artifactId>minifi-standard-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-server-nar</artifactId>
|
<artifactId>minifi-server-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-update-attribute-nar</artifactId>
|
<artifactId>minifi-update-attribute-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-docs</artifactId>
|
<artifactId>minifi-docs</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<classifier>resources</classifier>
|
<classifier>resources</classifier>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
|
@ -134,7 +134,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi.minifi</groupId>
|
<groupId>org.apache.nifi.minifi</groupId>
|
||||||
<artifactId>minifi-provenance-repositories</artifactId>
|
<artifactId>minifi-provenance-repositories</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -213,77 +213,77 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-api</artifactId>
|
<artifactId>nifi-framework-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-site-to-site-client</artifactId>
|
<artifactId>nifi-site-to-site-client</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-expression-language</artifactId>
|
<artifactId>nifi-expression-language</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-web-utils</artifactId>
|
<artifactId>nifi-web-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-custom-ui-utilities</artifactId>
|
<artifactId>nifi-custom-ui-utilities</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-ui-extension</artifactId>
|
<artifactId>nifi-ui-extension</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-flowfile-packager</artifactId>
|
<artifactId>nifi-flowfile-packager</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-socket-utils</artifactId>
|
<artifactId>nifi-socket-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-data-provenance-utils</artifactId>
|
<artifactId>nifi-data-provenance-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-provenance-repository-nar</artifactId>
|
<artifactId>nifi-provenance-repository-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-runtime</artifactId>
|
<artifactId>nifi-runtime</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-toolkit-tls</artifactId>
|
<artifactId>nifi-toolkit-tls</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-resources</artifactId>
|
<artifactId>nifi-resources</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<classifier>resources</classifier>
|
<classifier>resources</classifier>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
|
@ -291,7 +291,7 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-docs</artifactId>
|
<artifactId>nifi-docs</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<classifier>resources</classifier>
|
<classifier>resources</classifier>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
|
@ -299,165 +299,165 @@ limitations under the License.
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-nar</artifactId>
|
<artifactId>nifi-framework-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-core</artifactId>
|
<artifactId>nifi-framework-core</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-provenance-repository-nar</artifactId>
|
<artifactId>nifi-provenance-repository-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-standard-services-api-nar</artifactId>
|
<artifactId>nifi-standard-services-api-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-ssl-context-service-nar</artifactId>
|
<artifactId>nifi-ssl-context-service-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-jetty-bundle</artifactId>
|
<artifactId>nifi-jetty-bundle</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-headless-server-nar</artifactId>
|
<artifactId>nifi-headless-server-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-standard-nar</artifactId>
|
<artifactId>nifi-standard-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-update-attribute-nar</artifactId>
|
<artifactId>nifi-update-attribute-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-kerberos-credentials-service-nar</artifactId>
|
<artifactId>nifi-kerberos-credentials-service-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties</artifactId>
|
<artifactId>nifi-properties</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils-api</artifactId>
|
<artifactId>nifi-security-utils-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-xml-processing</artifactId>
|
<artifactId>nifi-xml-processing</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-logging-utils</artifactId>
|
<artifactId>nifi-logging-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-nar-utils</artifactId>
|
<artifactId>nifi-nar-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-hadoop-utils</artifactId>
|
<artifactId>nifi-hadoop-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-mock</artifactId>
|
<artifactId>nifi-mock</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-write-ahead-log</artifactId>
|
<artifactId>nifi-write-ahead-log</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-ssl-context-service-api</artifactId>
|
<artifactId>nifi-ssl-context-service-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-standard-prioritizers</artifactId>
|
<artifactId>nifi-standard-prioritizers</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-administration</artifactId>
|
<artifactId>nifi-administration</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-core-api</artifactId>
|
<artifactId>nifi-framework-core-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-persistent-provenance-repository</artifactId>
|
<artifactId>nifi-persistent-provenance-repository</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-ssl-context-service</artifactId>
|
<artifactId>nifi-ssl-context-service</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-site-to-site-reporting-task</artifactId>
|
<artifactId>nifi-site-to-site-reporting-task</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
|
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
|
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- C2 modules -->
|
<!-- C2 modules -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-api</artifactId>
|
<artifactId>c2-client-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>c2-client-base</artifactId>
|
<artifactId>c2-client-base</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi</artifactId>
|
<artifactId>nifi</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@ language governing permissions and limitations under the License. -->
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi</artifactId>
|
<artifactId>nifi</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-bootstrap</artifactId>
|
<artifactId>nifi-bootstrap</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -27,39 +27,39 @@ language governing permissions and limitations under the License. -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-bootstrap-utils</artifactId>
|
<artifactId>nifi-bootstrap-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-xml-processing</artifactId>
|
<artifactId>nifi-xml-processing</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-flow-encryptor</artifactId>
|
<artifactId>nifi-flow-encryptor</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-single-user-utils</artifactId>
|
<artifactId>nifi-single-user-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Jakarta Mail 1 required for compatibility with Jakarta Activation 1 used with JAXB 2 -->
|
<!-- Jakarta Mail 1 required for compatibility with Jakarta Activation 1 used with JAXB 2 -->
|
||||||
|
@ -88,7 +88,7 @@ language governing permissions and limitations under the License. -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-expression-language</artifactId>
|
<artifactId>nifi-expression-language</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
|
@ -104,12 +104,12 @@ language governing permissions and limitations under the License. -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties-loader</artifactId>
|
<artifactId>nifi-properties-loader</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-mock</artifactId>
|
<artifactId>nifi-mock</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -14,7 +14,7 @@ language governing permissions and limitations under the License. -->
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-bootstrap-utils</artifactId>
|
<artifactId>nifi-bootstrap-utils</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -25,8 +25,4 @@ language governing permissions and limitations under the License. -->
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,11 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-build</artifactId>
|
<artifactId>nifi-build</artifactId>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-data-provenance-utils</artifactId>
|
<artifactId>nifi-data-provenance-utils</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -25,21 +25,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-api</artifactId>
|
<artifactId>nifi-framework-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-expression-language</artifactId>
|
<artifactId>nifi-expression-language</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -61,22 +61,22 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-parameter</artifactId>
|
<artifactId>nifi-parameter</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-uuid5</artifactId>
|
<artifactId>nifi-uuid5</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hamcrest</groupId>
|
<groupId>org.hamcrest</groupId>
|
||||||
|
@ -106,8 +106,4 @@
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-external-resource-utils</artifactId>
|
<artifactId>nifi-external-resource-utils</artifactId>
|
||||||
|
|
||||||
|
@ -26,11 +26,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,14 +18,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-flow-encryptor</artifactId>
|
<artifactId>nifi-flow-encryptor</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-encryptor</artifactId>
|
<artifactId>nifi-property-encryptor</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<!-- Excluded to avoid unnecessary runtime dependencies -->
|
<!-- Excluded to avoid unnecessary runtime dependencies -->
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-xml-processing</artifactId>
|
<artifactId>nifi-xml-processing</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -45,8 +45,4 @@
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-flowfile-packager</artifactId>
|
<artifactId>nifi-flowfile-packager</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -37,8 +37,4 @@
|
||||||
<version>1.8</version>
|
<version>1.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-hl7-query-language</artifactId>
|
<artifactId>nifi-hl7-query-language</artifactId>
|
||||||
|
@ -109,8 +109,4 @@
|
||||||
<version>2.3</version>
|
<version>2.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-jetty-configuration</artifactId>
|
<artifactId>nifi-jetty-configuration</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -36,8 +36,4 @@
|
||||||
<artifactId>jetty-alpn-server</artifactId>
|
<artifactId>jetty-alpn-server</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-json-utils</artifactId>
|
<artifactId>nifi-json-utils</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
@ -39,8 +39,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-logging-utils</artifactId>
|
<artifactId>nifi-logging-utils</artifactId>
|
||||||
<description>Utilities for logging</description>
|
<description>Utilities for logging</description>
|
||||||
|
@ -28,8 +28,4 @@
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.dropwizard.metrics</groupId>
|
<groupId>io.dropwizard.metrics</groupId>
|
||||||
|
@ -76,8 +76,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -28,11 +28,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
|
@ -19,18 +19,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-utils</artifactId>
|
<artifactId>nifi-property-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-properties</artifactId>
|
<artifactId>nifi-properties</artifactId>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,14 +18,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-encryptor</artifactId>
|
<artifactId>nifi-property-encryptor</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
|
@ -40,8 +40,4 @@
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,18 +18,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-utils</artifactId>
|
<artifactId>nifi-property-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-aws</artifactId>
|
<artifactId>nifi-property-protection-aws</artifactId>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -28,12 +28,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-shared</artifactId>
|
<artifactId>nifi-property-protection-shared</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -79,8 +79,4 @@
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-azure</artifactId>
|
<artifactId>nifi-property-protection-azure</artifactId>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -36,12 +36,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-shared</artifactId>
|
<artifactId>nifi-property-protection-shared</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.azure</groupId>
|
<groupId>com.azure</groupId>
|
||||||
|
@ -92,8 +92,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,22 +18,18 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-cipher</artifactId>
|
<artifactId>nifi-property-protection-cipher</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,59 +18,59 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-factory</artifactId>
|
<artifactId>nifi-property-protection-factory</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-shared</artifactId>
|
<artifactId>nifi-property-protection-shared</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-aws</artifactId>
|
<artifactId>nifi-property-protection-aws</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-azure</artifactId>
|
<artifactId>nifi-property-protection-azure</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-cipher</artifactId>
|
<artifactId>nifi-property-protection-cipher</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-gcp</artifactId>
|
<artifactId>nifi-property-protection-gcp</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-hashicorp</artifactId>
|
<artifactId>nifi-property-protection-hashicorp</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-utils</artifactId>
|
<artifactId>nifi-property-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties</artifactId>
|
<artifactId>nifi-properties</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
|
@ -78,8 +78,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-gcp</artifactId>
|
<artifactId>nifi-property-protection-gcp</artifactId>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -39,12 +39,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-shared</artifactId>
|
<artifactId>nifi-property-protection-shared</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -61,8 +61,4 @@
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,19 +18,19 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-hashicorp</artifactId>
|
<artifactId>nifi-property-protection-hashicorp</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-vault-utils</artifactId>
|
<artifactId>nifi-vault-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -41,8 +41,4 @@
|
||||||
<artifactId>spring-core</artifactId>
|
<artifactId>spring-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,18 +18,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-loader</artifactId>
|
<artifactId>nifi-property-protection-loader</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,18 +18,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-protection-shared</artifactId>
|
<artifactId>nifi-property-protection-shared</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-property-protection-api</artifactId>
|
<artifactId>nifi-property-protection-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,11 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-property-utils</artifactId>
|
<artifactId>nifi-property-utils</artifactId>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-record-path</artifactId>
|
<artifactId>nifi-record-path</artifactId>
|
||||||
|
@ -59,22 +59,22 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-record</artifactId>
|
<artifactId>nifi-record</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties</artifactId>
|
<artifactId>nifi-properties</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-uuid5</artifactId>
|
<artifactId>nifi-uuid5</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.antlr</groupId>
|
<groupId>org.antlr</groupId>
|
||||||
|
@ -95,8 +95,4 @@
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-record</artifactId>
|
<artifactId>nifi-record</artifactId>
|
||||||
|
@ -27,8 +27,4 @@
|
||||||
several interfaces for interacting with Records. This module should not depend
|
several interfaces for interacting with Records. This module should not depend
|
||||||
on any external libraries.
|
on any external libraries.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,32 +18,28 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-repository-encryption</artifactId>
|
<artifactId>nifi-repository-encryption</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-kms</artifactId>
|
<artifactId>nifi-security-kms</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties</artifactId>
|
<artifactId>nifi-properties</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk15on</artifactId>
|
<artifactId>bcprov-jdk15on</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-schema-utils</artifactId>
|
<artifactId>nifi-schema-utils</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -27,9 +27,5 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -18,11 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-security-kerberos-api</artifactId>
|
<artifactId>nifi-security-kerberos-api</artifactId>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,19 +18,19 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-security-kerberos</artifactId>
|
<artifactId>nifi-security-kerberos</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-kerberos-api</artifactId>
|
<artifactId>nifi-security-kerberos-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -57,8 +57,4 @@
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-security-kms</artifactId>
|
<artifactId>nifi-security-kms</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -27,8 +27,4 @@
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,14 +18,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-security-socket-ssl</artifactId>
|
<artifactId>nifi-security-socket-ssl</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -43,8 +43,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-security-utils-api</artifactId>
|
<artifactId>nifi-security-utils-api</artifactId>
|
||||||
<description>
|
<description>
|
||||||
|
@ -28,9 +28,5 @@
|
||||||
<!--
|
<!--
|
||||||
This module cannot have any external dependencies as it is referred to by many *-api modules
|
This module cannot have any external dependencies as it is referred to by many *-api modules
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<description>
|
<description>
|
||||||
|
@ -30,17 +30,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils-api</artifactId>
|
<artifactId>nifi-security-utils-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties</artifactId>
|
<artifactId>nifi-properties</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>at.favre.lib</groupId>
|
<groupId>at.favre.lib</groupId>
|
||||||
|
@ -69,9 +69,5 @@
|
||||||
<version>0.9.0</version>
|
<version>0.9.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -18,14 +18,14 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-single-user-utils</artifactId>
|
<artifactId>nifi-single-user-utils</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-xml-processing</artifactId>
|
<artifactId>nifi-xml-processing</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>at.favre.lib</groupId>
|
<groupId>at.favre.lib</groupId>
|
||||||
|
@ -38,8 +38,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>nifi-site-to-site-client</artifactId>
|
<artifactId>nifi-site-to-site-client</artifactId>
|
||||||
|
@ -34,27 +34,27 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-framework-api</artifactId>
|
<artifactId>nifi-framework-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-xml-processing</artifactId>
|
<artifactId>nifi-xml-processing</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-client-dto</artifactId>
|
<artifactId>nifi-client-dto</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${httpclient.group}</groupId>
|
<groupId>${httpclient.group}</groupId>
|
||||||
|
@ -142,8 +142,4 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-socket-utils</artifactId>
|
<artifactId>nifi-socket-utils</artifactId>
|
||||||
<description>Utilities for socket communication</description>
|
<description>Utilities for socket communication</description>
|
||||||
|
@ -30,12 +30,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-logging-utils</artifactId>
|
<artifactId>nifi-logging-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-net</groupId>
|
<groupId>commons-net</groupId>
|
||||||
|
@ -53,11 +53,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-properties</artifactId>
|
<artifactId>nifi-properties</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-api</artifactId>
|
<artifactId>nifi-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@ -60,8 +60,4 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-uuid5</artifactId>
|
<artifactId>nifi-uuid5</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -33,8 +33,4 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-vault-utils</artifactId>
|
<artifactId>nifi-vault-utils</artifactId>
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Runtime dependency to enable TLS client configuration -->
|
<!-- Runtime dependency to enable TLS client configuration -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -59,19 +59,15 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils-api</artifactId>
|
<artifactId>nifi-security-utils-api</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-security-utils</artifactId>
|
<artifactId>nifi-security-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-web-utils</artifactId>
|
<artifactId>nifi-web-utils</artifactId>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -60,8 +60,4 @@
|
||||||
<artifactId>jcl-over-slf4j</artifactId>
|
<artifactId>jcl-over-slf4j</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-write-ahead-log</artifactId>
|
<artifactId>nifi-write-ahead-log</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -30,11 +30,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-utils</artifactId>
|
<artifactId>nifi-utils</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-xml-processing</artifactId>
|
<artifactId>nifi-xml-processing</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -51,8 +51,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi</artifactId>
|
<artifactId>nifi</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>nifi-commons</artifactId>
|
<artifactId>nifi-commons</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nifi-docker</artifactId>
|
<artifactId>nifi-docker</artifactId>
|
||||||
<version>1.17.0</version>
|
<version>1.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>dockerhub</artifactId>
|
<artifactId>dockerhub</artifactId>
|
||||||
|
@ -135,8 +135,4 @@
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<scm>
|
|
||||||
<tag>nifi-1.17.0-RC2</tag>
|
|
||||||
</scm>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue