Skip to content

Commit 0150ed2

Browse files
NIFI-7421 Fixed Kafka integration test failures with missing library (apache#9987)
Co-authored-by: David Handermann <exceptionfactory@apache.org> Signed-off-by: David Handermann <exceptionfactory@apache.org>
1 parent 2b7d9fd commit 0150ed2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
- '**/test/**/*ITCase.java'
2727
- '**/test/**/IT*.java'
2828
- 'nifi-mock/**'
29+
- 'nifi-extension-bundles/nifi-kafka-bundle/**'
2930
pull_request:
3031
paths:
3132
- '.github/workflows/integration-tests.yml'
@@ -36,6 +37,7 @@ on:
3637
- '**/test/**/*ITCase.java'
3738
- '**/test/**/IT*.java'
3839
- 'nifi-mock/**'
40+
- 'nifi-extension-bundles/nifi-kafka-bundle/**'
3941

4042
env:
4143
DEFAULT_MAVEN_OPTS: >-

nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-3-integration/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
<version>2.5.0-SNAPSHOT</version>
5858
<scope>test</scope>
5959
</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>
6066
<dependency>
6167
<groupId>org.apache.nifi</groupId>
6268
<artifactId>nifi-utils</artifactId>

0 commit comments

Comments
 (0)