Skip to content

Commit

Permalink
Upgrade to alpn-boot v8.1.13.v20181017 (#2547)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9cf82e4)
  • Loading branch information
jplock authored and arteam committed Dec 10, 2018
1 parent b9c9aee commit fb385e6
Showing 1 changed file with 62 additions and 14 deletions.
76 changes: 62 additions & 14 deletions dropwizard-http2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,10 @@

<properties>
<!-- Default alpn-boot version. See <profiles> for specific profiles. -->
<alpn-boot.version>8.1.12.v20180117</alpn-boot.version>
<alpn-boot.version>8.1.13.v20181017</alpn-boot.version>
<argLine>"-Xbootclasspath/p:/${user.home}/.m2/repository/org/mortbay/jetty/alpn/alpn-boot/${alpn-boot.version}/alpn-boot-${alpn-boot.version}.jar" -Duser.language=en -Duser.region=US</argLine>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xbootclasspath/p:/"${user.home}/.m2/repository/org/mortbay/jetty/alpn/alpn-boot/${alpn-boot.version}/alpn-boot-${alpn-boot.version}.jar"
-Duser.language=en -Duser.region=US</argLine>
</configuration>
</plugin>
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -480,5 +468,65 @@
<alpn-boot.version>8.1.12.v20180117</alpn-boot.version>
</properties>
</profile>
<profile>
<id>jdk-1.8.0_171</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_171</value>
</property>
</activation>
<properties>
<alpn-boot.version>8.1.12.v20180117</alpn-boot.version>
</properties>
</profile>
<profile>
<id>jdk-1.8.0_172</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_172</value>
</property>
</activation>
<properties>
<alpn-boot.version>8.1.12.v20180117</alpn-boot.version>
</properties>
</profile>
<profile>
<id>jdk-1.8.0_181</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_181</value>
</property>
</activation>
<properties>
<alpn-boot.version>8.1.12.v20180117</alpn-boot.version>
</properties>
</profile>
<profile>
<id>jdk-1.8.0_191</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_191</value>
</property>
</activation>
<properties>
<alpn-boot.version>8.1.13.v20181017</alpn-boot.version>
</properties>
</profile>
<profile>
<id>jdk-1.8.0_192</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_192</value>
</property>
</activation>
<properties>
<alpn-boot.version>8.1.13.v20181017</alpn-boot.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit fb385e6

Please sign in to comment.