summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-01 13:10:50 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-01 13:10:50 +0100
commit76cdee1005f24e662c4fc26e0aa03246b8cf4315 (patch)
tree7d7b5e3f8f7e2f205f91dd15bf53ac20bc781368 /parent
parent60d6cab0299751e22a7d8f5be8c5cc89f996389f (diff)
Consolidate on a single netty version from trasitive dependencies.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml39
1 files changed, 37 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 734451620c6..afec99ee8c1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -499,6 +499,41 @@
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-buffer</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-common</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec-http2</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec-http</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport-classes-epoll</artifactId>
+ <version>${netty.version}</version>
+ </dependency>
<dependency> <!-- Control netty-handler version -->
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
@@ -511,7 +546,7 @@
</dependency>
<dependency> <!-- Control netty-handler version -->
<groupId>io.netty</groupId>
- <artifactId>netty-tcnative-classes</artifactId>
+ <artifactId>netty-tcnative</artifactId>
<version>${netty-tcnative.version}</version>
</dependency>
<dependency>
@@ -1065,7 +1100,7 @@
<!-- Athenz dependencies. Make sure these dependencies match those in Vespa's internal repositories -->
<athenz.version>1.10.54</athenz.version> <!-- WARNING: sync cloud-tenant-base-dependencies-enforcer/pom.xml -->
<avro.version>1.11.1</avro.version>
- <aws-sdk.version>1.12.325</aws-sdk.version>
+ <aws-sdk.version>1.12.331</aws-sdk.version>
<!-- Athenz END -->
<!-- WARNING: If you change curator version, you also need to update