From 13822b4c11cb5417ec378c1c335350f98dd35406 Mon Sep 17 00:00:00 2001 From: Hellblazer Date: Sat, 2 Dec 2023 07:44:27 -0800 Subject: [PATCH] domain socket support foldin --- domain-epoll/pom.xml | 8 ++++---- domain-kqueue/pom.xml | 6 +++--- pom.xml | 45 ++----------------------------------------- 3 files changed, 9 insertions(+), 50 deletions(-) diff --git a/domain-epoll/pom.xml b/domain-epoll/pom.xml index 23587b129..040a06ed4 100644 --- a/domain-epoll/pom.xml +++ b/domain-epoll/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 com.salesforce.apollo @@ -8,13 +9,12 @@ domain-epoll Domain EPoll Linux Unix Domain Socket Support - + io.netty netty-transport-native-epoll ${netty.version} - ${os.detected.classifier} - \ No newline at end of file + diff --git a/domain-kqueue/pom.xml b/domain-kqueue/pom.xml index 4fa4b5580..b884e067d 100644 --- a/domain-kqueue/pom.xml +++ b/domain-kqueue/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 com.salesforce.apollo @@ -14,7 +15,6 @@ io.netty netty-transport-native-kqueue ${netty.version} - ${os.detected.classifier} - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 2aa3896d3..ccef995a4 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,8 @@ gorgoneion gorgoneion-client cryptography + domain-epoll + domain-kqueue @@ -596,49 +598,6 @@ - - - pre - - false - - - h2-deterministic - - - - isolates - - false - - - isolates - isolate-ftesting - - - - mac-domain - - - mac - - - - domain-kqueue - - - - linux-domain - - - linux - - - - domain-epoll - - -