Ensure Spring Integration 4.0 is used in CLI

There was an issue with the generated poms for the dependency
tools (I'm not sure the generation step works if you don't
do "mvn clean"). Anyway I verified that it works and removed
the (now) unnecessary provided dependency from spring-boot-cli.

Fixes gh-362
This commit is contained in:
Dave Syer
2014-05-01 12:57:12 +01:00
parent cb1b3481be
commit b12631d75d
3 changed files with 5 additions and 8 deletions

View File

@@ -128,11 +128,6 @@
<artifactId>junit</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>