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.1.4.BUILD-SNAPSHOT</spring-cloud-commons.version>
|
||||
<httpclient.version>4.5.5</httpclient.version>
|
||||
<httpcore.version>4.4.9</httpcore.version>
|
||||
<netty.version>4.1.30.Final</netty.version>
|
||||
<okhttp3.version>3.10.0</okhttp3.version>
|
||||
|
||||
<google-api-services-iam.version>v1-rev259-1.25.0
|
||||
@@ -106,12 +105,6 @@
|
||||
<version>${okhttp3.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>${netty.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- GCP SDK -->
|
||||
<dependency>
|
||||
<groupId>com.google.apis</groupId>
|
||||
|
||||
Reference in New Issue
Block a user