File tree Expand file tree Collapse file tree 1 file changed +3
-33
lines changed
Expand file tree Collapse file tree 1 file changed +3
-33
lines changed Original file line number Diff line number Diff line change 4141 <groupId >org.apache.hbase.thirdparty</groupId >
4242 <artifactId >hbase-shaded-protobuf</artifactId >
4343 </dependency >
44- <dependency >
45- <groupId >org.junit.jupiter</groupId >
46- <artifactId >junit-jupiter-api</artifactId >
47- <scope >test</scope >
48- </dependency >
49- <dependency >
50- <groupId >org.junit.jupiter</groupId >
51- <artifactId >junit-jupiter-engine</artifactId >
52- <scope >test</scope >
53- </dependency >
54- <dependency >
55- <groupId >org.junit.jupiter</groupId >
56- <artifactId >junit-jupiter-params</artifactId >
57- <scope >test</scope >
58- </dependency >
59- <dependency >
60- <groupId >org.junit.vintage</groupId >
61- <artifactId >junit-vintage-engine</artifactId >
62- <scope >test</scope >
63- </dependency >
6444 </dependencies >
6545 <build >
6646 <plugins >
7353 </plugin >
7454 <plugin >
7555 <artifactId >maven-surefire-plugin</artifactId >
76- <!-- Always skip the second part executions, since we only run simple unit tests in this module -->
77- <executions >
78- <execution >
79- <id >secondPartTestsExecution</id >
80- <goals >
81- <goal >test</goal >
82- </goals >
83- <phase >test</phase >
84- <configuration >
85- <skip >true</skip >
86- </configuration >
87- </execution >
88- </executions >
56+ <configuration >
57+ <skipTests >true</skipTests >
58+ </configuration >
8959 </plugin >
9060 <plugin >
9161 <groupId >org.xolstice.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments