Jonathan Hart
Committed by Gerrit Code Review

Fix maven karaf-assembly breakage due to ISIS app

Change-Id: I18783cc5581617d29b2070f10ed4b2f4f163efbd
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}"> 17 <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
18 - <repository>mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features</repository>
19 <feature name="${project.artifactId}" version="${project.version}" 18 <feature name="${project.artifactId}" version="${project.version}"
20 description="${project.description}"> 19 description="${project.description}">
21 <feature>onos-api</feature> 20 <feature>onos-api</feature>
......