Add jaxb-runtime to eureka server starter

See https://github.com/spring-io/start.spring.io/issues/119
This commit is contained in:
Dave Syer
2019-05-20 10:40:35 +01:00
parent 6acaa9be8b
commit 7aab07365d

View File

@@ -34,5 +34,10 @@
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-eureka</artifactId>
</dependency>
<dependency>
<!-- needed for Java 11 -->
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
</dependencies>
</project>