File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 <properties >
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20- <maven .compiler.source>8 </maven .compiler.source>
21- <maven .compiler.target>8 </maven .compiler.target>
22- <nifi .version>1.27 .0</nifi .version>
20+ <maven .compiler.source>11 </maven .compiler.source>
21+ <maven .compiler.target>11 </maven .compiler.target>
22+ <nifi .version>2.3 .0</nifi .version>
2323 </properties >
2424
2525 <dependencies >
2828 <artifactId >opa</artifactId >
2929 <version >1.7.0</version >
3030 </dependency >
31- <dependency >
32- <groupId >org.apache.nifi</groupId >
33- <artifactId >nifi-api</artifactId >
34- <version >${nifi.version} </version >
35- </dependency >
3631 <dependency >
3732 <groupId >org.apache.logging.log4j</groupId >
3833 <artifactId >log4j-slf4j-impl</artifactId >
5449 <version >${nifi.version} </version >
5550 <scope >provided</scope >
5651 </dependency >
57- <dependency >
58- <groupId >org.apache.nifi</groupId >
59- <artifactId >nifi-logging-utils</artifactId >
60- <version >${nifi.version} </version >
61- <scope >provided</scope >
62- </dependency >
6352 <dependency >
6453 <groupId >junit</groupId >
6554 <artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments