Fix use of Optional in ToscaElementOperation
[sdc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7bd8d3b..fbc49bb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -301,6 +301,12 @@ Modifications copyright (c) 2018-2019 Nokia
             <version>${mockito.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-inline</artifactId>
+            <version>${mockito.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <reporting>