Skip to content

Commit 7e02c52

Browse files
liuxiaocs7Apache9
authored andcommitted
HBASE-29939 Upgrade hbase-logging to use junit5 (#7821)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit ac62af6)
1 parent 4615dfc commit 7e02c52

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

hbase-logging/pom.xml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,6 @@
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>
@@ -115,6 +95,13 @@
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>

0 commit comments

Comments
 (0)