Remove redundant Java 9 and 10 profile that adds JAXB API dependency
Closes gh-14309
This commit is contained in:
parent
45204d7ee0
commit
21bc3d3ba5
|
@ -48,18 +48,6 @@
|
|||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>java9-10</id>
|
||||
<activation>
|
||||
<jdk>[9,10]</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>java11+</id>
|
||||
<activation>
|
||||
|
|
Loading…
Reference in New Issue