Register L2VPN EVPN AFI/SAFI
[bgpcep.git] / bgp / evpn / pom.xml
index 7e8f9e6d61508cab1a58f4febbb24422fd5d53d4..ca0732f6a7233f92f7b18d26b7a3497dd5943928 100644 (file)
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>bgp-openconfig-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>bgp-openconfig-spi</artifactId>
+        </dependency>
         <!-- test scope dependencies -->
         <dependency>
             <groupId>junit</groupId>