Move jaxb-api to the test scope.

This commit is contained in:
Jon Chambers 2021-07-21 10:07:47 -04:00
parent 76cbc067e1
commit dce0d18e24

View File

@ -22,6 +22,7 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>