Disable SSHD/Netty integration
[netconf.git] / 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>