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