Updating protonego ref
This commit is contained in:
parent
38b5c11d25
commit
12ca82b5bd
|
@ -6,7 +6,7 @@
|
|||
<Call name="addConnectionFactory">
|
||||
<Arg>
|
||||
<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>
|
||||
</New>
|
||||
</Arg>
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
alpn
|
||||
|
||||
[depend]
|
||||
ssl
|
||||
alpn-impl/alpn-${java.version}
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in New Issue