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

Merge pull request #81 from CCC-MF/issue_79

fix: add test dependency to allow build with API 2.12.x
This commit is contained in:
2024-04-02 18:20:31 +02:00
committed by GitHub

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>