Maven
確認問題3
dependencyタグのscopeタグで、テスト(ユニットテスト)だけで使用する設定はどれか?
(JUnitなど)
provided
test
system
runtime
compile