File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed
Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change 4242 <groupId >org.slf4j</groupId >
4343 <artifactId >slf4j-api</artifactId >
4444 </dependency >
45- <dependency >
46- <groupId >org.junit.jupiter</groupId >
47- <artifactId >junit-jupiter-api</artifactId >
48- <scope >test</scope >
49- </dependency >
50- <dependency >
51- <groupId >org.junit.jupiter</groupId >
52- <artifactId >junit-jupiter-engine</artifactId >
53- <scope >test</scope >
54- </dependency >
55- <dependency >
56- <groupId >org.junit.jupiter</groupId >
57- <artifactId >junit-jupiter-params</artifactId >
58- <scope >test</scope >
59- </dependency >
60- <dependency >
61- <groupId >org.junit.vintage</groupId >
62- <artifactId >junit-vintage-engine</artifactId >
63- <scope >test</scope >
64- </dependency >
6545 <dependency >
6646 <groupId >org.slf4j</groupId >
6747 <artifactId >jcl-over-slf4j</artifactId >
11595 <groupId >net.revelc.code</groupId >
11696 <artifactId >warbucks-maven-plugin</artifactId >
11797 </plugin >
98+ <plugin >
99+ <groupId >org.apache.maven.plugins</groupId >
100+ <artifactId >maven-surefire-plugin</artifactId >
101+ <configuration >
102+ <skipTests >true</skipTests >
103+ </configuration >
104+ </plugin >
118105 </plugins >
119106 </build >
120107</project >
You can’t perform that action at this time.
0 commit comments