OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / arbitratorreconciliation / impl / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <parent>
4         <artifactId>applications</artifactId>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <version>0.8.0-SNAPSHOT</version>
7         <relativePath>../..</relativePath>
8     </parent>
9     <modelVersion>4.0.0</modelVersion>
10
11     <groupId>org.opendaylight.openflowplugin.applications</groupId>
12     <artifactId>arbitratorreconciliation-impl</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.opendaylight.openflowplugin.applications</groupId>
18             <artifactId>arbitratorreconciliation-api</artifactId>
19             <version>${project.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>org.opendaylight.serviceutils</groupId>
23             <artifactId>upgrade</artifactId>
24             <version>${serviceutils.version}</version>
25         </dependency>
26     </dependencies>
27
28     <build>
29         <plugins>
30             <!-- TODO Remove this when we upgrade to odlparent with a fix for ODLPARENT-146 -->
31             <plugin>
32                 <groupId>org.codehaus.mojo</groupId>
33                 <artifactId>findbugs-maven-plugin</artifactId>
34                 <configuration>
35                     <failOnError>false</failOnError>
36                 </configuration>
37             </plugin>
38         </plugins>
39     </build>
40
41 </project>