Remove duplicate declaration of s-i-core

This commit is contained in:
Dave Syer 2015-05-18 16:01:47 +01:00
parent a065b80e57
commit 20cea2aefc

View File

@ -255,10 +255,5 @@
<artifactId>spring-data-elasticsearch</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>