Commit 4a47ab4b authored by Andy Wilkinson's avatar Andy Wilkinson

Make JAX-B available to the Jersey 1 sample on Java 9

parent a8bbf712
...@@ -66,9 +66,9 @@ ...@@ -66,9 +66,9 @@
</build> </build>
<profiles> <profiles>
<profile> <profile>
<id>java10</id> <id>java9</id>
<activation> <activation>
<jdk>[10,)</jdk> <jdk>[9,)</jdk>
</activation> </activation>
<dependencies> <dependencies>
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment