Remove transportpce profile 74/105774/3
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 2 May 2023 13:00:53 +0000 (15:00 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 9 May 2023 06:56:57 +0000 (06:56 +0000)
Transport PCE project is no more self-managed project,
it means we can remove its "self-managed" profile from
"opendaylight" project.

JIRA: INTDIST-117
Change-Id: I0ea90e7356aff78370b39ed9b95d7c0b38e4f53a
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
opendaylight/pom.xml

index fb22cfb823cec7fd26b80da7982fb9aeb9a42684..866a9ef15b7ef44f263b24b4fae43696391ee16b 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <profiles>
-        <!-- TransportPCE -->
-        <profile>
-            <id>transportpce</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce</artifactId>
-                    <version>6.0.1-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-tapi</artifactId>
-                    <version>6.0.1-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-inventory</artifactId>
-                    <version>6.0.1-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-nbinotifications</artifactId>
-                    <version>6.0.1-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-dmaap-client</artifactId>
-                    <version>6.0.1-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-            </dependencies>
-        </profile>
         <profile>
             <id>dependency-convergence</id>
             <build>