Jonathan Hart
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
......@@ -19,10 +19,11 @@
<feature name="onos-app-sdnip" version="${project.version}"
description="${project.description}">
<feature>onos-api</feature>
<feature>onos-app-proxyarp</feature>
<feature>onos-app-config</feature>
<bundle>mvn:${project.groupId}/onos-app-sdnip/${project.version}</bundle>
<bundle>mvn:${project.groupId}/onos-app-routing-api/${project.version}</bundle>
<bundle>mvn:${project.groupId}/onos-app-routing/${project.version}</bundle>
<!-- NOTE: Temporarily the sdnip app will bring the config bundle
until we can specify dependencies between applictions -->
<bundle>mvn:${project.groupId}/onos-app-config/${project.version}</bundle>
</feature>
</features>
......