diff --git a/archetypes/simple-cli/template.mf b/archetypes/simple-cli/template.mf index 1c5898d3a..488f8fb5f 100755 --- a/archetypes/simple-cli/template.mf +++ b/archetypes/simple-cli/template.mf @@ -4,7 +4,12 @@ Bundle-ManifestVersion: 2 Bundle-Name: Spring Batch Cammand Line Archetype Import-Template: org.apache.commons.logging.*;version="[1.1.0, 2.0.0)", + org.apache.commons.io.*;version="[1.4.0, 2.0.0)";resolution:=optional, + org.springframework.batch.*;version="[2.0.0, 3.0.0)", org.springframework.beans.*;version="[2.5.5, 3.0.0)";resolution:=optional, + org.springframework.jdbc.*;version="[2.5.5, 3.0.0)";resolution:=optional, + org.springframework.util.*;version="[2.5.5, 3.0.0)";resolution:=optional, + org.springframework.context.*;version="[2.5.5, 3.0.0)";resolution:=optional, org.springframework.core.*;version="[2.5.5, 3.0.0)";resolution:=optional, Unversioned-Imports: javax.sql.*