Parent pom inconsistent between baselines
Motivation: ALPN version updates revealed an inconsistency visible by defaulting to npn when alpn was expected. Modifications: Default to ALPN. Result: Build and unit tests should pass.
This commit is contained in:
parent
2c0a85c6ec
commit
5ff0b1253c
2
pom.xml
2
pom.xml
@ -483,7 +483,7 @@
|
||||
-XX:+OptimizeStringConcat
|
||||
-XX:+HeapDumpOnOutOfMemoryError
|
||||
</argLine.common>
|
||||
<argLine.bootcp>-Xbootclasspath/p:${jetty.npn.path}</argLine.bootcp>
|
||||
<argLine.bootcp>-Xbootclasspath/p:${jetty.alpn.path}</argLine.bootcp>
|
||||
<argLine.leak>-verbose:gc</argLine.leak> <!-- Overridden when 'leak' profile is active -->
|
||||
<argLine.coverage>-D_</argLine.coverage> <!-- Overridden when 'coverage' profile is active -->
|
||||
</properties>
|
||||
|
Loading…
Reference in New Issue
Block a user