From 6fc808289dd3ca7f0319ef72c586a1f8a4bc4d6b Mon Sep 17 00:00:00 2001
From: Uko Kokņevičs
Date: Sat, 10 Jan 2026 18:49:47 +0200
Subject: Add netty
---
pom.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/pom.xml b/pom.xml
index ca74064..135360d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
1.5.24
1.18.42
3.3.6
+ 4.2.9.Final
4.7.7
3.15.2
7.20.0
@@ -167,6 +168,26 @@
javalin
${javalin.version}
+
+ io.netty
+ netty-buffer
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-base
+ ${netty.version}
+
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
+
+ io.netty
+ netty-transport
+ ${netty.version}
+
jakarta.inject
jakarta.inject-api
--
cgit v1.2.3