GH-31 - Polishing.

Added unit tests for the test execution conditions.

Add JUnit module to the BOM. Moved the jGit version into a managed property in the root pom.xml.
This commit is contained in:
Oliver Drotbohm
2024-09-06 15:01:57 +02:00
parent 8cf3920af9
commit d041c6d52e
32 changed files with 1237 additions and 402 deletions

View File

@@ -63,12 +63,13 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-junit</artifactId>
<version>1.3.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>