Skip to content

Commit e9b72e8

Browse files
authored
fix: override version of io.strimzi:kafka-oauth-common (#4885)
For some reason, the dependency tree was: +- io.strimzi:kafka-oauth-client:jar:0.15.0:compile | \- io.strimzi:kafka-oauth-common:jar:0.14.0:compile I couldn't find out why.
1 parent 439e5e9 commit e9b72e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,12 @@
695695
<version>${kafka-oauth-client.version}</version>
696696
</dependency>
697697

698+
<dependency>
699+
<groupId>io.strimzi</groupId>
700+
<artifactId>kafka-oauth-common</artifactId>
701+
<version>${kafka-oauth-client.version}</version>
702+
</dependency>
703+
698704
<dependency>
699705
<groupId>com.google.guava</groupId>
700706
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)