OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / forwardingrules-manager / 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   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.openflowplugin</groupId>
6     <artifactId>applications</artifactId>
7     <version>0.8.0-SNAPSHOT</version>
8   </parent>
9   <groupId>org.opendaylight.openflowplugin.applications</groupId>
10   <artifactId>forwardingrules-manager</artifactId>
11   <packaging>bundle</packaging>
12
13   <dependencies>
14     <dependency>
15       <groupId>javax.inject</groupId>
16       <artifactId>javax.inject</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>org.opendaylight.controller</groupId>
20       <artifactId>sal-binding-api</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>org.opendaylight.serviceutils</groupId>
24       <artifactId>srm-api</artifactId>
25       <version>${serviceutils.version}</version>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.openflowplugin.model</groupId>
29       <artifactId>model-flow-service</artifactId>
30     </dependency>
31     <dependency>
32       <groupId>org.opendaylight.openflowplugin</groupId>
33       <artifactId>openflowplugin-common</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.yangtools</groupId>
37       <artifactId>yang-common</artifactId>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>sal-common-util</artifactId>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.mdsal</groupId>
45       <artifactId>mdsal-singleton-common-api</artifactId>
46     </dependency>
47     <dependency>
48       <groupId>org.opendaylight.openflowplugin</groupId>
49       <artifactId>openflowplugin-api</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.openflowplugin.applications</groupId>
53       <artifactId>reconciliation-framework</artifactId>
54       <version>${project.version}</version>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.infrautils</groupId>
58       <artifactId>infrautils-util</artifactId>
59       <version>${infrautils.version}</version>
60     </dependency>
61     <dependency>
62       <groupId>junit</groupId>
63       <artifactId>junit</artifactId>
64       <scope>test</scope>
65     </dependency>
66     <dependency>
67       <groupId>org.mockito</groupId>
68       <artifactId>mockito-core</artifactId>
69       <scope>test</scope>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>sal-binding-broker-impl</artifactId>
74       <scope>test</scope>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.controller</groupId>
78       <artifactId>sal-binding-broker-impl</artifactId>
79       <scope>test</scope>
80       <type>test-jar</type>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.openflowplugin</groupId>
84       <artifactId>openflowplugin-extension-api</artifactId>
85     </dependency>
86     <dependency>
87       <groupId>org.awaitility</groupId>
88       <artifactId>awaitility</artifactId>
89       <scope>test</scope>
90     </dependency>
91     <dependency>
92     <groupId>org.opendaylight.openflowplugin.applications</groupId>
93       <artifactId>arbitratorreconciliation-api</artifactId>
94       <version>${project.version}</version>
95     </dependency>
96   </dependencies>
97
98   <build>
99     <plugins>
100       <!-- TODO Remove this when we upgrade to odlparent with a fix for ODLPARENT-146 -->
101       <plugin>
102         <groupId>org.codehaus.mojo</groupId>
103         <artifactId>findbugs-maven-plugin</artifactId>
104         <configuration>
105           <failOnError>false</failOnError>
106         </configuration>
107       </plugin>
108     </plugins>
109   </build>
110
111   <scm>
112     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
113     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
114     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
115     <tag>HEAD</tag>
116   </scm>
117
118 </project>