summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2023-11-22 13:52:40 +0100
committerjonmv <venstad@gmail.com>2023-11-22 13:52:40 +0100
commit8a6ed4df11c750dcbf4af8b5341e750d6c2e4036 (patch)
tree5a0f9898d39760439676f468e0fab63c75301dfc /parent
parentb25f718e97af14ba5e7274bd6508c20c850db327 (diff)
Update dependencies
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index c6ae9cdc7e3..545db6ba1f1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -697,6 +697,12 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.vespa.version}</version>
+ <classifier>linux-x86_64</classifier>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-transport-native-epoll</artifactId>
+ <version>${netty.vespa.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
@@ -704,6 +710,11 @@
<version>${netty-tcnative.vespa.version}</version>
</dependency>
<dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative-boringssl-static</artifactId>
+ <version>${netty-tcnative.vespa.version}</version>
+ </dependency>
+ <dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>${prometheus.client.vespa.version}</version>