Tweak build config for release

- Spring ivy dependencies fixed for EBR
- Added Sonatype voodoo
This commit is contained in:
Dave Syer
2011-02-07 12:09:56 +00:00
parent d717027cdf
commit 80b593de2f
7 changed files with 80 additions and 30 deletions

View File

@@ -21,8 +21,8 @@
<dependency org="org.springframework.batch" name="org.springframework.batch.core" rev="latest.integration"
conf="compile->runtime,provided" />
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0" conf="compile->runtime,provided" />
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6.A" conf="compile->runtime,provided" />
<dependency org="org.springframework" name="org.springframework.jdbc" rev="2.5.6.A" conf="compile->runtime,provided" />
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6.SEC02" conf="compile->runtime,provided" />
<dependency org="org.springframework" name="org.springframework.jdbc" rev="2.5.6.SEC02" conf="compile->runtime,provided" />
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.io" rev="1.4.0"
conf="compile->runtime,provided" />
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.dbcp" rev="1.2.2.osgi"