1 <?xml version="1.0" encoding="UTF-8"?>
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
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>
13 <groupId>org.opendaylight.odlparent</groupId>
14 <artifactId>features-parent</artifactId>
15 <version>1.6.0-SNAPSHOT</version>
19 <groupId>org.opendaylight.nemo</groupId>
20 <artifactId>nemo-features</artifactId>
21 <version>1.0.0-SNAPSHOT</version>
22 <name>${project.artifactId}</name>
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>
36 <dependencyManagement>
39 <groupId>org.opendaylight.mdsal.model</groupId>
40 <artifactId>mdsal-model-artifacts</artifactId>
41 <version>${mdsal.model.version}</version>
46 <groupId>org.opendaylight.controller</groupId>
47 <artifactId>mdsal-artifacts</artifactId>
48 <version>${mdsal.version}</version>
53 <groupId>org.opendaylight.netconf</groupId>
54 <artifactId>restconf-artifacts</artifactId>
55 <version>${restconf.version}</version>
60 <groupId>org.opendaylight.dlux</groupId>
61 <artifactId>features-dlux</artifactId>
62 <version>${dlux.version}</version>
67 </dependencyManagement>
71 <groupId>org.opendaylight.mdsal.model</groupId>
72 <artifactId>features-mdsal-model</artifactId>
73 <version>${mdsal.model.version}</version>
74 <classifier>features</classifier>
76 <scope>runtime</scope>
79 <groupId>org.opendaylight.controller</groupId>
80 <artifactId>features-mdsal</artifactId>
81 <classifier>features</classifier>
83 <scope>runtime</scope>
86 <groupId>org.opendaylight.netconf</groupId>
87 <artifactId>features-restconf</artifactId>
88 <version>${restconf.version}</version>
89 <classifier>features</classifier>
91 <scope>runtime</scope>
94 <groupId>org.opendaylight.dlux</groupId>
95 <artifactId>features-dlux</artifactId>
96 <version>${dlux.version}</version>
97 <classifier>features</classifier>
99 <scope>runtime</scope>
102 <groupId>org.opendaylight.openflowplugin</groupId>
103 <artifactId>features-openflowplugin</artifactId>
104 <version>${openflowplugin.version}</version>
105 <classifier>features</classifier>
109 <groupId>org.opendaylight.openflowplugin</groupId>
110 <artifactId>features-openflowplugin-extension</artifactId>
111 <version>${openflowplugin.version}</version>
112 <classifier>features</classifier>
116 <groupId>${project.groupId}</groupId>
117 <artifactId>nemo-api</artifactId>
118 <version>${project.version}</version>
121 <groupId>${project.groupId}</groupId>
122 <artifactId>nemo-impl</artifactId>
123 <version>${project.version}</version>
126 <groupId>${project.groupId}</groupId>
127 <artifactId>nemo-impl</artifactId>
128 <version>${project.version}</version>
129 <classifier>config</classifier>
133 <groupId>${project.groupId}</groupId>
134 <artifactId>openflow-renderer</artifactId>
135 <version>${project.version}</version>
138 <groupId>${project.groupId}</groupId>
139 <artifactId>openflow-renderer</artifactId>
140 <version>${project.version}</version>
141 <classifier>config</classifier>
145 <groupId>${project.groupId}</groupId>
146 <artifactId>openflow-renderer</artifactId>
147 <version>${project.version}</version>
148 <classifier>node-resource</classifier>
152 <groupId>${project.groupId}</groupId>
153 <artifactId>openflow-renderer</artifactId>
154 <version>${project.version}</version>
155 <classifier>host-resource</classifier>
159 <groupId>${project.groupId}</groupId>
160 <artifactId>openflow-renderer</artifactId>
161 <version>${project.version}</version>
162 <classifier>link-resource</classifier>
166 <groupId>${project.groupId}</groupId>
167 <artifactId>openflow-renderer</artifactId>
168 <version>${project.version}</version>
169 <classifier>external-resource</classifier>
173 <groupId>${project.groupId}</groupId>
174 <artifactId>cli-renderer</artifactId>
175 <version>${project.version}</version>
178 <groupId>${project.groupId}</groupId>
179 <artifactId>cli-renderer</artifactId>
180 <version>${project.version}</version>
181 <classifier>config</classifier>
185 <groupId>${project.groupId}</groupId>
186 <artifactId>cli-renderer</artifactId>
187 <version>${project.version}</version>
188 <classifier>node-resource</classifier>
192 <groupId>${project.groupId}</groupId>
193 <artifactId>cli-renderer</artifactId>
194 <version>${project.version}</version>
195 <classifier>host-resource</classifier>
199 <groupId>${project.groupId}</groupId>
200 <artifactId>cli-renderer</artifactId>
201 <version>${project.version}</version>
202 <classifier>link-resource</classifier>
206 <groupId>${project.groupId}</groupId>
207 <artifactId>cli-renderer</artifactId>
208 <version>${project.version}</version>
209 <classifier>external-resource</classifier>
213 <groupId>${project.groupId}</groupId>
214 <artifactId>nemo-ui</artifactId>
215 <version>${project.version}</version>
220 <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
221 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
222 <url>https://wiki.opendaylight.org/view/NEMO:Main</url>