diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/UIConfiguration.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/UIConfiguration.java index 30cfc1d28..713575d81 100644 --- a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/UIConfiguration.java +++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/UIConfiguration.java @@ -28,7 +28,6 @@ import java.util.Set; public class UIConfiguration { private Set jsFiles; - private Set templateFiles; /** * @return the jsFiles @@ -42,17 +41,5 @@ public class UIConfiguration { public void setJsFiles(Set jsFiles) { this.jsFiles = jsFiles; } - /** - * @return the templateFiles - */ - public Set getTemplateFiles() { - return templateFiles; - } - /** - * @param templateFiles the templateFiles to set - */ - public void setTemplateFiles(Set templateFiles) { - this.templateFiles = templateFiles; - } } diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/ui-config.xml b/openid-connect-server-webapp/src/main/webapp/WEB-INF/ui-config.xml index e1e877e64..e08407fb3 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/ui-config.xml +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/ui-config.xml @@ -46,11 +46,6 @@ - - - - - diff --git a/uma-server-webapp/src/main/webapp/WEB-INF/ui-config.xml b/uma-server-webapp/src/main/webapp/WEB-INF/ui-config.xml index 8fa356875..29a359f6a 100644 --- a/uma-server-webapp/src/main/webapp/WEB-INF/ui-config.xml +++ b/uma-server-webapp/src/main/webapp/WEB-INF/ui-config.xml @@ -46,12 +46,6 @@ resources/js/policy.js - - - - - -