Activate TransportPCE in the distribution 94/97794/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Wed, 6 Oct 2021 09:07:59 +0000 (11:07 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Tue, 12 Oct 2021 11:05:18 +0000 (13:05 +0200)
Make TransportPCE features directly installed and available

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

opendaylight/pom.xml

index f739fc324471b9150b35995b3cfd4283dca8a349..062d4b5411369ab928fe175aa9f48f67b09a93e6 100644 (file)
@@ -59,7 +59,7 @@
         <profile>
             <id>transportpce</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
@@ -68,7 +68,7 @@
                     <version>4.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
@@ -76,7 +76,7 @@
                     <version>4.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
@@ -84,7 +84,7 @@
                     <version>4.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
@@ -92,7 +92,7 @@
                     <version>4.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <version>4.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
             </dependencies>
         </profile>