update javax.faces to jakarta.faces
Signed-off-by: Gurkan Erdogdu <cgurkanerdogdu@gmail.com>
diff --git a/appserver/admingui/common/src/main/resources/appServer/jvmReport.jsf b/appserver/admingui/common/src/main/resources/appServer/jvmReport.jsf
index 15c1c69..dcb8c29 100644
--- a/appserver/admingui/common/src/main/resources/appServer/jvmReport.jsf
+++ b/appserver/admingui/common/src/main/resources/appServer/jvmReport.jsf
@@ -34,7 +34,7 @@
/>
<sun:html id="html2">
<sun:head id="propertyhead" title="JVM Report" javaScript="true" debug="false" parseOnLoad="false">
- <h:outputScript name="jsf.js" library="javax.faces" target="head" />
+ <h:outputScript name="jsf.js" library="jakarta.faces" target="head" />
<sun:script url="/resource/common/js/adminjsf.js" />
</sun:head>
diff --git a/appserver/admingui/common/src/main/resources/logViewer/logViewer.jsf b/appserver/admingui/common/src/main/resources/logViewer/logViewer.jsf
index ecf65c5..ab01796 100644
--- a/appserver/admingui/common/src/main/resources/logViewer/logViewer.jsf
+++ b/appserver/admingui/common/src/main/resources/logViewer/logViewer.jsf
@@ -121,7 +121,7 @@
</ui:event>
<sun:html id="html2">
<sun:head id="propertyhead" title="$resource{i18nc.logViewer.PageTitle}" debug="false" parseOnLoad="false">
- <h:outputScript name="jsf.js" library="javax.faces" target="head" />
+ <h:outputScript name="jsf.js" library="jakarta.faces" target="head" />
<sun:script url="/resource/common/js/adminjsf.js" />
</sun:head>
<sun:body onLoad="javascript: checkHiddenElements(); setFocusTableResults('#{hasResults}');" id="body3">
diff --git a/appserver/admingui/common/src/main/resources/logViewer/logViewerRaw.jsf b/appserver/admingui/common/src/main/resources/logViewer/logViewerRaw.jsf
index c0d359d..64507c1 100644
--- a/appserver/admingui/common/src/main/resources/logViewer/logViewerRaw.jsf
+++ b/appserver/admingui/common/src/main/resources/logViewer/logViewerRaw.jsf
@@ -36,7 +36,7 @@
</ui:event>
<sun:html id="html2">
<sun:head id="propertyhead" title="$resource{i18nc.logViewerRaw.PageTitle}" debug="false" parseOnLoad="false">
- <h:outputScript name="jsf.js" library="javax.faces" target="head" />
+ <h:outputScript name="jsf.js" library="jakarta.faces" target="head" />
<sun:script url="/resource/common/js/adminjsf.js" />
</sun:head>
<sun:body onLoad="javascript: logViewerRaw('/download/log/?contentSourceId=LogViewer&start=0&instanceName=#{pageSession.encodedInstanceName}&restUrl=' + encodeURIComponent('#{sessionScope.REST_URL}'))" id="body3">