This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new af99a441a8 HDDS-8955. Add JAXB runtime to HttpFS classpath (#5005)
af99a441a8 is described below
commit af99a441a827b7b194d7819b7ed5d5c670c93c94
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Jun 30 07:08:33 2023 +0200
HDDS-8955. Add JAXB runtime to HttpFS classpath (#5005)
---
hadoop-ozone/httpfsgateway/pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/httpfsgateway/pom.xml
b/hadoop-ozone/httpfsgateway/pom.xml
index 04d49f0ab6..936de171ae 100644
--- a/hadoop-ozone/httpfsgateway/pom.xml
+++ b/hadoop-ozone/httpfsgateway/pom.xml
@@ -153,7 +153,10 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]