Added protocol_plugins.stub that implements
[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   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>statisticsmanager</artifactId>
13   <version>0.4.0-SNAPSHOT</version>
14   <packaging>bundle</packaging>
15   <build>
16     <plugins>
17       <plugin>
18         <groupId>org.apache.felix</groupId>
19         <artifactId>maven-bundle-plugin</artifactId>
20         <version>2.3.6</version>
21         <extensions>true</extensions>
22         <configuration>
23           <instructions>
24             <Import-Package>
25               org.opendaylight.controller.forwardingrulesmanager,
26               org.opendaylight.controller.containermanager,
27               org.opendaylight.controller.sal.core,
28               org.opendaylight.controller.sal.flowprogrammer, org.slf4j,
29               org.opendaylight.controller.sal.reader,
30               org.apache.felix.dm
31             </Import-Package>
32             <Export-Package>
33               org.opendaylight.controller.statisticsmanager 
34             </Export-Package>
35           </instructions>
36         </configuration>
37       </plugin>
38     </plugins>
39   </build>
40   <dependencies>
41     <dependency>
42       <groupId>org.opendaylight.controller</groupId>
43       <artifactId>sal</artifactId>
44       <version>0.4.0-SNAPSHOT</version>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.controller</groupId>
48       <artifactId>containermanager</artifactId>
49       <version>0.4.0-SNAPSHOT</version>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.controller</groupId>
53       <artifactId>forwardingrulesmanager</artifactId>
54       <version>0.4.0-SNAPSHOT</version>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.controller</groupId>
58       <artifactId>clustering.services</artifactId>
59       <version>0.4.0-SNAPSHOT</version>
60     </dependency>
61   </dependencies>
62 </project>