Migrate lisp-proto implementation to IETF YANG model
[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   </properties>
39
40   <dependencyManagement>
41     <dependencies>
42       <!-- project specific dependencies -->
43       <dependency>
44         <groupId>org.opendaylight.controller</groupId>
45         <artifactId>mdsal-artifacts</artifactId>
46         <version>${mdsal.version}</version>
47         <type>pom</type>
48         <scope>import</scope>
49       </dependency>
50     </dependencies>
51   </dependencyManagement>
52
53   <dependencies>
54     <dependency>
55       <groupId>org.opendaylight.mdsal.model</groupId>
56       <artifactId>features-mdsal-model</artifactId>
57       <version>${mdsal.model.version}</version>
58       <classifier>features</classifier>
59       <type>xml</type>
60       <scope>runtime</scope>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.controller</groupId>
64       <artifactId>features-config</artifactId>
65       <version>${config.version}</version>
66       <classifier>features</classifier>
67       <type>xml</type>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.controller</groupId>
71       <artifactId>features-mdsal</artifactId>
72       <classifier>features</classifier>
73       <type>xml</type>
74       <scope>runtime</scope>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.netconf</groupId>
78       <artifactId>features-restconf</artifactId>
79       <version>${restconf.version}</version>
80       <classifier>features</classifier>
81       <type>xml</type>
82       <scope>runtime</scope>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.dlux</groupId>
86       <artifactId>features-dlux</artifactId>
87       <version>${dlux.core.version}</version>
88       <classifier>features</classifier>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <!--
93     <dependency>
94       <groupId>${project.groupId}</groupId>
95       <artifactId>mappingservice.implementation</artifactId>
96       <version>${project.version}</version>
97     </dependency>
98     <dependency>
99       <groupId>${project.groupId}</groupId>
100       <artifactId>mappingservice.implementation</artifactId>
101       <version>${project.version}</version>
102       <classifier>config</classifier>
103       <type>xml</type>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>mappingservice.southbound</artifactId>
108       <version>${project.version}</version>
109     </dependency>
110     <dependency>
111       <groupId>${project.groupId}</groupId>
112       <artifactId>mappingservice.southbound</artifactId>
113       <version>${project.version}</version>
114       <classifier>config</classifier>
115       <type>xml</type>
116     </dependency>
117     -->
118     <dependency>
119       <groupId>${project.groupId}</groupId>
120       <artifactId>mappingservice.api</artifactId>
121       <version>${project.version}</version>
122     </dependency>
123     <!--
124     <dependency>
125       <groupId>${project.groupId}</groupId>
126       <artifactId>mappingservice.inmemorydb</artifactId>
127       <version>${project.version}</version>
128     </dependency>
129     <dependency>
130       <groupId>${project.groupId}</groupId>
131       <artifactId>mappingservice.inmemorydb</artifactId>
132       <version>${project.version}</version>
133       <classifier>config</classifier>
134       <type>xml</type>
135     </dependency>
136     <dependency>
137       <groupId>${project.groupId}</groupId>
138       <artifactId>mappingservice.neutron</artifactId>
139       <version>${project.version}</version>
140     </dependency>
141     <dependency>
142       <groupId>${project.groupId}</groupId>
143       <artifactId>mappingservice.shell</artifactId>
144       <version>${project.version}</version>
145     </dependency>
146     -->
147     <dependency>
148       <groupId>${project.groupId}</groupId>
149       <artifactId>mappingservice.lisp-proto</artifactId>
150       <version>${project.version}</version>
151     </dependency>
152     <!--
153     <dependency>
154       <groupId>${project.groupId}</groupId>
155       <artifactId>lispflowmapping-ui-bundle</artifactId>
156       <version>${project.version}</version>
157     </dependency>
158     <dependency>
159       <groupId>org.opendaylight.neutron</groupId>
160       <artifactId>features-neutron</artifactId>
161       <version>${neutron.version}</version>
162       <classifier>features</classifier>
163       <type>xml</type>
164     </dependency>
165     -->
166   </dependencies>
167 </project>