From 8f72a40f6025642b5430ee3f3c6c3c27369afc81 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 22 Aug 2019 15:48:27 +0200 Subject: [PATCH] Remove restconf-artifacts As netconf-artifacts holds all that is needed to consume our project's artifacts, this removes the duplicate restconf-artifacts after downstreams have been fixed up. Change-Id: I406ac03a6ab930cd049a2b7c6433e3a03265d7fb Signed-off-by: Robert Varga --- restconf/pom.xml | 1 - restconf/restconf-artifacts/pom.xml | 37 ----------------------------- 2 files changed, 38 deletions(-) delete mode 100644 restconf/restconf-artifacts/pom.xml diff --git a/restconf/pom.xml b/restconf/pom.xml index 1f4d5f55bd..9426642aee 100644 --- a/restconf/pom.xml +++ b/restconf/pom.xml @@ -29,7 +29,6 @@ restconf-parent - restconf-artifacts restconf-models restconf-common-models restconf-common diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml deleted file mode 100644 index 5fc15af1b3..0000000000 --- a/restconf/restconf-artifacts/pom.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - 4.0.0 - - - org.opendaylight.odlparent - odlparent-lite - 5.0.2 - - - - org.opendaylight.netconf - restconf-artifacts - 1.11.0-SNAPSHOT - pom - - - - - ${project.groupId} - netconf-artifacts - 1.8.0-SNAPSHOT - pom - import - - - - - -- 2.36.6