Move karaf shell commands to the config subsystem
[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-base</artifactId>
72       <version>${commons.opendaylight.version}</version>
73       <classifier>features</classifier>
74       <type>xml</type>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.controller</groupId>
78       <artifactId>features-mdsal</artifactId>
79       <classifier>features</classifier>
80       <type>xml</type>
81       <scope>runtime</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.netconf</groupId>
85       <artifactId>features-restconf</artifactId>
86       <version>${restconf.version}</version>
87       <classifier>features</classifier>
88       <type>xml</type>
89       <scope>runtime</scope>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.dlux</groupId>
93       <artifactId>features-dlux</artifactId>
94       <version>${dlux.core.version}</version>
95       <classifier>features</classifier>
96       <type>xml</type>
97       <scope>runtime</scope>
98     </dependency>
99     <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>mappingservice.implementation</artifactId>
102       <version>${project.version}</version>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>mappingservice.implementation</artifactId>
107       <version>${project.version}</version>
108       <classifier>config</classifier>
109       <type>xml</type>
110     </dependency>
111     <dependency>
112       <groupId>${project.groupId}</groupId>
113       <artifactId>mappingservice.southbound</artifactId>
114       <version>${project.version}</version>
115     </dependency>
116     <dependency>
117       <groupId>${project.groupId}</groupId>
118       <artifactId>mappingservice.southbound</artifactId>
119       <version>${project.version}</version>
120       <classifier>config</classifier>
121       <type>xml</type>
122     </dependency>
123     <dependency>
124       <groupId>${project.groupId}</groupId>
125       <artifactId>mappingservice.api</artifactId>
126       <version>${project.version}</version>
127     </dependency>
128     <dependency>
129       <groupId>${project.groupId}</groupId>
130       <artifactId>mappingservice.inmemorydb</artifactId>
131       <version>${project.version}</version>
132     </dependency>
133     <dependency>
134       <groupId>${project.groupId}</groupId>
135       <artifactId>mappingservice.inmemorydb</artifactId>
136       <version>${project.version}</version>
137       <classifier>config</classifier>
138       <type>xml</type>
139     </dependency>
140     <dependency>
141       <groupId>${project.groupId}</groupId>
142       <artifactId>mappingservice.neutron</artifactId>
143       <version>${project.version}</version>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>mappingservice.shell</artifactId>
148       <version>${project.version}</version>
149     </dependency>
150     <dependency>
151       <groupId>${project.groupId}</groupId>
152       <artifactId>mappingservice.lisp-proto</artifactId>
153       <version>${project.version}</version>
154     </dependency>
155     <dependency>
156       <groupId>${project.groupId}</groupId>
157       <artifactId>lispflowmapping-ui-bundle</artifactId>
158       <version>${project.version}</version>
159     </dependency>
160     <dependency>
161       <groupId>org.opendaylight.neutron</groupId>
162       <artifactId>features-neutron</artifactId>
163       <version>${neutron.version}</version>
164       <classifier>features</classifier>
165       <type>xml</type>
166     </dependency>
167   </dependencies>
168 </project>