diff options
Diffstat (limited to 'ms/error-catalog/pom.xml')
-rw-r--r-- | ms/error-catalog/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/error-catalog/pom.xml b/ms/error-catalog/pom.xml index bf014b4fa..f7929e2f0 100644 --- a/ms/error-catalog/pom.xml +++ b/ms/error-catalog/pom.xml @@ -78,6 +78,11 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |