Bump mdsal to 3.0.6
[lispflowmapping.git] / mappingservice / neutron / 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
5   <parent>
6     <groupId>org.opendaylight.mdsal</groupId>
7     <artifactId>binding-parent</artifactId>
8     <version>3.0.6</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.lispflowmapping</groupId>
13   <artifactId>mappingservice.neutron</artifactId>
14   <version>1.9.0-SNAPSHOT</version>
15   <packaging>bundle</packaging>
16   <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
19
20   <dependencyManagement>
21     <dependencies>
22       <dependency>
23         <groupId>org.opendaylight.lispflowmapping</groupId>
24         <artifactId>lispflowmapping-artifacts</artifactId>
25         <version>1.9.0-SNAPSHOT</version>
26         <type>pom</type>
27         <scope>import</scope>
28       </dependency>
29       <dependency>
30         <groupId>org.opendaylight.netconf</groupId>
31         <artifactId>netconf-artifacts</artifactId>
32         <version>1.6.0-SNAPSHOT</version>
33         <type>pom</type>
34         <scope>import</scope>
35       </dependency>
36       <dependency>
37         <groupId>org.opendaylight.controller</groupId>
38         <artifactId>mdsal-artifacts</artifactId>
39         <version>1.9.0-SNAPSHOT</version>
40         <type>pom</type>
41         <scope>import</scope>
42       </dependency>
43     </dependencies>
44   </dependencyManagement>
45
46   <dependencies>
47     <dependency>
48       <groupId>org.opendaylight.lispflowmapping</groupId>
49       <artifactId>mappingservice.api</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>org.opendaylight.lispflowmapping</groupId>
53       <artifactId>mappingservice.lisp-proto</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.controller</groupId>
57       <artifactId>sal-binding-api</artifactId>
58       <version>1.9.0-SNAPSHOT</version>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.neutron</groupId>
62       <artifactId>model</artifactId>
63       <version>0.12.0-SNAPSHOT</version>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.mdsal.model</groupId>
67       <artifactId>yang-ext</artifactId>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
71       <artifactId>rfc7223</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
75       <artifactId>iana-if-type</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
79       <artifactId>rfc7277</artifactId>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.netconf</groupId>
83       <artifactId>sal-netconf-connector</artifactId>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.mdsal</groupId>
87       <artifactId>mdsal-singleton-common-api</artifactId>
88       <version>3.0.6</version>
89     </dependency>
90
91     <!--Needed for testing-->
92     <dependency>
93       <groupId>junit-addons</groupId>
94       <artifactId>junit-addons</artifactId>
95       <version>1.4</version>
96     </dependency>
97     <dependency>
98       <groupId>org.powermock</groupId>
99       <artifactId>powermock-api-mockito2</artifactId>
100       <version>2.0.0</version>
101       <scope>test</scope>
102     </dependency>
103     <dependency>
104       <groupId>org.powermock</groupId>
105       <artifactId>powermock-api-support</artifactId>
106       <version>2.0.0</version>
107       <scope>test</scope>
108     </dependency>
109     <dependency>
110       <groupId>org.powermock</groupId>
111       <artifactId>powermock-core</artifactId>
112       <version>2.0.0</version>
113       <scope>test</scope>
114     </dependency>
115     <dependency>
116       <groupId>org.powermock</groupId>
117       <artifactId>powermock-reflect</artifactId>
118       <version>2.0.0</version>
119       <scope>test</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.powermock</groupId>
123       <artifactId>powermock-module-junit4</artifactId>
124       <version>2.0.0</version>
125       <scope>test</scope>
126     </dependency>
127   </dependencies>
128 </project>