mirror of
https://github.com/square/okhttp.git
synced 2026-01-15 20:56:41 +03:00
Merge pull request #3126 from square/jw/one-twenty-one
Add ALPN jars for JDK 1.8.0_121.
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -507,6 +507,14 @@
|
||||
<alpn.jdk8.version>8.1.9.v20160720</alpn.jdk8.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>alpn-when-jdk8_121</id>
|
||||
<activation>
|
||||
<jdk>1.8.0_121</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<alpn.jdk8.version>8.1.11.v20170118</alpn.jdk8.version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user