Move jaxb-api dependency out of the test section

This commit is contained in:
Antonin Delpeuch 2020-06-21 20:56:33 +02:00
parent 62cb20a201
commit e92200a35f

View File

@ -352,7 +352,11 @@
<artifactId>guava</artifactId>
<version>24.1.1-jre</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<!-- test dependencies -->
@ -368,11 +372,6 @@
<version>3.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>