Polish jaxb setup for JDK 9 and further

pull/14125/head
Stephane Nicoll 6 years ago
parent 6ecbd8d21b
commit ba2f2a3727

@ -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>
</dependencies>
</profile>
<profile>
<id>java11+</id>
<activation>
<jdk>[11,)</jdk>
<jdk>[9,)</jdk>
</activation>
<dependencies>
<dependency>

@ -455,22 +455,9 @@
</properties>
</profile>
<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>
</dependencies>
</profile>
<profile>
<id>java11+</id>
<activation>
<jdk>[11,)</jdk>
<jdk>[9,)</jdk>
</activation>
<dependencies>
<dependency>

Loading…
Cancel
Save