This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch release/struts-6-7-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/release/struts-6-7-x by this
push:
new cae08102d Removes unused jaxb-core dependency (#1434)
cae08102d is described below
commit cae08102d5d4a3ad63dda9805ec114802f7ce762
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Nov 28 08:44:15 2025 +0100
Removes unused jaxb-core dependency (#1434)
---
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>