@ -798,22 +798,9 @@
</dependencies>
<profiles>
<profile>
<id>java9-10</id>
<id>java9+</id>
<activation>
<jdk>[9,10]</jdk>
</activation>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<optional>true</optional>
</dependency>
</profile>
<id>java11+</id>
<jdk>[11,)</jdk>
<jdk>[9,)</jdk>
@ -455,22 +455,9 @@
</properties>