Polish dependency management

- Remove dependency management for projects that Boot does not have a
  runtime dependency upon
- Provide dependency management for all of Spring Batch’s modules
This commit is contained in:
Andy Wilkinson
2014-05-20 13:48:13 +01:00
parent 523956e2fe
commit eeefbdd5f8
2 changed files with 16 additions and 25 deletions

View File

@@ -273,10 +273,5 @@
<artifactId>slf4j-jdk14</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>