Excluded Jaxb from Rest Assured

This commit is contained in:
Marcin Grzejszczak
2020-07-15 11:55:19 +02:00
parent 13c7d477fb
commit ba6bad379e
2 changed files with 16 additions and 0 deletions

View File

@@ -477,6 +477,10 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-osgi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>