Skip to content

Commit ec7e8ae

Browse files
authored
Merge pull request #36 from juangon/fix_oraclejdk_http2
Fix servlet/http2 when using latest Oracle JDK versions
2 parents 25155db + b348ed6 commit ec7e8ae

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

servlet/http2/pom.xml

+81
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,87 @@
329329
<alpn.version>8.1.11.v20170118</alpn.version>
330330
</properties>
331331
</profile>
332+
<profile>
333+
<id>alpn-when-jdk8_161</id>
334+
<activation>
335+
<jdk>1.8.0_161</jdk>
336+
</activation>
337+
<properties>
338+
<alpn.version>8.1.12.v20180117</alpn.version>
339+
</properties>
340+
</profile>
341+
<profile>
342+
<id>alpn-when-jdk8_162</id>
343+
<activation>
344+
<jdk>1.8.0_162</jdk>
345+
</activation>
346+
<properties>
347+
<alpn.version>8.1.12.v20180117</alpn.version>
348+
</properties>
349+
</profile>
350+
<profile>
351+
<id>alpn-when-jdk8_171</id>
352+
<activation>
353+
<jdk>1.8.0_171</jdk>
354+
</activation>
355+
<properties>
356+
<alpn.version>8.1.12.v20180117</alpn.version>
357+
</properties>
358+
</profile>
359+
<profile>
360+
<id>alpn-when-jdk8_172</id>
361+
<activation>
362+
<jdk>1.8.0_172</jdk>
363+
</activation>
364+
<properties>
365+
<alpn.version>8.1.12.v20180117</alpn.version>
366+
</properties>
367+
</profile>
368+
<profile>
369+
<id>alpn-when-jdk8_181</id>
370+
<activation>
371+
<jdk>1.8.0_181</jdk>
372+
</activation>
373+
<properties>
374+
<alpn.version>8.1.12.v20180117</alpn.version>
375+
</properties>
376+
</profile>
377+
<profile>
378+
<id>alpn-when-jdk8_191</id>
379+
<activation>
380+
<jdk>1.8.0_191</jdk>
381+
</activation>
382+
<properties>
383+
<alpn.version>8.1.13.v20181017</alpn.version>
384+
</properties>
385+
</profile>
386+
<profile>
387+
<id>alpn-when-jdk8_192</id>
388+
<activation>
389+
<jdk>1.8.0_192</jdk>
390+
</activation>
391+
<properties>
392+
<alpn.version>8.1.13.v20181017</alpn.version>
393+
</properties>
394+
</profile>
395+
<profile>
396+
<id>alpn-when-jdk8_201</id>
397+
<activation>
398+
<jdk>1.8.0_201</jdk>
399+
</activation>
400+
<properties>
401+
<alpn.version>8.1.13.v20181017</alpn.version>
402+
</properties>
403+
</profile>
404+
<profile>
405+
<id>alpn-when-jdk8_202</id>
406+
<activation>
407+
<jdk>1.8.0_202</jdk>
408+
</activation>
409+
<properties>
410+
<alpn.version>8.1.13.v20181017</alpn.version>
411+
</properties>
412+
</profile>
332413
</profiles>
333414

334415
</project>

0 commit comments

Comments
 (0)