Skip to content

Commit

Permalink
[JAVA-41781] Fix for vavr-2 integration test failure (eugenp#17977)
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-kakos authored Nov 18, 2024
1 parent cd3de61 commit 4443348
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vavr-modules/vavr-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
</dependencies>

<build>
Expand All @@ -50,6 +60,7 @@

<properties>
<spring-boot.version>2.7.11</spring-boot.version>
<logback.version>1.2.7</logback.version>
</properties>

</project>

0 comments on commit 4443348

Please sign in to comment.