Skip to content

Commit

Permalink
Test new fixes for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Apr 4, 2024
1 parent 2905a25 commit e053bb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,15 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<!--<exclusions>
<exclusions>
<exclusion>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
</exclusion>
</exclusions>-->
</exclusions>
</dependency>
</dependencies>
</profile>

<profile>
<!-- This profile is active by default when the EXCLUDE_JUNIT environment variable is not set -->
<id>include-junit</id>
Expand Down

0 comments on commit e053bb9

Please sign in to comment.