5b2269ae6d3cae45bba2461826bf5b1fdf3c5b73
[controller.git] / opendaylight / sal / networkconfiguration / 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
11   <artifactId>sal.networkconfiguration</artifactId>
12   <version>0.0.3-SNAPSHOT</version>
13   <packaging>bundle</packaging>
14   <dependencies>
15     <dependency>
16       <groupId>org.opendaylight.controller</groupId>
17       <artifactId>sal</artifactId>
18     </dependency>
19   </dependencies>
20
21   <build>
22     <plugins>
23       <plugin>
24         <groupId>org.apache.felix</groupId>
25         <artifactId>maven-bundle-plugin</artifactId>
26         <extensions>true</extensions>
27         <configuration>
28           <instructions>
29             <Import-Package>org.slf4j,
30               org.osgi.framework,
31               org.apache.felix.dm,
32               org.opendaylight.controller.sal.core,
33               org.opendaylight.controller.sal.utils</Import-Package>
34             <Export-Package>org.opendaylight.controller.sal.networkconfig.bridgedomain</Export-Package>
35           </instructions>
36           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
37         </configuration>
38       </plugin>
39     </plugins>
40   </build>
41   <scm>
42     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
43     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
44     <tag>HEAD</tag>
45     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
46   </scm>
47 </project>