Skip to content

Commit

Permalink
Fix failed drive-kop tests (openmessaging#387)
Browse files Browse the repository at this point in the history
* Fix failed drive-kop tests

* Fix format violation
  • Loading branch information
BewareMyPower authored Aug 11, 2023
1 parent 5eebc5b commit 6a947eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions driver-kop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
Expand Down

0 comments on commit 6a947eb

Please sign in to comment.