Add activation API to WebServices samples on Java 11+

Closes gh-14308
This commit is contained in:
Stephane Nicoll
2018-09-05 14:17:31 +02:00
parent 1df3250d84
commit 5f56adc334
2 changed files with 10 additions and 0 deletions

View File

@@ -54,6 +54,10 @@
<jdk>[11,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>