diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 46b79cf507..2b70c4dfb9 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -205,6 +205,20 @@ </dependency> <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter</artifactId> + <version>${junitJupiter.version}</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockitoJupiter.version}</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> |