Remove sal.core.api.model
[controller.git] / features / mdsal / odl-mdsal-broker-local / src / main / feature / feature.xml
index 9301be6ee29a9b092ffa1b3b8a0005c0cf32d117..93066baa94d3556565be077e6a22eeca568e4ef6 100644 (file)
@@ -6,14 +6,10 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
  -->
-<features name="odl-mdsal-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-mdsal-${project.version}">
     <feature name="odl-mdsal-broker-local" version="${project.version}">
         <feature version="[3.1.0,4)">odl-lmax-3</feature>
         <feature version="[2.0.3,3)">odl-yangtools-codec</feature>
-        <bundle start-level="70">mvn:org.opendaylight.controller/sal-schema-service/${project.version}</bundle>
         <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/${blueprint.version}</bundle>
-        <configfile finalname="${config.configfile.directory}/${config.mdsal.configfile}" override="true">
-            mvn:org.opendaylight.controller/md-sal-config/${project.version}/xml/config
-        </configfile>
     </feature>
 </features>