diff --git a/gradle.properties b/gradle.properties index 3d8fb90ef1..e90c270945 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,6 +26,7 @@ webProxyPortletVersion=2.3.3 vueVersion=2.6.12 uPortalWebComponentsVersion=1.36.0 notificationWebComponentsVersion=1.0.4 +htmlIncludeElementWebComponentVersion=0.2.0 portletApiDependency=org.apache.portals:portlet-api_2.1.0_spec:1.0 servletApiDependency=javax.servlet:javax.servlet-api:3.0.1 diff --git a/overlays/resource-server/build.gradle b/overlays/resource-server/build.gradle index e414ff8d85..e7a01e1d6b 100644 --- a/overlays/resource-server/build.gradle +++ b/overlays/resource-server/build.gradle @@ -24,6 +24,9 @@ dependencies { runtime "org.webjars.npm:uportal__notification-list:${notificationWebComponentsVersion}@jar" runtime "org.webjars.npm:uportal__notification-modal:${notificationWebComponentsVersion}@jar" + // Third party Webjars + runtime "org.webjars.npm:html-include-element:${htmlIncludeElementWebComponentVersion}@jar" + } war {