aboutsummaryrefslogtreecommitdiffstats
path: root/cxf-logging/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cxf-logging/pom.xml')
-rw-r--r--cxf-logging/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cxf-logging/pom.xml b/cxf-logging/pom.xml
index 93145fd01a..d2ce87ac21 100644
--- a/cxf-logging/pom.xml
+++ b/cxf-logging/pom.xml
@@ -34,6 +34,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<resources>