From: Robert Varga Date: Tue, 2 May 2023 11:06:17 +0000 (+0200) Subject: Add odl-netconf-transport X-Git-Tag: v6.0.0~50 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=f758e5eba2e634c5adfedf1bc9bf15b71518ac21;p=netconf.git Add odl-netconf-transport Package the rest of the transport-level features, so that individual users may depend on this feature to provide all the transports available. JIRA: NETCONF-590 Change-Id: Ie3091c2ba29df287a7b374768e25ef100ff54e67 Signed-off-by: Robert Varga Signed-off-by: Ruslan Kashapov --- diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 7082e1a76d..5c4ac9fcf7 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -130,6 +130,13 @@ + + org.opendaylight.netconf + odl-netconf-transport + ${project.version} + xml + features + org.opendaylight.netconf odl-netconf-transport-api diff --git a/features/features-netconf/pom.xml b/features/features-netconf/pom.xml index 5ea9128a93..f63151eba9 100644 --- a/features/features-netconf/pom.xml +++ b/features/features-netconf/pom.xml @@ -160,6 +160,12 @@ xml features + + org.opendaylight.netconf + odl-netconf-transport + xml + features + org.opendaylight.netconf odl-netconf-keystore diff --git a/features/odl-netconf-transport/pom.xml b/features/odl-netconf-transport/pom.xml new file mode 100644 index 0000000000..e9983eb0a0 --- /dev/null +++ b/features/odl-netconf-transport/pom.xml @@ -0,0 +1,56 @@ + + + + 4.0.0 + + + org.opendaylight.netconf + feature-parent + 6.0.0-SNAPSHOT + ../parent + + + odl-netconf-transport + feature + OpenDaylight :: Netconf :: Transport + + + + org.opendaylight.netconf + odl-netconf-keystore + xml + features + + + org.opendaylight.netconf + odl-netconf-truststore + xml + features + + + org.opendaylight.netconf + odl-netconf-transport-api + xml + features + + + + org.opendaylight.netconf + transport-ssh + + + org.opendaylight.netconf + transport-tcp + + + org.opendaylight.netconf + transport-tls + + + diff --git a/features/pom.xml b/features/pom.xml index 41bfd6191f..af4e508a97 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -58,6 +58,7 @@ odl-netconf-ssh odl-netconf-test-tools odl-netconf-topology + odl-netconf-transport odl-netconf-transport-api odl-netconf-truststore odl-netconf-util