This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/remove-unused-jaxb in repository https://gitbox.apache.org/repos/asf/struts.git
commit d29df3aa2c6e90983e5297c27aa35a83583069e3 Author: Lukasz Lenart <[email protected]> AuthorDate: Thu Nov 27 15:35:38 2025 +0100 Removes unused jaxb-core dependency --- plugins/bean-validation/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index c7266be75..d56086df8 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -68,12 +68,6 @@ <version>2.3.1</version> <scope>test</scope> </dependency> - <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-core</artifactId> - <version>4.0.6</version> - <scope>test</scope> - </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId>
