Remove odl-transportpce-swagger feature 77/110077/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Mon, 29 Jan 2024 13:37:55 +0000 (14:37 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Mon, 29 Jan 2024 13:44:53 +0000 (14:44 +0100)
This feature is an old workaround that was intended to allow TPCE
developers to enable swagger. This is an empty feature that has been
useless for a while. Just delete it.

JIRA: TRNSPRTPCE-779
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: Ie3b087d2d383c904b1e17c838195b87cd61db2c2

artifacts/pom.xml
features/features-transportpce/pom.xml
features/odl-transportpce-swagger/pom.xml [deleted file]
features/pom.xml
karaf/pom.xml

index ab569a319cbd6cf3d2f7cb7119ceadc3882551f2..8d35188d36a74b068353c1bc958b8192e3961a2f 100644 (file)
@@ -129,13 +129,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <type>xml</type>
         <classifier>features</classifier>
       </dependency>
-      <dependency>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>odl-transportpce-swagger</artifactId>
-        <version>${project.version}</version>
-        <type>xml</type>
-        <classifier>features</classifier>
-      </dependency>
     </dependencies>
   </dependencyManagement>
-</project>
\ No newline at end of file
+</project>
index 14aa5100a9c42c699299f2c3e1692ab5f346a550..56a95028490b23c0fc4c13aba43d95181b21b56d 100644 (file)
@@ -65,11 +65,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>odl-transportpce-swagger</artifactId>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
   </dependencies>
 </project>
diff --git a/features/odl-transportpce-swagger/pom.xml b/features/odl-transportpce-swagger/pom.xml
deleted file mode 100644 (file)
index 4a3af98..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright © 2021 Orange 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 INTERNAL
--->
-<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>single-feature-parent</artifactId>
-    <version>13.0.10</version>
-    <relativePath/>
-  </parent>
-
-  <groupId>org.opendaylight.transportpce</groupId>
-  <artifactId>odl-transportpce-swagger</artifactId>
-  <version>9.0.0-SNAPSHOT</version>
-  <packaging>feature</packaging>
-  <name>OpenDaylight :: transportpce :: swagger</name>
-
-  <properties>
-    <netconf.version>6.0.6</netconf.version>
-    <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <skip.karaf.featureTest>false</skip.karaf.featureTest>
-  </properties>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>netconf-artifacts</artifactId>
-        <version>${netconf.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.netconf</groupId>
-      <artifactId>odl-restconf-openapi</artifactId>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
-  </dependencies>
-</project>
index 5c2f0eb171c03074ec6dc1bb20ae34efc0d4a01f..e59a9b5e3b9ec986b9b106c0c715a9745bfee3c8 100644 (file)
@@ -29,7 +29,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>odl-transportpce-inventory</module>
     <module>odl-transportpce-nbinotifications</module>
     <module>odl-transportpce-dmaap-client</module>
-    <module>odl-transportpce-swagger</module>
   </modules>
 
   <build>
index 0386a63d4f02c08a7ede80e3977cbca8d0486059..234e3fb3e21f7f55c0e10b9e9b1c99ebac7a910b 100644 (file)
@@ -80,14 +80,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>odl-transportpce-swagger</artifactId>
-      <version>${project.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-      <scope>runtime</scope>
-    </dependency>
   </dependencies>
 
   <build>