1365fa30d8227d78cf93f29d8219c580ed1bb33c
[alto.git] / alto-extensions / simple-pce / network-tracker / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 SNLAB 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   <parent>
11     <groupId>org.opendaylight.odlparent</groupId>
12     <artifactId>features-parent</artifactId>
13     <version>1.8.2-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16   <groupId>org.opendaylight.alto.spce.network</groupId>
17   <artifactId>network-tracker-features</artifactId>
18   <version>0.4.2-SNAPSHOT</version>
19   <name>ODL :: alto :: ${project.artifactId}</name>
20   <modelVersion>4.0.0</modelVersion>
21   <prerequisites>
22     <maven>3.1.1</maven>
23   </prerequisites>
24   <properties>
25     <mdsal.model.version>0.10.2-SNAPSHOT</mdsal.model.version>
26     <mdsal.version>1.5.2-SNAPSHOT</mdsal.version>
27     <restconf.version>1.5.2-SNAPSHOT</restconf.version>
28     <yangtools.version>0.10.2-SNAPSHOT</yangtools.version>
29     <dluxapps.version>0.5.2-SNAPSHOT</dluxapps.version>
30     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
31     <l2switch.version>0.5.2-SNAPSHOT</l2switch.version>
32   </properties>
33   <dependencyManagement>
34     <dependencies>
35       <!-- project specific dependencies -->
36       <dependency>
37         <groupId>org.opendaylight.controller</groupId>
38         <artifactId>mdsal-artifacts</artifactId>
39         <version>${mdsal.version}</version>
40         <type>pom</type>
41         <scope>import</scope>
42       </dependency>
43       <dependency>
44         <groupId>org.opendaylight.netconf</groupId>
45         <artifactId>restconf-artifacts</artifactId>
46         <version>${restconf.version}</version>
47         <type>pom</type>
48         <scope>import</scope>
49       </dependency>
50     </dependencies>
51   </dependencyManagement>
52   <dependencies>
53     <dependency>
54       <groupId>org.opendaylight.yangtools</groupId>
55       <artifactId>features-yangtools</artifactId>
56       <classifier>features</classifier>
57       <version>${yangtools.version}</version>
58       <type>xml</type>
59       <scope>runtime</scope>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.mdsal.model</groupId>
63       <artifactId>features-mdsal-model</artifactId>
64       <version>${mdsal.model.version}</version>
65       <classifier>features</classifier>
66       <type>xml</type>
67       <scope>runtime</scope>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.controller</groupId>
71       <artifactId>features-mdsal</artifactId>
72       <classifier>features</classifier>
73       <version>${mdsal.version}</version>
74       <type>xml</type>
75       <scope>runtime</scope>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.netconf</groupId>
79       <artifactId>features-restconf</artifactId>
80       <classifier>features</classifier>
81       <version>${restconf.version}</version>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.dluxapps</groupId>
87       <artifactId>features-dluxapps</artifactId>
88       <classifier>features</classifier>
89       <version>${dluxapps.version}</version>
90       <type>xml</type>
91       <scope>runtime</scope>
92     </dependency>
93     <dependency>
94       <groupId>${project.groupId}</groupId>
95       <artifactId>network-tracker-impl</artifactId>
96       <version>${project.version}</version>
97     </dependency>
98     <dependency>
99       <groupId>${project.groupId}</groupId>
100       <artifactId>network-tracker-impl</artifactId>
101       <version>${project.version}</version>
102       <type>xml</type>
103       <classifier>config</classifier>
104     </dependency>
105     <dependency>
106       <groupId>${project.groupId}</groupId>
107       <artifactId>network-tracker-api</artifactId>
108       <version>${project.version}</version>
109     </dependency>
110
111     <dependency>
112       <groupId>org.opendaylight.controller.model</groupId>
113       <artifactId>model-inventory</artifactId>
114       <type>jar</type>
115     </dependency>
116
117     <dependency>
118       <groupId>org.opendaylight.l2switch</groupId>
119       <artifactId>features-l2switch</artifactId>
120       <classifier>features</classifier>
121       <version>${l2switch.version}</version>
122       <type>xml</type>
123       <scope>runtime</scope>
124     </dependency>
125
126   </dependencies>
127 </project>