Committed by
Gerrit Code Review
ONOS-4499 Correct missed dependences of routing app in VPLS.
Change-Id: I8a84692da53cbda5657d62cb6311c144efbee859
Showing
3 changed files
with
7 additions
and
0 deletions
| ... | @@ -7,6 +7,7 @@ COMPILE_DEPS = [ | ... | @@ -7,6 +7,7 @@ COMPILE_DEPS = [ |
| 7 | '//utils/rest:onlab-rest', | 7 | '//utils/rest:onlab-rest', |
| 8 | '//incubator/api:onos-incubator-api', | 8 | '//incubator/api:onos-incubator-api', |
| 9 | '//apps/routing-api:onos-apps-routing-api', | 9 | '//apps/routing-api:onos-apps-routing-api', |
| 10 | + '//apps/routing:onos-apps-routing', | ||
| 10 | ] | 11 | ] |
| 11 | 12 | ||
| 12 | TEST_DEPS = [ | 13 | TEST_DEPS = [ | ... | ... |
| ... | @@ -20,5 +20,6 @@ | ... | @@ -20,5 +20,6 @@ |
| 20 | <feature>onos-api</feature> | 20 | <feature>onos-api</feature> |
| 21 | <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle> | 21 | <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle> |
| 22 | <bundle>mvn:${project.groupId}/onos-app-routing-api/${project.version}</bundle> | 22 | <bundle>mvn:${project.groupId}/onos-app-routing-api/${project.version}</bundle> |
| 23 | + <bundle>mvn:${project.groupId}/onos-app-routing/${project.version}</bundle> | ||
| 23 | </feature> | 24 | </feature> |
| 24 | </features> | 25 | </features> | ... | ... |
| ... | @@ -50,6 +50,11 @@ | ... | @@ -50,6 +50,11 @@ |
| 50 | </dependency> | 50 | </dependency> |
| 51 | <dependency> | 51 | <dependency> |
| 52 | <groupId>org.onosproject</groupId> | 52 | <groupId>org.onosproject</groupId> |
| 53 | + <artifactId>onos-app-routing</artifactId> | ||
| 54 | + <version>${project.version}</version> | ||
| 55 | + </dependency> | ||
| 56 | + <dependency> | ||
| 57 | + <groupId>org.onosproject</groupId> | ||
| 53 | <artifactId>onos-api</artifactId> | 58 | <artifactId>onos-api</artifactId> |
| 54 | <version>${project.version}</version> | 59 | <version>${project.version}</version> |
| 55 | <scope>test</scope> | 60 | <scope>test</scope> | ... | ... |
-
Please register or login to post a comment