Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Commit

Permalink
Removing Ivy formats that are not supported anymore on Spring Roo 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcagarcia committed Nov 3, 2015
1 parent 721e7b3 commit d2748d3
Showing 1 changed file with 8 additions and 7 deletions.
Expand Up @@ -2,14 +2,15 @@
<configuration>
<batch>
<dependencies>
<!-- Ivy-style dependency definition -->
<dependency org="org.springframework.batch" name="spring-batch-core" rev="2.1.1.RELEASE" />

<!-- Maven-style dependency definition (should be used if exclusions need to be defined) -->
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-manager</artifactId>
<version>1.2.2.RELEASE</version>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>2.1.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-manager</artifactId>
<version>1.2.2.RELEASE</version>
</dependency>
</dependencies>
</batch>
Expand Down

0 comments on commit d2748d3

Please sign in to comment.