Remove restconf-artifacts 04/83904/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 13:48:27 +0000 (15:48 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Sep 2019 09:17:11 +0000 (11:17 +0200)
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 <robert.varga@pantheon.tech>
restconf/pom.xml
restconf/restconf-artifacts/pom.xml [deleted file]

index 1f4d5f55bd1ca3213e58cbbb617e963491a7e895..9426642aee8b06aea99d0173615c25c35ed9c823 100644 (file)
@@ -29,7 +29,6 @@
 
     <modules>
         <module>restconf-parent</module>
-        <module>restconf-artifacts</module>
         <module>restconf-models</module>
         <module>restconf-common-models</module>
         <module>restconf-common</module>
diff --git a/restconf/restconf-artifacts/pom.xml b/restconf/restconf-artifacts/pom.xml
deleted file mode 100644 (file)
index 5fc15af..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-      <groupId>org.opendaylight.odlparent</groupId>
-      <artifactId>odlparent-lite</artifactId>
-      <version>5.0.2</version>
-      <relativePath/>
-    </parent>
-
-    <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-artifacts</artifactId>
-    <version>1.11.0-SNAPSHOT</version>
-    <packaging>pom</packaging>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>netconf-artifacts</artifactId>
-                <version>1.8.0-SNAPSHOT</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-</project>