diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-06-25 14:47:25 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-06-27 12:00:30 +0100 |
commit | cf67c9ea492dcac3cdded351a853653cb38af40c (patch) | |
tree | 1270ab27441c9cc410f00fb1d1100c85f49d7855 /pom.xml | |
parent | 0fb3ba9d6e541a6853ea91f20c990a6b66e5c9b5 (diff) |
Convert common to JUnit 5
Review for common-logging, common-parameters & gson
Issue-ID: POLICY-5043
Change-Id: I0f1dce53716dff8d9c5557a68b2723c6a4752c9f
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
@@ -100,4 +100,10 @@ </plugin> </plugins> </reporting> + <dependencies> + <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-api</artifactId> + </dependency> + </dependencies> </project> |