Updating protonego ref
This commit is contained in:
parent
38b5c11d25
commit
12ca82b5bd
|
@ -6,7 +6,7 @@
|
||||||
<Call name="addConnectionFactory">
|
<Call name="addConnectionFactory">
|
||||||
<Arg>
|
<Arg>
|
||||||
<New class="org.eclipse.jetty.server.SslConnectionFactory">
|
<New class="org.eclipse.jetty.server.SslConnectionFactory">
|
||||||
<Arg name="next"><Property name="protonego"/></Arg>
|
<Arg name="next">alpn</Arg>
|
||||||
<Arg name="sslContextFactory"><Ref refid="sslContextFactory"/></Arg>
|
<Arg name="sslContextFactory"><Ref refid="sslContextFactory"/></Arg>
|
||||||
</New>
|
</New>
|
||||||
</Arg>
|
</Arg>
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
alpn
|
alpn
|
||||||
|
|
||||||
[depend]
|
[depend]
|
||||||
|
ssl
|
||||||
alpn-impl/alpn-${java.version}
|
alpn-impl/alpn-${java.version}
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in New Issue