Remove netconf-notifications-{api,impl} remnants 31/105731/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Apr 2023 10:31:49 +0000 (12:31 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Apr 2023 10:42:19 +0000 (12:42 +0200)
The previous patch did not clean up things completely, this patch
finishes the job.

JIRA: NETCONF-945
Change-Id: I39e64d830a45b118761f1deae76b5fe70e182dc7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
features/netconf/features-netconf-testing/pom.xml
features/netconf/features-netconf/pom.xml
features/netconf/odl-netconf-impl/pom.xml
netconf/netconf-notifications-api/pom.xml [deleted file]
netconf/pom.xml

index b2f4f694efc617915313763509d2c0253b7204be..8e734a862920f7c6b40b8c8797f5ca1b6abf528c 100644 (file)
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>odl-netconf-notifications-impl</artifactId>
-                <version>${project.version}</version>
-                <type>xml</type>
-                <classifier>features</classifier>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-netconf-ssh</artifactId>
index ff8f30882f871e6549814bf23aa2c52ed5a93d1d..3b521609a5562a8e326475053a5362b35f2a25b0 100644 (file)
           <type>xml</type>
           <classifier>features</classifier>
       </dependency>
-      <dependency>
-          <groupId>${project.groupId}</groupId>
-          <artifactId>odl-netconf-notifications-impl</artifactId>
-          <type>xml</type>
-          <classifier>features</classifier>
-      </dependency>
       <dependency>
           <groupId>${project.groupId}</groupId>
           <artifactId>odl-netconf-ssh</artifactId>
index 17c5359c80a15dbd1320f7d4cc7f83ef7bbb546c..dbb9b5e3a8793f03fa3e53b046e78be7dbe72dbc 100644 (file)
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>odl-netconf-notifications-impl</artifactId>
-      <type>xml</type>
-      <classifier>features</classifier>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>odl-netconf-ssh</artifactId>
index c8ecd2f6f60ed430243ac17bf0a8af0126b21ff0..af053bd3c3d77186909a205c699f4c95eba6c4ad 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>odl-netconf-notifications-impl</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>netconf-server</artifactId>
diff --git a/netconf/netconf-notifications-api/pom.xml b/netconf/netconf-notifications-api/pom.xml
deleted file mode 100644 (file)
index 2ed2da0..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Copyright (c) 2015 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.netconf</groupId>
-        <artifactId>netconf-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
-    </parent>
-
-    <artifactId>netconf-notifications-api</artifactId>
-    <packaging>bundle</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>netconf-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8525</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.netconf.model</groupId>
-            <artifactId>rfc5277</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.netconf.model</groupId>
-            <artifactId>rfc6470</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>util</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-</project>
index adda768f6287c5b5e9bac3f0082f79f20627eb0b..87675e343b5fb9675cf86526532539a08bfda0ab 100644 (file)
@@ -39,7 +39,6 @@
     <module>netconf-netty-util</module>
     <module>netconf-auth</module>
     <module>aaa-authn-odl-plugin</module>
-    <module>netconf-notifications-api</module>
     <module>yanglib</module>
     <module>tools</module>