Apply java9 profile to JDK 10 (and later) as well as JDK 9

See gh-12028
This commit is contained in:
Andy Wilkinson
2018-03-02 15:28:03 +00:00
parent 7fdc26351a
commit f7c8be1877
13 changed files with 13 additions and 13 deletions

View File

@@ -68,7 +68,7 @@
<profile>
<id>java9</id>
<activation>
<jdk>9</jdk>
<jdk>[9,)</jdk>
</activation>
<dependencies>
<dependency>