Browse Source

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

pull/12721/merge
Andy Wilkinson 8 years ago
parent
commit
4a47ab4b3e
  1. 4
      spring-boot-samples/spring-boot-sample-jersey1/pom.xml

4
spring-boot-samples/spring-boot-sample-jersey1/pom.xml

@ -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>

Loading…
Cancel
Save