Adding nemo engine.
[nemo.git] / nemo-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Huawei, Inc and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html
7 -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9   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.nemo</groupId>
20   <artifactId>nemo-features</artifactId>
21   <version>1.0.0-SNAPSHOT</version>
22   <name>${project.artifactId}</name>
23
24   <prerequisites>
25     <maven>3.1.1</maven>
26   </prerequisites>
27
28   <properties>
29     <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
30     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
31     <restconf.version>1.3.0-SNAPSHOT</restconf.version>
32     <dlux.version>0.3.0-SNAPSHOT</dlux.version>
33         <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
34   </properties>
35
36   <dependencyManagement>
37     <dependencies>
38       <dependency>
39         <groupId>org.opendaylight.mdsal.model</groupId>
40         <artifactId>mdsal-model-artifacts</artifactId>
41         <version>${mdsal.model.version}</version>
42         <type>pom</type>
43         <scope>import</scope>
44       </dependency>
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       <dependency>
53         <groupId>org.opendaylight.netconf</groupId>
54         <artifactId>restconf-artifacts</artifactId>
55         <version>${restconf.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59       <dependency>
60         <groupId>org.opendaylight.dlux</groupId>
61         <artifactId>features-dlux</artifactId>
62         <version>${dlux.version}</version>
63         <type>pom</type>
64         <scope>import</scope>
65       </dependency>
66     </dependencies>
67   </dependencyManagement>
68
69   <dependencies>
70     <dependency>
71       <groupId>org.opendaylight.mdsal.model</groupId>
72       <artifactId>features-mdsal-model</artifactId>
73       <version>${mdsal.model.version}</version>
74       <classifier>features</classifier>
75       <type>xml</type>
76       <scope>runtime</scope>
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.version}</version>
97       <classifier>features</classifier>
98       <type>xml</type>
99       <scope>runtime</scope>
100     </dependency>
101         
102         <dependency>
103       <groupId>org.opendaylight.openflowplugin</groupId>
104       <artifactId>features-openflowplugin</artifactId>
105           <version>${openflowplugin.version}</version>
106       <classifier>features</classifier>
107       <type>xml</type>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.openflowplugin</groupId>
111       <artifactId>features-openflowplugin-extension</artifactId>
112       <version>${openflowplugin.version}</version>
113       <classifier>features</classifier>
114       <type>xml</type>
115     </dependency>
116         
117     <dependency>
118       <groupId>${project.groupId}</groupId>
119       <artifactId>nemo-api</artifactId>
120       <version>${project.version}</version>
121     </dependency>
122     <dependency>
123       <groupId>${project.groupId}</groupId>
124       <artifactId>nemo-impl</artifactId>
125       <version>${project.version}</version>
126     </dependency>
127     <dependency>
128       <groupId>${project.groupId}</groupId>
129       <artifactId>nemo-impl</artifactId>
130       <version>${project.version}</version>
131       <classifier>config</classifier>
132       <type>xml</type>
133     </dependency>
134     <dependency>
135       <groupId>${project.groupId}</groupId>
136       <artifactId>openflow-renderer</artifactId>
137       <version>${project.version}</version>
138     </dependency>
139     <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>openflow-renderer</artifactId>
142       <version>${project.version}</version>
143       <classifier>config</classifier>
144       <type>xml</type>
145     </dependency>
146     <dependency>
147       <groupId>${project.groupId}</groupId>
148       <artifactId>openflow-renderer</artifactId>
149       <version>${project.version}</version>
150       <classifier>resource</classifier>
151       <type>json</type>
152     </dependency>
153     <dependency>
154       <groupId>${project.groupId}</groupId>
155       <artifactId>nemo-ui</artifactId>
156       <version>${project.version}</version>
157     </dependency>
158   </dependencies>
159
160   <scm>
161     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
162     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
163     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
164     <tag>HEAD</tag>
165   </scm>
166 </project>