diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 5245c3ad2..7ebc4c99f 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -142,7 +142,7 @@ org.springframework.batch.core.launch.support.CommandLineJobRunner - classpath:/META-INF/spring/module-context.xml + classpath:/launch-context.xml job1 diff --git a/archetypes/simple-cli/src/main/resources/META-INF/spring/module-context.xml b/archetypes/simple-cli/src/main/resources/META-INF/spring/module-context.xml index b1003f215..c43fa6801 100644 --- a/archetypes/simple-cli/src/main/resources/META-INF/spring/module-context.xml +++ b/archetypes/simple-cli/src/main/resources/META-INF/spring/module-context.xml @@ -5,7 +5,7 @@ Example job to get you started. It provides a skeleton for a typical batch application. - + diff --git a/dictionary.txt b/dictionary.txt index fee78af67..19075881f 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -72,3 +72,6 @@ tokenizer tokenizes interceptions immutable +stateless +autowiring +strategizing diff --git a/pom.xml b/pom.xml index 992204270..c1fb6fd2e 100644 --- a/pom.xml +++ b/pom.xml @@ -599,6 +599,11 @@ + + org.springframework.osgi + spring-osgi-core + 1.1.0 + xerces xercesImpl