SEC-2542: Polish dependency exclusions

This cleans up exclusions so the pom.xml are not as cluttered.
This commit is contained in:
Rob Winch
2014-04-01 13:42:21 -05:00
parent 3118e39de8
commit ccf96a4d69
9 changed files with 65 additions and 616 deletions

View File

@@ -195,6 +195,24 @@
<artifactId>spock-core</artifactId>
<version>0.7-groovy-2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-dep</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-spring</artifactId>
<version>0.7-groovy-2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-dep</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>