Remove unneeded sshd dependency 49/89449/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 13:39:39 +0000 (15:39 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 18:24:58 +0000 (20:24 +0200)
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 c4d8d0631db0835c81112c6769830515e52376fe..01d1c86d4c9f192cef03184ded66983b97a15f93 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 e88b889e5706b80b1f390e1712315958e1e5d7fe..d4b0ca586321fd4c2b5878b13fcf5db7cf39c33c 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>