From 1f0f873cdf1e3871e9aef1b13e3a152ddf20690d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 17 Jul 2022 17:40:24 +0200 Subject: [PATCH] Move ietf-netconf-monitoring-extension This is an implementation detail, let's make sure we treat it that way. JIRA: NETCONF-891 Change-Id: I2de2dbf7c348f1790f9e2cec21db8b9cbfa0a2d2 Signed-off-by: Robert Varga --- artifacts/pom.xml | 7 ---- features/netconf/odl-netconf-api/pom.xml | 4 --- .../ietf-netconf-monitoring-extension/pom.xml | 29 ---------------- netconf/models/pom.xml | 33 ------------------- netconf/netconf-impl/pom.xml | 4 --- .../ietf-netconf-monitoring-extension.yang | 0 netconf/pom.xml | 1 - netconf/tools/netconf-testtool/pom.xml | 4 --- 8 files changed, 82 deletions(-) delete mode 100644 netconf/models/ietf-netconf-monitoring-extension/pom.xml delete mode 100644 netconf/models/pom.xml rename netconf/{models/ietf-netconf-monitoring-extension => netconf-impl}/src/main/yang/ietf-netconf-monitoring-extension.yang (100%) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 7de87264be..9d1a9033c2 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -180,13 +180,6 @@ ${project.version} - - - ${project.groupId} - ietf-netconf-monitoring-extension - ${project.version} - - ${project.groupId} diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index 0db7ea92e0..e6c654c35a 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -54,10 +54,6 @@ org.opendaylight.netconf netconf-auth - - org.opendaylight.netconf - ietf-netconf-monitoring-extension - org.opendaylight.netconf.model rfc5277 diff --git a/netconf/models/ietf-netconf-monitoring-extension/pom.xml b/netconf/models/ietf-netconf-monitoring-extension/pom.xml deleted file mode 100644 index 30749d29fc..0000000000 --- a/netconf/models/ietf-netconf-monitoring-extension/pom.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.netconf - netconf-parent - 4.0.0-SNAPSHOT - ../../../parent - - - ietf-netconf-monitoring-extension - ${project.artifactId} - bundle - - - - org.opendaylight.netconf.model - rfc6022 - - - diff --git a/netconf/models/pom.xml b/netconf/models/pom.xml deleted file mode 100644 index c64ac8f735..0000000000 --- a/netconf/models/pom.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - odlparent-lite - 11.0.0 - - - - org.opendaylight.netconf - netconf-models - 4.0.0-SNAPSHOT - pom - ${project.artifactId} - - - true - true - - - - ietf-netconf-monitoring-extension - - diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index 861258dc86..e9955fe188 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/pom.xml @@ -25,10 +25,6 @@ org.opendaylight.netconf.model rfc6022 - - ${project.groupId} - ietf-netconf-monitoring-extension - ${project.groupId} diff --git a/netconf/models/ietf-netconf-monitoring-extension/src/main/yang/ietf-netconf-monitoring-extension.yang b/netconf/netconf-impl/src/main/yang/ietf-netconf-monitoring-extension.yang similarity index 100% rename from netconf/models/ietf-netconf-monitoring-extension/src/main/yang/ietf-netconf-monitoring-extension.yang rename to netconf/netconf-impl/src/main/yang/ietf-netconf-monitoring-extension.yang diff --git a/netconf/pom.xml b/netconf/pom.xml index cc524d8042..c29e24a7c3 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -52,7 +52,6 @@ netconf-topology-singleton sal-netconf-connector yanglib - models tools netconf-console diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index 46872f9ddd..b894a54c26 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -81,10 +81,6 @@ org.opendaylight.netconf.model rfc6022 - - ${project.groupId} - ietf-netconf-monitoring-extension - ${project.groupId} netconf-client -- 2.36.6