Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit 49dc85d

Browse files
authored
Merge pull request #96 from num-codex/bug/95-add-missing-jaxb-api-dependency
Add Missing JAXB API Dependency
2 parents 1f16acf + 1e2a50a commit 49dc85d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
<artifactId>broker-client</artifactId>
109109
<version>1.3.2</version>
110110
</dependency>
111+
<dependency>
112+
<groupId>javax.xml.bind</groupId>
113+
<artifactId>jaxb-api</artifactId>
114+
</dependency>
111115

112116
<dependency>
113117
<groupId>org.highmed.dsf</groupId>

0 commit comments

Comments
 (0)