File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-integration Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
- ' **/test/**/*ITCase.java'
27
27
- ' **/test/**/IT*.java'
28
28
- ' nifi-mock/**'
29
+ - ' nifi-extension-bundles/nifi-kafka-bundle/**'
29
30
pull_request :
30
31
paths :
31
32
- ' .github/workflows/integration-tests.yml'
36
37
- ' **/test/**/*ITCase.java'
37
38
- ' **/test/**/IT*.java'
38
39
- ' nifi-mock/**'
40
+ - ' nifi-extension-bundles/nifi-kafka-bundle/**'
39
41
40
42
env :
41
43
DEFAULT_MAVEN_OPTS : >-
Original file line number Diff line number Diff line change 57
57
<version >2.5.0-SNAPSHOT</version >
58
58
<scope >test</scope >
59
59
</dependency >
60
+ <dependency >
61
+ <groupId >org.apache.nifi</groupId >
62
+ <artifactId >nifi-oauth2-provider-api</artifactId >
63
+ <version >2.5.0-SNAPSHOT</version >
64
+ <scope >test</scope >
65
+ </dependency >
60
66
<dependency >
61
67
<groupId >org.apache.nifi</groupId >
62
68
<artifactId >nifi-utils</artifactId >
You can’t perform that action at this time.
0 commit comments