Drop unnecessary dependency declarations (#973)

This commit is contained in:
Stephan Schroevers
2024-01-13 20:53:00 +01:00
committed by GitHub
parent d126336742
commit dff67fecbc
5 changed files with 0 additions and 30 deletions

View File

@@ -60,11 +60,6 @@
<artifactId>jspecify</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>