HTTP/2 codec missing from all/pom.xml
Motivation: The codec-http2 module was excluded from the all/pom.xml. Modifications: Include the codec-http2 dependency in the all/pom.xml. Results: Projects including the all dependency get codec-http2.
This commit is contained in:
parent
d94eab76b6
commit
a24627aa36
@ -140,6 +140,13 @@
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>netty-codec-http2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>netty-codec-memcache</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user