diff options
author | Jukka Jokiniva <[email protected]> | 2024-02-16 16:12:55 +0200 |
---|---|---|
committer | Jukka Jokiniva <[email protected]> | 2024-03-26 09:51:21 +0000 |
commit | feaa19a6558bfca1f32f9bf22500775d36d41c78 (patch) | |
tree | 6343aebd393de707434b5fd9da9df982c8738305 /pom.xml | |
parent | 0bb47bd57777320804b08a3a4d2e406939e5deba (diff) |
Change-Id: Ib1155e101c0302320087d5b6c151eb74aa58b2ce
Reviewed-by: Daniel Smith <[email protected]>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -75,6 +75,12 @@ Copyright (C) 2022 The Qt Company <scope>provided</scope> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-text</artifactId> + <version>1.2</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> |