SEC-1673: Use a map to store the range values use in the bundlor templates.
This commit is contained in:
+11
-11
@@ -9,15 +9,15 @@ Ignored-Existing-Headers:
|
||||
Import-Package,
|
||||
Export-Package
|
||||
Import-Template:
|
||||
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
||||
org.springframework.security.core.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.web.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.access.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.util;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.acls.*;version="[${version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.beans.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.context.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.expression;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.web.context.*;version="[${spring.version}, 3.2.0)";resolution:=optional,
|
||||
org.springframework.web.util.*;version="[${spring.version}, 3.2.0)",
|
||||
org.apache.commons.logging.*;version="${cloggingRange}",
|
||||
org.springframework.security.core.*;version="${secRange}",
|
||||
org.springframework.security.web.*;version="${secRange}",
|
||||
org.springframework.security.access.*;version="${secRange}",
|
||||
org.springframework.security.util;version="${secRange}",
|
||||
org.springframework.security.acls.*;version="${secRange}";resolution:=optional,
|
||||
org.springframework.beans.*;version="${springRange}",
|
||||
org.springframework.context.*;version="${springRange}",
|
||||
org.springframework.expression;version="${springRange}";resolution:=optional,
|
||||
org.springframework.web.context.*;version="${springRange}";resolution:=optional,
|
||||
org.springframework.web.util.*;version="${springRange}",
|
||||
javax.servlet.*;version="0"
|
||||
|
||||
Reference in New Issue
Block a user