Junitライブラリの競合!?

Seasar2EclipseプラグインDoltengSAStruts+S2JDBCのWebアプリケーションテンプレートを作成し、Mavenのm2プラグインを適用すると以下のエラーが発生する。

10/11/25 0:11:40 JST: Build errors for TotoAdmin; org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> version 3.8.2 vs 4.4 @ net.atlabo.toto.admin:TotoAdmin:0.0.1, D:\workspace\TotoAdmin\pom.xml

理由はわからないけど、なぜかpom.xmlファイルにJUnitの異なるバージョン3.8.2と4.4が同時に定義されている。

pom.xmlからどっちかの定義を削除して解決