Update bgpcep features repository names and removing plugin2oc.
[integration.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b5433ecef6af43c5210c88d8e6d5bbecd959e75b..4c91350e668c2a33f2e0ed5181a1a357fbc91cb7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
     <feature.snbi.version>1.1.0-SNAPSHOT</feature.snbi.version>
     <feature.ttp.version>0.1.0-SNAPSHOT</feature.ttp.version>
     <feature.vtn-manager.version>0.3.0-SNAPSHOT</feature.vtn-manager.version>
-    <feature.bgp.version>0.4.0-SNAPSHOT</feature.bgp.version>
+    <feature.bgpcep.version>0.4.0-SNAPSHOT</feature.bgpcep.version>
     <feature.packetcable.version>1.2.0-SNAPSHOT</feature.packetcable.version>
     <feature.plugin2oc.version>0.2.0-SNAPSHOT</feature.plugin2oc.version>
     <feature.tcpmd5.version>1.1.0-SNAPSHOT</feature.tcpmd5.version>
         <dependency>
           <groupId>org.opendaylight.bgpcep</groupId>
           <artifactId>features-bgp</artifactId>
-          <version>${feature.bgp.version}</version>
+          <version>${feature.bgpcep.version}</version>
+          <classifier>features</classifier>
+          <type>xml</type>
+        </dependency>
+        <dependency>
+          <groupId>org.opendaylight.bgpcep</groupId>
+          <artifactId>features-extras</artifactId>
+          <version>${feature.bgpcep.version}</version>
+          <classifier>features</classifier>
+          <type>xml</type>
+        </dependency>
+        <dependency>
+          <groupId>org.opendaylight.bgpcep</groupId>
+          <artifactId>features-pcep</artifactId>
+          <version>${feature.bgpcep.version}</version>
           <classifier>features</classifier>
           <type>xml</type>
         </dependency>