Remove netconf.util.NetconfConfiguration 29/105729/9
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Apr 2023 09:24:15 +0000 (11:24 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 28 Apr 2023 14:53:10 +0000 (14:53 +0000)
commitdaa96894dce0ce1a72b4706c64d681e29b4f6cb8
treeec2ce77624d0e1fe5116575da0717cfd0a9f4a01
parent7347cad9b610ed009ae6efd3ff75a1b749f599c6
Remove netconf.util.NetconfConfiguration

This class is not really used, nor is the configuration file. Remove
the interface and all implementation details.

Change-Id: I8d8458c96509fb21c9f9bac7cf59d3567277ceb3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 files changed:
artifacts/pom.xml
features/netconf/odl-netconf-util/pom.xml
features/netconf/odl-netconf-util/src/main/feature/feature.xml
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/EchoServer.java
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/ProxyServer.java
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/SSHServerTest.java
netconf/mdsal-netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/SSHTest.java
protocol/netconf-util/pom.xml
protocol/netconf-util/src/main/java/org/opendaylight/netconf/util/NetconfConfiguration.java [deleted file]
protocol/netconf-util/src/main/java/org/opendaylight/netconf/util/NetconfConfigurationHolder.java [deleted file]
protocol/netconf-util/src/main/java/org/opendaylight/netconf/util/NetconfConfigurationImpl.java [deleted file]
protocol/netconf-util/src/main/resources/netconf.cfg [deleted file]