Initial opendaylight infrastructure commit!!
[controller.git] / opendaylight / sal / implementation / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
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">\r
3   <modelVersion>4.0.0</modelVersion>\r
4   <parent>\r
5     <groupId>org.opendaylight.controller</groupId>\r
6     <artifactId>commons.opendaylight</artifactId>\r
7     <version>1.4.0-SNAPSHOT</version>\r
8     <relativePath>../../commons/opendaylight</relativePath>\r
9   </parent>\r
10 \r
11   <groupId>org.opendaylight.controller</groupId>\r
12   <artifactId>sal.implementation</artifactId>\r
13   <version>0.4.0-SNAPSHOT</version>\r
14   <packaging>bundle</packaging>\r
15 \r
16   <build>\r
17     <plugins>\r
18       <plugin>\r
19         <groupId>org.apache.felix</groupId>\r
20         <artifactId>maven-bundle-plugin</artifactId>\r
21         <version>2.3.6</version>\r
22         <extensions>true</extensions>\r
23         <configuration>\r
24           <instructions>\r
25             <Import-Package>\r
26               org.slf4j,\r
27               org.apache.commons.lang3.builder,\r
28               org.opendaylight.controller.sal.core,\r
29               org.opendaylight.controller.sal.packet,\r
30               org.opendaylight.controller.sal.inventory,\r
31               org.opendaylight.controller.sal.flowprogrammer,\r
32               org.opendaylight.controller.sal.reader,\r
33               org.opendaylight.controller.sal.topology,\r
34               org.opendaylight.controller.sal.action,\r
35               org.opendaylight.controller.sal.match,\r
36               org.opendaylight.controller.sal.utils,\r
37               org.apache.felix.dm,\r
38               org.eclipse.osgi.framework.console,\r
39                           org.osgi.framework\r
40             </Import-Package>\r
41             <Export-Package>\r
42             </Export-Package>\r
43                 <Bundle-Activator>\r
44               org.opendaylight.controller.sal.implementation.internal.Activator\r
45                 </Bundle-Activator>\r
46           </instructions>\r
47         </configuration>\r
48       </plugin>\r
49     </plugins>\r
50   </build>\r
51   <dependencies>\r
52     <dependency>\r
53       <groupId>org.opendaylight.controller</groupId>\r
54       <artifactId>sal</artifactId>\r
55       <version>0.4.0-SNAPSHOT</version>\r
56     </dependency>\r
57   </dependencies>\r
58 </project>\r