Skip to content

Commit 0c2a754

Browse files
committed
fix checkstyle.
1 parent 25feeae commit 0c2a754

File tree

1 file changed

+4
-4
lines changed
  • hadoop-common-project/hadoop-minikdc

1 file changed

+4
-4
lines changed

hadoop-common-project/hadoop-minikdc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-params</artifactId>
64-
<scope>compile</scope>
64+
<scope>test</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.junit.jupiter</groupId>
6868
<artifactId>junit-jupiter-engine</artifactId>
69-
<scope>compile</scope>
69+
<scope>test</scope>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.junit.vintage</groupId>
7373
<artifactId>junit-vintage-engine</artifactId>
74-
<scope>compile</scope>
74+
<scope>test</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.junit.platform</groupId>
7878
<artifactId>junit-platform-launcher</artifactId>
79-
<scope>compile</scope>
79+
<scope>test</scope>
8080
</dependency>
8181
</dependencies>
8282

0 commit comments

Comments
 (0)