This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 5612445a93 Remove redundant jaxb-runtime dependency (#5642)
5612445a93 is described below
commit 5612445a93fa136c3e764bf18dee2c7422d10df9
Author: Jiří Locker <[email protected]>
AuthorDate: Fri Jan 12 09:00:55 2024 +0100
Remove redundant jaxb-runtime dependency (#5642)
---
build-parent/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 1a9c8d4d3f..bd2c100298 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -366,11 +366,6 @@
<artifactId>jaxb-core</artifactId>
<version>${version.com.sun.xml.bind}</version>
</dependency>
- <dependency>
- <groupId>org.glassfish.jaxb</groupId>
- <artifactId>jaxb-runtime</artifactId>
- <version>4.0.3</version>
- </dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]