We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdf8c36 + 9283822 commit 027c357Copy full SHA for 027c357
1 file changed
authorizer/pom.xml
@@ -19,7 +19,7 @@
19
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
<maven.compiler.source>11</maven.compiler.source>
21
<maven.compiler.target>11</maven.compiler.target>
22
- <nifi.version>2.3.0</nifi.version>
+ <nifi-framework-api.version>1.28.1</nifi-framework-api.version>
23
</properties>
24
25
<dependencies>
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>org.apache.nifi</groupId>
48
<artifactId>nifi-framework-api</artifactId>
49
- <version>${nifi.version}</version>
+ <version>${nifi-framework-api.version}</version>
50
<scope>provided</scope>
51
</dependency>
52
0 commit comments