Add transportpce projects to distribution
[integration/distribution.git] / artifacts / upstream / artifacts / pom.xml
index 5f14773ab964f0c7bb132aa93d293028668cf189..b0508faf69ef152f7af5500ec214ec262d1471c5 100644 (file)
                 </dependencies>
             </dependencyManagement>
         </profile>
+        <profile>
+            <id>transportpce-models</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.opendaylight.transportpce.models</groupId>
+                        <artifactId>transportpce-models-artifacts</artifactId>
+                        <version>${transportpce.models.version}</version>
+                        <type>pom</type>
+                        <scope>import</scope>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
+        </profile>
+        <profile>
+            <id>transportpce</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.opendaylight.transportpce</groupId>
+                        <artifactId>transportpce-artifacts</artifactId>
+                        <version>${transportpce.version}</version>
+                        <type>pom</type>
+                        <scope>import</scope>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
+        </profile>
         <profile>
             <id>yangtools</id>
             <activation>