Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 20, 2024
1 parent 9bf31cd commit 0f10554
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 54 deletions.
110 changes: 56 additions & 54 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changes_2.0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ When using IPAuthenticationProvider in ZooKeeper Admin Server there is a possibi

* Updated `com.fasterxml.jackson.core:jackson-core:2.18.0` to `2.18.1`
* Updated `nl.jqno.equalsverifier:equalsverifier:3.17.1` to `3.17.3`
* Added `org.apache.commons:commons-lang3:3.17.0`
* Updated `org.junit.jupiter:junit-jupiter-api:5.11.2` to `5.11.3`
* Updated `org.junit.jupiter:junit-jupiter:5.11.2` to `5.11.3`
* Updated `org.testcontainers:junit-jupiter:1.20.2` to `1.20.3`
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@
<version>2.18.1</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Fix java.lang.NoClassDefFoundError: org/apache/commons/lang3/ArrayFill
at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.writeEOFRecord(TarArchiveOutputStream.java:677) -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 0f10554

Please sign in to comment.