DATACASS-239 - Polishing.

Removed some obsolete exclusions from the parent pom.

Original pull request: #43.
This commit is contained in:
Oliver Gierke
2015-12-23 10:10:53 +01:00
parent 237ac88bc5
commit 4f0ebd7a1b

14
pom.xml
View File

@@ -230,20 +230,6 @@
<dependency>
<groupId>org.cassandraunit</groupId>
<artifactId>cassandra-unit-spring</artifactId>
<exclusions>
<exclusion>
<artifactId>spring-context</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-test</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>