Update TransportPCE version for sulfur 95/97795/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Wed, 6 Oct 2021 09:13:18 +0000 (11:13 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Tue, 12 Oct 2021 11:00:28 +0000 (13:00 +0200)
Activate by default TransportPCE features

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

opendaylight/pom.xml

index f739fc324471b9150b35995b3cfd4283dca8a349..af5a312858b51cb1f770cea23cbf48a6c2f9f419 100644 (file)
         <profile>
             <id>transportpce</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce</artifactId>
-                    <version>4.0.0-SNAPSHOT</version>
+                    <version>5.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-tapi</artifactId>
-                    <version>4.0.0-SNAPSHOT</version>
+                    <version>5.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-inventory</artifactId>
-                    <version>4.0.0-SNAPSHOT</version>
+                    <version>5.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-nbinotifications</artifactId>
-                    <version>4.0.0-SNAPSHOT</version>
+                    <version>5.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-dmaap-client</artifactId>
-                    <version>4.0.0-SNAPSHOT</version>
+                    <version>5.0.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
-                    <scope>test</scope>
+                    <scope>runtime</scope>
                 </dependency>
             </dependencies>
         </profile>