536edd199e74b26eca98a1ec8089f37df8940374
[coe.git] / features / odl-coe / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2017 Copyright c 2017 Ericsson India Global Services Pvt Ltd. 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 INTERNAL
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>single-feature-parent</artifactId>
15     <version>6.0.4</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.coe</groupId>
20   <artifactId>odl-coe</artifactId>
21   <version>0.7.0-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: coe</name>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>org.opendaylight.coe</groupId>
29           <artifactId>coe-artifacts</artifactId>
30             <version>${project.version}</version>
31               <type>pom</type>
32                 <scope>import</scope>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37   <dependencies>
38       <dependency>
39         <groupId>org.opendaylight.controller</groupId>
40         <artifactId>odl-mdsal-broker</artifactId>
41         <version>1.11.0-SNAPSHOT</version>
42         <type>xml</type>
43         <classifier>features</classifier>
44       </dependency>
45       <!-- Add restconf as part of main coe feature,
46         as it is very much needed for COE watcher module
47         to run. -->
48       <dependency>
49         <groupId>org.opendaylight.netconf</groupId>
50         <artifactId>odl-restconf</artifactId>
51         <version>1.11.0-SNAPSHOT</version>
52         <type>xml</type>
53         <classifier>features</classifier>
54       </dependency>
55       <dependency>
56         <groupId>org.opendaylight.netconf</groupId>
57         <artifactId>odl-mdsal-apidocs</artifactId>
58         <version>1.11.0-SNAPSHOT</version>
59         <type>xml</type>
60         <classifier>features</classifier>
61       </dependency>
62       <dependency>
63         <groupId>org.opendaylight.coe</groupId>
64         <artifactId>odl-coe-api</artifactId>
65         <version>${project.version}</version>
66         <type>xml</type>
67         <classifier>features</classifier>
68       </dependency>
69     <dependency>
70       <groupId>org.opendaylight.coe</groupId>
71       <artifactId>coe-cli</artifactId>
72       <version>${project.version}</version>
73     </dependency>
74       <dependency>
75         <groupId>org.opendaylight.coe</groupId>
76         <artifactId>coe-northbound-impl</artifactId>
77         <version>${project.version}</version>
78       </dependency>
79       <dependency>
80         <groupId>org.opendaylight.coe</groupId>
81         <artifactId>coe-southbound-impl</artifactId>
82         <version>${project.version}</version>
83       </dependency>
84       <dependency>
85         <groupId>javax.inject</groupId>
86         <artifactId>javax.inject</artifactId>
87       </dependency>
88   </dependencies>
89 </project>