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

Commit

Permalink
Merge pull request #96 from num-codex/bug/95-add-missing-jaxb-api-dep…
Browse files Browse the repository at this point in the history
…endency

Add Missing JAXB API Dependency
  • Loading branch information
DiCanio authored Feb 3, 2022
2 parents 1f16acf + 1e2a50a commit 49dc85d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
<artifactId>broker-client</artifactId>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>

<dependency>
<groupId>org.highmed.dsf</groupId>
Expand Down

0 comments on commit 49dc85d

Please sign in to comment.