Fix Segment Routing dependency
Change-Id: Ifa74558d39944d6e20e6f8b34558ffc793c42784
diff --git a/apps/segmentrouting/BUCK b/apps/segmentrouting/BUCK
index 67f55d1..3fc42e7 100644
--- a/apps/segmentrouting/BUCK
+++ b/apps/segmentrouting/BUCK
@@ -12,6 +12,7 @@
BUNDLES = [
'//apps/segmentrouting:onos-apps-segmentrouting',
+ '//apps/routing-api:onos-apps-routing-api',
'//lib:cord-config'
]
diff --git a/apps/segmentrouting/pom.xml b/apps/segmentrouting/pom.xml
index d416749..a3b9587 100644
--- a/apps/segmentrouting/pom.xml
+++ b/apps/segmentrouting/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-app-routing-api</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>