GH-1781 Fall back on JAXB dependencies provided by boot

Resolves #1781
This commit is contained in:
Oleg Zhurakousky
2019-09-11 15:41:43 +02:00
parent bfbf8bfd31
commit 752cf6003c

View File

@@ -76,21 +76,6 @@
<artifactId>spring-boot-starter-web</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<build>