Merge branch 'master' into topic/ietf_yang
[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-mdsal</artifactId>
74       <classifier>features</classifier>
75       <type>xml</type>
76       <scope>runtime</scope>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.netconf</groupId>
80       <artifactId>features-restconf</artifactId>
81       <version>${restconf.version}</version>
82       <classifier>features</classifier>
83       <type>xml</type>
84       <scope>runtime</scope>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.dlux</groupId>
88       <artifactId>features-dlux</artifactId>
89       <version>${dlux.core.version}</version>
90       <classifier>features</classifier>
91       <type>xml</type>
92       <scope>runtime</scope>
93     </dependency>
94     <!--
95     <dependency>
96       <groupId>${project.groupId}</groupId>
97       <artifactId>mappingservice.implementation</artifactId>
98       <version>${project.version}</version>
99     </dependency>
100     <dependency>
101       <groupId>${project.groupId}</groupId>
102       <artifactId>mappingservice.implementation</artifactId>
103       <version>${project.version}</version>
104       <classifier>config</classifier>
105       <type>xml</type>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>mappingservice.southbound</artifactId>
110       <version>${project.version}</version>
111     </dependency>
112     <dependency>
113       <groupId>${project.groupId}</groupId>
114       <artifactId>mappingservice.southbound</artifactId>
115       <version>${project.version}</version>
116       <classifier>config</classifier>
117       <type>xml</type>
118     </dependency>
119     -->
120     <dependency>
121       <groupId>${project.groupId}</groupId>
122       <artifactId>mappingservice.api</artifactId>
123       <version>${project.version}</version>
124     </dependency>
125     <!--
126     <dependency>
127       <groupId>${project.groupId}</groupId>
128       <artifactId>mappingservice.inmemorydb</artifactId>
129       <version>${project.version}</version>
130     </dependency>
131     <dependency>
132       <groupId>${project.groupId}</groupId>
133       <artifactId>mappingservice.inmemorydb</artifactId>
134       <version>${project.version}</version>
135       <classifier>config</classifier>
136       <type>xml</type>
137     </dependency>
138     <dependency>
139       <groupId>${project.groupId}</groupId>
140       <artifactId>mappingservice.neutron</artifactId>
141       <version>${project.version}</version>
142     </dependency>
143     <dependency>
144       <groupId>${project.groupId}</groupId>
145       <artifactId>mappingservice.shell</artifactId>
146       <version>${project.version}</version>
147     </dependency>
148     -->
149     <dependency>
150       <groupId>${project.groupId}</groupId>
151       <artifactId>mappingservice.lisp-proto</artifactId>
152       <version>${project.version}</version>
153     </dependency>
154     <!--
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     -->
168   </dependencies>
169 </project>