Disable SSHD/Netty integration 86/98686/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Nov 2021 11:56:22 +0000 (12:56 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Nov 2021 11:56:38 +0000 (12:56 +0100)
SSHDd's Netty integration logs everything at INFO, disable it until
it is fixed.

JIRA: NETCONF-835
Change-Id: I4ee0cf07727425ff690bf28095855bfb15387785
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/shaded-sshd/pom.xml

index 843c1ea7a7278fcb00d6f99ae3c7e2d6ff20fcfa..2cc3dda3cba13a713c975fe4de88b505f3bfb593 100644 (file)
@@ -63,6 +63,9 @@
                             <overWriteReleases>false</overWriteReleases>
                             <overWriteSnapshots>true</overWriteSnapshots>
                             <outputDirectory>${project.build.directory}/classes</outputDirectory>
+
+                            <!-- FIXME: NETCONF-836: remove this part once we are ready to re-integrate SSHD with Netty -->
+                            <excludes>META-INF/services/org.opendaylight.netconf.shaded.sshd.common.io.IoServiceFactoryFactory</excludes>
                         </configuration>
                     </execution>
                     <execution>