Skip to content

Commit 4a47ab4

Browse files
committed
Make JAX-B available to the Jersey 1 sample on Java 9
1 parent a8bbf71 commit 4a47ab4

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-samples/spring-boot-sample-jersey1

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
</build>
6767
<profiles>
6868
<profile>
69-
<id>java10</id>
69+
<id>java9</id>
7070
<activation>
71-
<jdk>[10,)</jdk>
71+
<jdk>[9,)</jdk>
7272
</activation>
7373
<dependencies>
7474
<dependency>

0 commit comments

Comments
 (0)