BATCH-1950: Patch up build

* Ensure bundlor is available and remove from sample
* Tidy dependencies in some poms
* Update some template.mf dependencies
* Add .travis.yml for automated builds independent of bamboo
This commit is contained in:
Dave Syer
2013-01-15 08:26:11 +00:00
parent 60af65c7ae
commit bc9ee74a25
15 changed files with 96 additions and 103 deletions

View File

@@ -56,7 +56,7 @@ public class StepScopeTests {
@After
public void tearDown() throws Exception {
StepSynchronizationManager.close();
StepSynchronizationManager.release();
}
@Test

View File

@@ -5,13 +5,13 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m%n
log4j.category.org.apache.activemq=ERROR
log4j.category.org.springframework.retry=DEBUG
log4j.category.org.springframework.batch=DEBUG
log4j.category.org.springframework.batch.support=INFO
log4j.category.org.springframework.batch.support.transaction.ResourcelessTransactionManager=DEBUG
log4j.category.org.springframework.core.repository=DEBUG
#log4j.category.org.springframework.retry=DEBUG
#log4j.category.org.springframework.batch=DEBUG
#log4j.category.org.springframework.batch.support=INFO
#log4j.category.org.springframework.batch.support.transaction.ResourcelessTransactionManager=DEBUG
#log4j.category.org.springframework.core.repository=DEBUG
# log4j.category.org.springframework.transaction=INFO
log4j.category.org.springframework.beans=DEBUG
#log4j.category.org.springframework.beans=DEBUG
# log4j.category.org.hibernate.SQL=DEBUG
# for debugging datasource initialization