Skip to content

Commit 9283822

Browse files
committed
fix compatibility issues with JDK11
1 parent cdf8c36 commit 9283822

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

authorizer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<maven.compiler.source>11</maven.compiler.source>
2121
<maven.compiler.target>11</maven.compiler.target>
22-
<nifi.version>2.3.0</nifi.version>
22+
<nifi-framework-api.version>1.28.1</nifi-framework-api.version>
2323
</properties>
2424

2525
<dependencies>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.apache.nifi</groupId>
4848
<artifactId>nifi-framework-api</artifactId>
49-
<version>${nifi.version}</version>
49+
<version>${nifi-framework-api.version}</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>

0 commit comments

Comments
 (0)