You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If projects want to use a handlebars template the project needs to add the slf4j dependency as the handlebars rendering engine requires it at runtime. This is currently provided in the wcomponents-bundle module.
This is related to issue #1756 that projects using templates (velocity or handlebars) also require a JSR107 dependency (eg ehcache). Again this is provided in the wcomponents-bundle module.
Should these extra dependencies be included in wcomponents-core so projects are not required to add any new dependencies when using WTemplate.
The text was updated successfully, but these errors were encountered:
If projects want to use a handlebars template the project needs to add the slf4j dependency as the handlebars rendering engine requires it at runtime. This is currently provided in the
wcomponents-bundle
module.This is related to issue #1756 that projects using templates (velocity or handlebars) also require a JSR107 dependency (eg ehcache). Again this is provided in the
wcomponents-bundle
module.Should these extra dependencies be included in
wcomponents-core
so projects are not required to add any new dependencies when using WTemplate.The text was updated successfully, but these errors were encountered: