diff options
author | waynedunican <wayne.dunican@est.tech> | 2021-06-18 15:06:29 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2021-06-23 15:58:27 +0100 |
commit | eaba0c9e1141ec6fa248b89934780bb14d5865fe (patch) | |
tree | 3e90e5fd5d22e34f5fdbba63c52b7f77065d440d /pom.xml | |
parent | df2d3298e9881410dff5547e0ba9850135d63d5c (diff) |
Increase code coverage in clamp-common
Issue-ID: POLICY-3403
Change-Id: Ic66b52da8a6256d2a65c2c2767b939e94a417875
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,6 +69,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-engine</artifactId> + <version>5.7.1</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </dependency> |