Bump versions to 0.16.10-SNAPSHOT
[bgpcep.git] / features / pcep / odl-bgpcep-pcep-p2mp-te-lsp / pom.xml
index 9b002c2b16ac6d969eda59bc5cdfb354f75721ba..30e127f9499572fd2eb484dba4ef43932bd74d47 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.16.10-SNAPSHOT</version>
         <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
     <name>OpenDaylight :: PCEP :: P2MP TE LSP</name>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>odl-mdsal-broker</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>pcep-ietf-p2mp-te-lsp</artifactId>
@@ -33,4 +39,4 @@
             <classifier>features</classifier>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>