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>
diff --git a/pom.xml b/pom.xml
index bc35949..a215b6e 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>