We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test
1 parent 235f392 commit 0fa8ba5Copy full SHA for 0fa8ba5
log4j-mongodb4/pom.xml
@@ -76,6 +76,14 @@
76
<groupId>junit</groupId>
77
<artifactId>junit</artifactId>
78
</exclusion>
79
+ <exclusion>
80
+ <groupId>org.junit.vintage</groupId>
81
+ <artifactId>junit-vintage-engine</artifactId>
82
+ </exclusion>
83
84
+ <groupId>org.junit.jupiter</groupId>
85
+ <artifactId>junit-jupiter-engine</artifactId>
86
87
</exclusions>
88
</dependency>
89
<dependency>
0 commit comments