NIFI-12839: Explicitly set nifiVersion for processor bundle archetype dependencies

This closes #8447

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
Matt Burgess 2024-02-23 14:31:24 -05:00 committed by Mike Thomsen
parent ae423fc6ba
commit 0884b627b2
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-services-api-nar</artifactId>
<version>${nifiVersion}</version>
<type>nar</type>
</dependency>
</dependencies>