Skip to content

Commit 4443348

Browse files
authored
[JAVA-41781] Fix for vavr-2 integration test failure (#17977)
1 parent cd3de61 commit 4443348

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vavr-modules/vavr-2/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
<version>${spring-boot.version}</version>
3636
<scope>test</scope>
3737
</dependency>
38+
<dependency>
39+
<groupId>ch.qos.logback</groupId>
40+
<artifactId>logback-classic</artifactId>
41+
<version>${logback.version}</version>
42+
</dependency>
43+
<dependency>
44+
<groupId>ch.qos.logback</groupId>
45+
<artifactId>logback-core</artifactId>
46+
<version>${logback.version}</version>
47+
</dependency>
3848
</dependencies>
3949

4050
<build>
@@ -50,6 +60,7 @@
5060

5161
<properties>
5262
<spring-boot.version>2.7.11</spring-boot.version>
63+
<logback.version>1.2.7</logback.version>
5364
</properties>
5465

5566
</project>

0 commit comments

Comments
 (0)