Inherit dependency management for netty
Closes gh-371.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -45,7 +45,6 @@
|
||||
<spring-cloud-commons.version>2.2.0.BUILD-SNAPSHOT</spring-cloud-commons.version>
|
||||
<httpclient.version>4.5.10</httpclient.version>
|
||||
<httpcore.version>4.4.12</httpcore.version>
|
||||
<netty.version>4.1.43.Final</netty.version>
|
||||
<okhttp3.version>3.14.4</okhttp3.version>
|
||||
<bcpkix-jdk15on.version>1.64</bcpkix-jdk15on.version>
|
||||
|
||||
@@ -107,12 +106,6 @@
|
||||
<version>${okhttp3.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>${netty.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- BouncyCastle -->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
Reference in New Issue
Block a user