Skip to content

Commit

Permalink
Add explicit dependency to jaxb-api, for #80
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Feb 5, 2022
1 parent d0e7a46 commit ad46e9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<osr-common.version>3.0.9-SNAPSHOT</osr-common.version>
<!-- Should be ${project.version} but that causes trouble with the release plugin -->
<sweble.version>3.1.10-SNAPSHOT</sweble.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
</properties>

<!-- =================================================================== -->
Expand Down
6 changes: 6 additions & 0 deletions sweble-wikitext-components-parent/swc-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
<artifactId>rats-runtime</artifactId>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb-api.version}</version>
</dependency>

<!-- JAXB Reference Implementation -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down

0 comments on commit ad46e9d

Please sign in to comment.