From b58b6d9c2472c190c671098f4db482b4cfbcd61b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 31 Jan 2024 12:22:20 +0100 Subject: [PATCH] Eliminate callhome-model artifact Move the model into its sole user and eliminate the artifact. JIRA: NETCONF-1243 Change-Id: I41a7a1dd79227b1672119dacae33df713f0b2a35 Signed-off-by: Robert Varga --- apps/callhome-provider/pom.xml | 4 ---- .../yang/odl-netconf-callhome-server.yang | 0 artifacts/pom.xml | 5 ----- netconf/callhome-model/pom.xml | 22 ------------------- netconf/pom.xml | 1 - 5 files changed, 32 deletions(-) rename {netconf/callhome-model => apps/callhome-provider}/src/main/yang/odl-netconf-callhome-server.yang (100%) delete mode 100644 netconf/callhome-model/pom.xml diff --git a/apps/callhome-provider/pom.xml b/apps/callhome-provider/pom.xml index 13337e4548..40418e4cf5 100644 --- a/apps/callhome-provider/pom.xml +++ b/apps/callhome-provider/pom.xml @@ -77,10 +77,6 @@ org.opendaylight.netconf callhome-server - - org.opendaylight.netconf - callhome-model - org.opendaylight.netconf netconf-client-mdsal diff --git a/netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang b/apps/callhome-provider/src/main/yang/odl-netconf-callhome-server.yang similarity index 100% rename from netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang rename to apps/callhome-provider/src/main/yang/odl-netconf-callhome-server.yang diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 8edbc87c1a..6e94b2b69c 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -289,11 +289,6 @@ ${project.version} - - org.opendaylight.netconf - callhome-model - ${project.version} - org.opendaylight.netconf callhome-server diff --git a/netconf/callhome-model/pom.xml b/netconf/callhome-model/pom.xml deleted file mode 100644 index 226843008c..0000000000 --- a/netconf/callhome-model/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.netconf - netconf-parent - 7.0.0-SNAPSHOT - ../../parent - - - callhome-model - bundle - ${project.artifactId} - diff --git a/netconf/pom.xml b/netconf/pom.xml index 62d08f5de9..50bbe1b852 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -34,7 +34,6 @@ yanglib tools - callhome-model callhome-server netconf-test-models -- 2.36.6