Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a1f5ebf3b9..6eb2857e0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -975,5 +975,18 @@
<alpn.version>8.1.5.v20150921</alpn.version>
</properties>
</profile>
+
+ <profile>
+ <id>8u66</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.8.0_66</value>
+ </property>
+ </activation>
+ <properties>
+ <alpn.version>8.1.5.v20150921</alpn.version>
+ </properties>
+ </profile>
</profiles>
</project>

Back to the top