Remove spring-faces from build

Porting the JavaServer Faces support forward to Jakarta Server Faces
is outside my area of competence. Hopefully, someone with knowledge
of this area will be able to step up later.
This commit is contained in:
Ian Young
2022-05-06 11:39:39 +01:00
committed by rstoyanchev
parent 9207f961eb
commit 3f8c133ad1

View File

@@ -9,7 +9,7 @@ rootProject.name = 'webflow'
include 'spring-binding'
include 'spring-webflow'
include 'spring-faces'
//include 'spring-faces'
include 'spring-js-resources'
rootProject.children.each {project ->