Skip to content

Commit

Permalink
#33 Add the jaxb-api to the pom in test scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
rototor committed Jan 31, 2022
1 parent 5c29a90 commit 2c5faf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extended-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<version>2.3.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.4.0-b180830.0359</version>
<scope>test</scope>
</dependency>
</dependencies>

<properties>
Expand Down

0 comments on commit 2c5faf6

Please sign in to comment.