Java11Exec: Quick fix for test dependencies.

This commit is contained in:
Maximilian Paß
2022-04-24 17:14:56 +02:00
parent 7af17c87d3
commit 09b90a4555
2 changed files with 9 additions and 2 deletions

View File

@@ -35,8 +35,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
<version>4.11</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
</dependency>
</dependencies>