summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-04-02 18:20:31 +0200
committerGitHub2024-04-02 18:20:31 +0200
commita43ecfe7f4fe5aa722a29a9e265f23a2db65f174 (patch)
treead5ed6105092b9467662d8bfe44ca90edca5e3cd /pom.xml
parentb30211da042fd4e8276156d9d4d32ccf8f490066 (diff)
parentdf41df8d851d683d7d019ea19371f81e676fbb59 (diff)
Merge pull request #81 from CCC-MF/issue_79
fix: add test dependency to allow build with API 2.12.x
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2dae619..ef219a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>