e4ae95b3fcde4fe76afc8239ff870ee9c4d9ed3f
[controller.git] / opendaylight / statisticsmanager / 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"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>commons.opendaylight</artifactId>
8     <version>1.4.0-SNAPSHOT</version>
9     <relativePath>../../commons/opendaylight</relativePath>
10   </parent>
11   <artifactId>statisticsmanager</artifactId>
12   <version>0.4.0-SNAPSHOT</version>
13   <packaging>bundle</packaging>
14   <build>
15     <plugins>
16       <plugin>
17         <groupId>org.apache.felix</groupId>
18         <artifactId>maven-bundle-plugin</artifactId>
19         <version>2.3.6</version>
20         <extensions>true</extensions>
21         <configuration>
22           <instructions>
23             <Import-Package>
24               org.opendaylight.controller.forwardingrulesmanager,
25               org.opendaylight.controller.containermanager,
26               org.opendaylight.controller.sal.core,
27               org.opendaylight.controller.sal.flowprogrammer, org.slf4j,
28               org.opendaylight.controller.sal.reader,
29               org.apache.felix.dm
30             </Import-Package>
31             <Export-Package>
32               org.opendaylight.controller.statisticsmanager 
33             </Export-Package>
34           </instructions>
35         </configuration>
36       </plugin>
37     </plugins>
38   </build>
39   <dependencies>
40     <dependency>
41       <groupId>org.opendaylight.controller</groupId>
42       <artifactId>sal</artifactId>
43       <version>0.5.0-SNAPSHOT</version>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.controller</groupId>
47       <artifactId>containermanager</artifactId>
48       <version>0.4.0-SNAPSHOT</version>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>forwardingrulesmanager</artifactId>
53       <version>0.4.0-SNAPSHOT</version>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.controller</groupId>
57       <artifactId>clustering.services</artifactId>
58       <version>0.4.0-SNAPSHOT</version>
59     </dependency>
60   </dependencies>
61 </project>