aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-06-25 14:47:25 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-06-27 12:00:30 +0100
commitcf67c9ea492dcac3cdded351a853653cb38af40c (patch)
tree1270ab27441c9cc410f00fb1d1100c85f49d7855 /pom.xml
parent0fb3ba9d6e541a6853ea91f20c990a6b66e5c9b5 (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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bc35949d..a215b6ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,4 +100,10 @@
</plugin>
</plugins>
</reporting>
+ <dependencies>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ </dependency>
+ </dependencies>
</project>