File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
hadoop-common-project/hadoop-minikdc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments