Add functionality to rAPP Catalogue
Change-Id: Ic72a2bf558e2fe2f7bc7d3cfeca35e7386838189
Issue-ID: NONRTRIC-287
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
diff --git a/r-app-catalogue/pom.xml b/r-app-catalogue/pom.xml
index 3ac8562..ea36b58 100644
--- a/r-app-catalogue/pom.xml
+++ b/r-app-catalogue/pom.xml
@@ -139,6 +139,21 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-junit-jupiter</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>