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