47ab6bb7004c5609bee489954970bf6456b7edbb
[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>0.14.0-SNAPSHOT</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.model</groupId>
71       <artifactId>ietf-interfaces</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.mdsal.model</groupId>
75       <artifactId>iana-if-type-2014-05-08</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.mdsal.model</groupId>
79       <artifactId>ietf-ip-2014-06-16</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>2.6.0-SNAPSHOT</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-mockito</artifactId>
100       <scope>test</scope>
101     </dependency>
102     <dependency>
103       <groupId>org.powermock</groupId>
104       <artifactId>powermock-module-junit4</artifactId>
105       <scope>test</scope>
106     </dependency>
107   </dependencies>
108 </project>