Java 19533 fix failing integration test (#13835)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix failing integration test
This commit is contained in:
anuragkumawat 2023-04-14 19:12:08 +05:30 committed by GitHub
parent 7a71f2bc0c
commit 3d278ff7a9
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>embedded-redis</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
<version>0.7.3</version>
<scope>test</scope>
</dependency>