Switch to using lisp-address instead of LispAddress
[lispflowmapping.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>features-parent</artifactId>
15     <version>1.6.0-SNAPSHOT</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.lispflowmapping</groupId>
20   <artifactId>features-lispflowmapping</artifactId>
21   <version>1.3.0-SNAPSHOT</version>
22   <name>LISP Flow Mapping Project - Karaf Features</name>
23
24   <prerequisites>
25     <maven>3.1.1</maven>
26   </prerequisites>
27
28   <properties>
29     <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
30     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
31     <config.version>0.4.0-SNAPSHOT</config.version>
32     <dlux.core.version>0.3.0-SNAPSHOT</dlux.core.version>
33     <features.file>features.xml</features.file>
34     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
35     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
36     <neutron.version>0.6.0-SNAPSHOT</neutron.version>
37     <restconf.version>1.3.0-SNAPSHOT</restconf.version>
38     <!-- Temporary -->
39     <skipTests>true</skipTests>
40   </properties>
41
42   <dependencyManagement>
43     <dependencies>
44       <!-- project specific dependencies -->
45       <dependency>
46         <groupId>org.opendaylight.controller</groupId>
47         <artifactId>mdsal-artifacts</artifactId>
48         <version>${mdsal.version}</version>
49         <type>pom</type>
50         <scope>import</scope>
51       </dependency>
52     </dependencies>
53   </dependencyManagement>
54
55   <dependencies>
56     <dependency>
57       <groupId>org.opendaylight.mdsal.model</groupId>
58       <artifactId>features-mdsal-model</artifactId>
59       <version>${mdsal.model.version}</version>
60       <classifier>features</classifier>
61       <type>xml</type>
62       <scope>runtime</scope>
63     </dependency>
64     <dependency>
65       <groupId>org.opendaylight.controller</groupId>
66       <artifactId>features-config</artifactId>
67       <version>${config.version}</version>
68       <classifier>features</classifier>
69       <type>xml</type>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>features-base</artifactId>
74       <version>${commons.opendaylight.version}</version>
75       <classifier>features</classifier>
76       <type>xml</type>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.controller</groupId>
80       <artifactId>features-mdsal</artifactId>
81       <classifier>features</classifier>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.netconf</groupId>
87       <artifactId>features-restconf</artifactId>
88       <version>${restconf.version}</version>
89       <classifier>features</classifier>
90       <type>xml</type>
91       <scope>runtime</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.dlux</groupId>
95       <artifactId>features-dlux</artifactId>
96       <version>${dlux.core.version}</version>
97       <classifier>features</classifier>
98       <type>xml</type>
99       <scope>runtime</scope>
100     </dependency>
101     <!--
102     <dependency>
103       <groupId>${project.groupId}</groupId>
104       <artifactId>mappingservice.implementation</artifactId>
105       <version>${project.version}</version>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>mappingservice.implementation</artifactId>
110       <version>${project.version}</version>
111       <classifier>config</classifier>
112       <type>xml</type>
113     </dependency>
114     <dependency>
115       <groupId>${project.groupId}</groupId>
116       <artifactId>mappingservice.southbound</artifactId>
117       <version>${project.version}</version>
118     </dependency>
119     <dependency>
120       <groupId>${project.groupId}</groupId>
121       <artifactId>mappingservice.southbound</artifactId>
122       <version>${project.version}</version>
123       <classifier>config</classifier>
124       <type>xml</type>
125     </dependency>
126     -->
127     <dependency>
128       <groupId>${project.groupId}</groupId>
129       <artifactId>mappingservice.api</artifactId>
130       <version>${project.version}</version>
131     </dependency>
132     <!--
133     <dependency>
134       <groupId>${project.groupId}</groupId>
135       <artifactId>mappingservice.inmemorydb</artifactId>
136       <version>${project.version}</version>
137     </dependency>
138     <dependency>
139       <groupId>${project.groupId}</groupId>
140       <artifactId>mappingservice.inmemorydb</artifactId>
141       <version>${project.version}</version>
142       <classifier>config</classifier>
143       <type>xml</type>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>mappingservice.neutron</artifactId>
148       <version>${project.version}</version>
149     </dependency>
150     <dependency>
151       <groupId>${project.groupId}</groupId>
152       <artifactId>mappingservice.shell</artifactId>
153       <version>${project.version}</version>
154     </dependency>
155     -->
156     <dependency>
157       <groupId>${project.groupId}</groupId>
158       <artifactId>mappingservice.lisp-proto</artifactId>
159       <version>${project.version}</version>
160     </dependency>
161     <!--
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>lispflowmapping-ui-bundle</artifactId>
165       <version>${project.version}</version>
166     </dependency>
167     <dependency>
168       <groupId>org.opendaylight.neutron</groupId>
169       <artifactId>features-neutron</artifactId>
170       <version>${neutron.version}</version>
171       <classifier>features</classifier>
172       <type>xml</type>
173     </dependency>
174     -->
175   </dependencies>
176 </project>