This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5226-weld in repository https://gitbox.apache.org/repos/asf/struts.git
commit 7b655207ec8de281e5c53320de4f83eab59df2d1 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Sep 17 09:40:54 2022 +0200 Includes commons-text in minimal library set --- assembly/src/main/assembly/min-lib.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/assembly/src/main/assembly/min-lib.xml b/assembly/src/main/assembly/min-lib.xml index 3e6e4a176..3cae96356 100644 --- a/assembly/src/main/assembly/min-lib.xml +++ b/assembly/src/main/assembly/min-lib.xml @@ -36,6 +36,7 @@ <include>org.apache.struts:struts2-core</include> <include>org.freemarker:freemarker</include> <include>org.apache.commons:commons-lang3</include> + <include>org.apache.commons:commons-text</include> <include>org.apache.logging.log4j:log4j-api</include> <include>ognl:ognl</include> <include>commons-fileupload:commons-fileupload</include>