Skip to content

Commit 3782565

Browse files
Alexandre Vermeerbergenrzo1
Alexandre Vermeerbergen
authored andcommitted
STORM-4003: add missing jakarta.xml.bind dependency to storm-kafka-monitor
1 parent a7aac90 commit 3782565

File tree

1 file changed

+5
-0
lines changed
  • external/storm-kafka-monitor

1 file changed

+5
-0
lines changed

external/storm-kafka-monitor/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
<groupId>commons-cli</groupId>
6363
<artifactId>commons-cli</artifactId>
6464
</dependency>
65+
<dependency>
66+
<groupId>jakarta.xml.bind</groupId>
67+
<artifactId>jakarta.xml.bind-api</artifactId>
68+
<!-- version will be inherited -->
69+
</dependency>
6570
</dependencies>
6671

6772
<build>

0 commit comments

Comments
 (0)