Polish jaxb setup for JDK 9 and further
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user