File 0007-Do-not-require-the-tcnative-native-library.patch of Package netty.31061
From f1809748741e0efbab264fe267b1db3a7157c401 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch>
Date: Thu, 30 Mar 2023 13:21:56 +0200
Subject: [PATCH 7/7] Do not require the tcnative native library
---
handler/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/handler/pom.xml b/handler/pom.xml
index 741997658f..96cf82f0a3 100644
--- a/handler/pom.xml
+++ b/handler/pom.xml
@@ -70,12 +70,6 @@
<artifactId>netty-tcnative-classes</artifactId>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>${tcnative.artifactId}</artifactId>
- <classifier>${tcnative.classifier}</classifier>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
--
2.42.0