Silent false positive, and enhance real error message
[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   <scm>
12     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
13     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
14     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
15   </scm>
16
17   <artifactId>statisticsmanager</artifactId>
18   <version>0.4.0-SNAPSHOT</version>
19   <packaging>bundle</packaging>
20   <build>
21     <plugins>
22       <plugin>
23         <groupId>org.apache.felix</groupId>
24         <artifactId>maven-bundle-plugin</artifactId>
25         <version>2.3.6</version>
26         <extensions>true</extensions>
27         <configuration>
28           <instructions>
29             <Import-Package>
30               org.opendaylight.controller.forwardingrulesmanager,
31               org.opendaylight.controller.containermanager,
32               org.opendaylight.controller.sal.core,
33               org.opendaylight.controller.sal.flowprogrammer, org.slf4j,
34               org.opendaylight.controller.sal.reader,
35               org.apache.felix.dm
36             </Import-Package>
37             <Export-Package>
38               org.opendaylight.controller.statisticsmanager
39             </Export-Package>
40           </instructions>
41           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
42         </configuration>
43       </plugin>
44     </plugins>
45   </build>
46   <dependencies>
47     <dependency>
48       <groupId>org.opendaylight.controller</groupId>
49       <artifactId>sal</artifactId>
50       <version>0.5.0-SNAPSHOT</version>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.controller</groupId>
54       <artifactId>containermanager</artifactId>
55       <version>0.5.0-SNAPSHOT</version>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.controller</groupId>
59       <artifactId>forwardingrulesmanager</artifactId>
60       <version>0.4.0-SNAPSHOT</version>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.controller</groupId>
64       <artifactId>clustering.services</artifactId>
65       <version>0.4.0-SNAPSHOT</version>
66     </dependency>
67   </dependencies>
68 </project>