Committed by
Gerrit Code Review
Fix sdnip dependencies so sdnip can be specified as a boot application.
SDN-IP will bring the onos-app-config bundle for now, because we need to make sure this reads the config before SDN-IP activates. SDN-IP won't depend on proxyarp and it will be up to the user to ensure this is loaded. Change-Id: I5add6294e51ee7f41c943f7862055dc41c7629ac
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -19,10 +19,11 @@ | ... | @@ -19,10 +19,11 @@ |
| 19 | <feature name="onos-app-sdnip" version="${project.version}" | 19 | <feature name="onos-app-sdnip" version="${project.version}" |
| 20 | description="${project.description}"> | 20 | description="${project.description}"> |
| 21 | <feature>onos-api</feature> | 21 | <feature>onos-api</feature> |
| 22 | - <feature>onos-app-proxyarp</feature> | ||
| 23 | - <feature>onos-app-config</feature> | ||
| 24 | <bundle>mvn:${project.groupId}/onos-app-sdnip/${project.version}</bundle> | 22 | <bundle>mvn:${project.groupId}/onos-app-sdnip/${project.version}</bundle> |
| 25 | <bundle>mvn:${project.groupId}/onos-app-routing-api/${project.version}</bundle> | 23 | <bundle>mvn:${project.groupId}/onos-app-routing-api/${project.version}</bundle> |
| 26 | <bundle>mvn:${project.groupId}/onos-app-routing/${project.version}</bundle> | 24 | <bundle>mvn:${project.groupId}/onos-app-routing/${project.version}</bundle> |
| 25 | + <!-- NOTE: Temporarily the sdnip app will bring the config bundle | ||
| 26 | + until we can specify dependencies between applictions --> | ||
| 27 | + <bundle>mvn:${project.groupId}/onos-app-config/${project.version}</bundle> | ||
| 27 | </feature> | 28 | </feature> |
| 28 | </features> | 29 | </features> | ... | ... |
-
Please register or login to post a comment