1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-02 01:02:55 +00:00

fix: add test dependency to allow build with API 2.12.x

This commit is contained in:
2024-04-02 18:15:59 +02:00
parent b30211da04
commit df41df8d85

View File

@ -161,6 +161,12 @@
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>