Browse Source

Remove duplicate declaration of s-i-core

pull/3002/head
Dave Syer 11 years ago
parent
commit
20cea2aefc
  1. 5
      spring-boot-actuator/pom.xml

5
spring-boot-actuator/pom.xml

@ -255,10 +255,5 @@ @@ -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>

Loading…
Cancel
Save