Add support for webjars-locator-lite
This is a follow-up to spring-projects/spring-framework#27619 This commit adds support for "org.webjars:webjars-locator-lite" for enabling the statis resources chain. As of this commit, support for "org.webjars:webjars-locator-core" is deprecated for obvious performance reasons. Closes gh-40146
This commit is contained in:
@@ -2206,6 +2206,13 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("WebJars Locator Lite", "1.0.0") {
|
||||
group("org.webjars") {
|
||||
modules = [
|
||||
"webjars-locator-lite"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("WebJars Locator Core", "0.59") {
|
||||
group("org.webjars") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user