This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 3782565e0 STORM-4003: add missing jakarta.xml.bind dependency to
storm-kafka-monitor
3782565e0 is described below
commit 3782565e0d60445f5486aa72124b62f4716f7461
Author: Alexandre Vermeerbergen <[email protected]>
AuthorDate: Wed Nov 15 15:42:08 2023 +0100
STORM-4003: add missing jakarta.xml.bind dependency to storm-kafka-monitor
---
external/storm-kafka-monitor/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/external/storm-kafka-monitor/pom.xml
b/external/storm-kafka-monitor/pom.xml
index 3cfa6dd41..5c78f4e49 100644
--- a/external/storm-kafka-monitor/pom.xml
+++ b/external/storm-kafka-monitor/pom.xml
@@ -62,6 +62,11 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
+ <dependency>
+ <groupId>jakarta.xml.bind</groupId>
+ <artifactId>jakarta.xml.bind-api</artifactId>
+ <!-- version will be inherited -->
+ </dependency>
</dependencies>
<build>