From 791995cdf24c3623d5cfc76f6afab91ff4d3b873 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 4 Nov 2021 12:45:25 +0100 Subject: [PATCH] Transform ServiceLoader services Rather than excluding services, process them through a proper transformer, so they work okay. Change-Id: I43d5b5b6f5bbc13d2027e861bc4b1535437d0caf Signed-off-by: Robert Varga --- netconf/shaded-sshd-jar/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/netconf/shaded-sshd-jar/pom.xml b/netconf/shaded-sshd-jar/pom.xml index efb0148345..c3f5b2c61e 100644 --- a/netconf/shaded-sshd-jar/pom.xml +++ b/netconf/shaded-sshd-jar/pom.xml @@ -79,7 +79,6 @@ * META-INF/MANIFEST.MF - META-INF/services/** .cache/formatter-maven-cache.properties @@ -89,7 +88,6 @@ META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE - META-INF/services/** @@ -103,6 +101,9 @@ org.opendaylight.netconf.shaded.eddsa + + + -- 2.36.6