mirror of https://github.com/apache/nifi.git
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:
parent
ae423fc6ba
commit
0884b627b2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue