alpn for jdk 1.8.0_242

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2020-01-24 19:59:28 +10:00
parent b64964113c
commit ff19bef4dc
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -2013,6 +2013,18 @@
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
<profile>
<id>8u242</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_242</value>
</property>
</activation>
<properties>
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
<profile>
<id>jdk9</id>
<activation>