This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 11833fdd5 Reverts JAXB implementation to pre-Jakarta version 11833fdd5 is described below commit 11833fdd51d2c3b67258f26d9099a932938d0faa Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Jul 24 07:52:54 2023 +0200 Reverts JAXB implementation to pre-Jakarta version --- plugins/bean-validation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index 66bd0bbb4..cf6df5c6a 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -88,7 +88,7 @@ <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>4.0.3</version> + <version>2.3.3</version> <scope>test</scope> </dependency> <dependency>