参考 やはり英語ドキュメントの方が分かりやすかった。 https://howtodoinjava.com/maven/maven-dependency-scopes スコープとは Maven dependency scope attribute is used to specify the visibility of a dependency, relative to the different lifecycle phases (build, test, runtime etc). Maven provides six scopes i.e. compile, provided, runtime, test, system, and import. 「visibility of a dependency(依存性の可視性)」を設定するための属性。 もうちょい砕くと 「JUnitは__テスト
