Remove final remnants of sal.core from net-virt-provider 29/16729/1
authorSam Hague <shague@redhat.com>
Tue, 17 Mar 2015 17:17:54 +0000 (13:17 -0400)
committerSam Hague <shague@redhat.com>
Tue, 17 Mar 2015 17:17:54 +0000 (13:17 -0400)
Change-Id: Idb7bf77287ce8a5913041cae419a3a77aeb170fc
Signed-off-by: Sam Hague <shague@redhat.com>
openstack/net-virt-providers/pom.xml

index b266a4637dc63697491c90ce4529c9b8636ec3c0..cb137e9aabb75f757794599a65039738557e3b12 100644 (file)
@@ -130,22 +130,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <extensions>true</extensions>
         <configuration>
           <instructions>
-            <!--<Import-Package>
-              org.opendaylight.controller.sal.core,
-              org.opendaylight.ovsdb.compatibility.plugin.api,
-              org.opendaylight.ovsdb.lib.notation,
-              org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.*;resolution:="optional",
-              org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.*;resolution:="optional",
-              org.opendaylight.controller.sal.binding.api,
-              org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819,
-              org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes,
-              org.opendaylight.yangtools.yang.binding,
-              org.apache.felix.dm,
-              org.slf4j,
-              org.osgi.framework,
-              *
-            </Import-Package>-->
-            <Embed-Dependency>utils.config,utils.mdsal-node,utils.mdsal-openflow;type=!pom;inline=false</Embed-Dependency>
+            <Embed-Dependency>
+              utils.config,utils.mdsal-node,utils.mdsal-openflow;type=!pom;inline=false
+            </Embed-Dependency>
             <Embed-Transitive>true</Embed-Transitive>
             <Bundle-Activator>org.opendaylight.ovsdb.openstack.netvirt.providers.Activator</Bundle-Activator>
           </instructions>