Formatting cleanup of POM files
[controller.git] / opendaylight / sal / api / 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   <artifactId>sal</artifactId>\r
12   <version>0.5.0-SNAPSHOT</version>\r
13   <packaging>bundle</packaging>\r
14 \r
15   <build>\r
16     <plugins>\r
17       <plugin>\r
18         <groupId>org.apache.felix</groupId>\r
19         <artifactId>maven-bundle-plugin</artifactId>\r
20         <version>2.3.6</version>\r
21         <extensions>true</extensions>\r
22         <configuration>\r
23           <instructions>\r
24             <Import-Package>\r
25               org.slf4j,\r
26               org.osgi.framework,\r
27               org.apache.commons.lang3.builder,\r
28               org.apache.felix.dm,\r
29               org.apache.commons.lang3.tuple,\r
30               javax.xml.bind.annotation,\r
31               javax.xml.bind.annotation.adapters\r
32             </Import-Package>\r
33             <Export-Package>\r
34               org.opendaylight.controller.sal.authorization,\r
35               org.opendaylight.controller.sal.action,\r
36               org.opendaylight.controller.sal.core,\r
37               org.opendaylight.controller.sal.discovery,\r
38               org.opendaylight.controller.sal.topology,\r
39               org.opendaylight.controller.sal.routing,\r
40               org.opendaylight.controller.sal.packet,\r
41               org.opendaylight.controller.sal.packet.address,\r
42               org.opendaylight.controller.sal.utils,\r
43               org.opendaylight.controller.sal.match,\r
44               org.opendaylight.controller.sal.inventory,\r
45               org.opendaylight.controller.sal.flowprogrammer,\r
46               org.opendaylight.controller.sal.reader\r
47             </Export-Package>\r
48           </instructions>\r
49           <manifestLocation>${project.basedir}/META-INF</manifestLocation>\r
50         </configuration>\r
51       </plugin>\r
52     </plugins>\r
53   </build>\r
54   <dependencies>\r
55     <dependency>\r
56       <groupId>junit</groupId>\r
57       <artifactId>junit</artifactId>\r
58       <version>4.8.1</version>\r
59       <scope>test</scope>\r
60     </dependency>\r
61   </dependencies>\r
62 </project>\r