Merge "- Added osgi cmds so that user is able to configure a link. The link is added...
[controller.git] / opendaylight / arphandler / pom.xml
index 6023904b750a483044bd537dfa4e9b8be5371517..8df1f4cffa183fe88d49483f265256be60d8c0a9 100644 (file)
   <build>
     <plugins>
       <plugin>
-       <groupId>org.apache.felix</groupId>
-       <artifactId>maven-bundle-plugin</artifactId>
-       <version>2.3.6</version>
-       <extensions>true</extensions>
-       <configuration>
-         <instructions>
-           <Import-Package>
-                 org.opendaylight.controller.sal.core,
-             org.opendaylight.controller.sal.utils,
-             org.opendaylight.controller.sal.packet,
-          org.opendaylight.controller.switchmanager,
-          org.opendaylight.controller.hosttracker,
-             org.opendaylight.controller.hosttracker.hostAware,
-          org.apache.felix.dm,
-          org.osgi.service.component,
-             org.slf4j
-           </Import-Package>
-        <Bundle-Activator>
-          org.opendaylight.controller.arphandler.internal.Activator
-               </Bundle-Activator>
-         </instructions>
-       </configuration>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.sal.packet,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.topologymanager,
+              org.opendaylight.controller.hosttracker,
+              org.opendaylight.controller.hosttracker.hostAware,
+              org.apache.felix.dm,
+              org.osgi.service.component,
+              org.slf4j
+            </Import-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.arphandler.internal.Activator
+            </Bundle-Activator>
+          </instructions>
+          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
+        </configuration>
       </plugin>
     </plugins>
   </build>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>switchmanager</artifactId>
       <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+     <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>topologymanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>