Five more Equals/HashCode/StringBuilder replacements
[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   <groupId>org.opendaylight.controller</groupId>\r
12   <artifactId>sal</artifactId>\r
13   <version>0.5.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.osgi.framework,\r
28               org.apache.commons.lang3.builder,\r
29               org.apache.felix.dm,\r
30               org.apache.commons.lang3.tuple,\r
31               javax.xml.bind.annotation,\r
32               javax.xml.bind.annotation.adapters\r
33             </Import-Package>\r
34             <Export-Package>\r
35               org.opendaylight.controller.sal.authorization,\r
36                           org.opendaylight.controller.sal.action,\r
37               org.opendaylight.controller.sal.core,\r
38               org.opendaylight.controller.sal.discovery,\r
39               org.opendaylight.controller.sal.topology,\r
40               org.opendaylight.controller.sal.routing,\r
41               org.opendaylight.controller.sal.packet,\r
42               org.opendaylight.controller.sal.packet.address,\r
43               org.opendaylight.controller.sal.utils,\r
44               org.opendaylight.controller.sal.match,\r
45               org.opendaylight.controller.sal.inventory,\r
46               org.opendaylight.controller.sal.flowprogrammer,\r
47               org.opendaylight.controller.sal.reader\r
48             </Export-Package>\r
49           </instructions>\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