SEC-1673: Use a map to store the range values use in the bundlor templates.
This commit is contained in:
+10
-10
@@ -9,14 +9,14 @@ Ignored-Existing-Headers:
|
||||
Import-Package,
|
||||
Export-Package
|
||||
Import-Template:
|
||||
org.apache.commons.logging.*;version="[1.0.4, 2.0.0)",
|
||||
org.jasig.cas.client.*;version="[3.1.1, 3.2.0)",
|
||||
org.springframework.security.core.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.authentication.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.security.web.*;version="[${version}, 3.2.0)",
|
||||
org.springframework.beans.factory;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.context.*;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.dao;version="[${spring.version}, 3.2.0)",
|
||||
org.springframework.util;version="[${spring.version}, 3.2.0)",
|
||||
net.sf.ehcache.*;version="[1.4.1, 2.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="${cloggingRange}",
|
||||
org.jasig.cas.client.*;version="${casRange}",
|
||||
org.springframework.security.core.*;version="${secRange}",
|
||||
org.springframework.security.authentication.*;version="${secRange}",
|
||||
org.springframework.security.web.*;version="${secRange}",
|
||||
org.springframework.beans.factory;version="${springRange}",
|
||||
org.springframework.context.*;version="${springRange}",
|
||||
org.springframework.dao;version="${springRange}",
|
||||
org.springframework.util;version="${springRange}",
|
||||
net.sf.ehcache.*;version="${ehcacheRange}";resolution:=optional,
|
||||
javax.servlet.*;version="0"
|
||||
|
||||
Reference in New Issue
Block a user