d8f31ca65af5f4f29a86cf452ef2cc8c4ce01b88
[controller.git] / opendaylight / hosttracker / api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>commons.opendaylight</artifactId>
7     <version>1.4.2-SNAPSHOT</version>
8     <relativePath>../../commons/opendaylight</relativePath>
9   </parent>
10   <artifactId>hosttracker</artifactId>
11   <version>0.5.2-SNAPSHOT</version>
12   <packaging>bundle</packaging>
13   <dependencies>
14     <dependency>
15       <groupId>junit</groupId>
16       <artifactId>junit</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>org.opendaylight.controller</groupId>
20       <artifactId>sal</artifactId>
21     </dependency>
22   </dependencies>
23
24   <build>
25     <plugins>
26       <plugin>
27         <groupId>org.apache.felix</groupId>
28         <artifactId>maven-bundle-plugin</artifactId>
29         <version>${bundle.plugin.version}</version>
30         <extensions>true</extensions>
31         <configuration>
32           <instructions>
33             <Export-Package>org.opendaylight.controller.hosttracker,
34        org.opendaylight.controller.hosttracker.hostAware</Export-Package>
35             <Import-Package>org.opendaylight.controller.sal.core,
36        org.opendaylight.controller.sal.utils,
37        org.opendaylight.controller.sal.packet.address,
38        javax.xml.bind.annotation,
39        javax.xml.bind,
40        org.apache.felix.dm,
41        org.osgi.service.component,
42        org.slf4j,
43        org.eclipse.osgi.framework.console,
44        org.osgi.framework</Import-Package>
45           </instructions>
46           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
47         </configuration>
48       </plugin>
49     </plugins>
50   </build>
51   <scm>
52     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
53     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
54     <tag>HEAD</tag>
55     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
56   </scm>
57 </project>