diff options
Diffstat (limited to 'models-tosca/pom.xml')
-rw-r--r-- | models-tosca/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml index 9fbda40d8..3397316ab 100644 --- a/models-tosca/pom.xml +++ b/models-tosca/pom.xml @@ -81,5 +81,10 @@ <artifactId>openpojo</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |