39005f29994b51a3dcfa7d93c9dae6c6daa2e480
[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>4.0.17</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.lispflowmapping</groupId>
13   <artifactId>mappingservice.neutron</artifactId>
14   <version>1.10.4-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.10.4-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.7.4-SNAPSHOT</version>
33         <type>pom</type>
34         <scope>import</scope>
35       </dependency>
36     </dependencies>
37   </dependencyManagement>
38
39   <dependencies>
40     <dependency>
41       <groupId>org.opendaylight.lispflowmapping</groupId>
42       <artifactId>mappingservice.api</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.lispflowmapping</groupId>
46       <artifactId>mappingservice.lisp-proto</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.mdsal</groupId>
50       <artifactId>mdsal-binding-api</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.neutron</groupId>
54       <artifactId>model</artifactId>
55       <version>0.13.4-SNAPSHOT</version>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.mdsal.model</groupId>
59       <artifactId>yang-ext</artifactId>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
63       <artifactId>rfc7223</artifactId>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
67       <artifactId>iana-if-type</artifactId>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
71       <artifactId>rfc7277</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.netconf</groupId>
75       <artifactId>sal-netconf-connector</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.mdsal</groupId>
79       <artifactId>mdsal-singleton-common-api</artifactId>
80       <version>4.0.17</version>
81     </dependency>
82
83     <!--Needed for testing-->
84     <dependency>
85       <groupId>junit-addons</groupId>
86       <artifactId>junit-addons</artifactId>
87       <version>1.4</version>
88       <scope>test</scope>
89     </dependency>
90     <dependency>
91       <groupId>org.mockito</groupId>
92       <artifactId>mockito-core</artifactId>
93       <scope>test</scope>
94     </dependency>
95     <dependency>
96       <groupId>org.powermock</groupId>
97       <artifactId>powermock-api-mockito2</artifactId>
98       <scope>test</scope>
99     </dependency>
100     <dependency>
101       <groupId>org.powermock</groupId>
102       <artifactId>powermock-core</artifactId>
103       <scope>test</scope>
104     </dependency>
105     <dependency>
106       <groupId>org.powermock</groupId>
107       <artifactId>powermock-reflect</artifactId>
108       <scope>test</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.powermock</groupId>
112       <artifactId>powermock-module-junit4</artifactId>
113       <scope>test</scope>
114     </dependency>
115   </dependencies>
116 </project>