Make JAX-B available to the Jersey 1 sample on Java 9
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>java10</id>
|
||||
<id>java9</id>
|
||||
<activation>
|
||||
<jdk>[10,)</jdk>
|
||||
<jdk>[9,)</jdk>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user