Remove unneeded sshd dependency 52/89452/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 13:39:39 +0000 (15:39 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 27 Apr 2020 20:43:11 +0000 (20:43 +0000)
odl-netconf-util does not need sshd, move it to netconf-netty-util,
where it really belongs.

Change-Id: I254daf9608820af5965724a2eb1873343303b54c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 41c3552923a49955573921411b93c77d447c51c8)

features/netconf/odl-netconf-netty-util/pom.xml
features/netconf/odl-netconf-util/pom.xml

index aa3d462bad7efa1ef6863980df4a122c7eff3239..a65903735f5f6f5dd7ce4dd3dd693c46cd372701 100644 (file)
             <type>xml</type>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>odl-apache-sshd</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>odl-netty-4</artifactId>
index a81ddbfc60078aac4fbf7984b5a1647f35ae8349..3ac1488eb5e4d93f0368dc7b9fea288b3ba31472 100644 (file)
     <packaging>feature</packaging>
 
     <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.odlparent</groupId>
-            <artifactId>odl-apache-sshd</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-mapping-api</artifactId>