diff options
| author | Paul-Christian Volkmer | 2024-04-02 18:20:31 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-02 18:20:31 +0200 |
| commit | a43ecfe7f4fe5aa722a29a9e265f23a2db65f174 (patch) | |
| tree | ad5ed6105092b9467662d8bfe44ca90edca5e3cd | |
| parent | b30211da042fd4e8276156d9d4d32ccf8f490066 (diff) | |
| parent | df41df8d851d683d7d019ea19371f81e676fbb59 (diff) | |
Merge pull request #81 from CCC-MF/issue_79
fix: add test dependency to allow build with API 2.12.x
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
