update: fix tests not being run

This commit is contained in:
Szymon Szczubkowski 2024-01-21 01:48:45 +01:00
parent 809a8d84c4
commit 5c48111520
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -33,4 +33,16 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>