Migrate to odlparent 1.9.0
[controller.git] / features / benchmark / features-mdsal-benchmark / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Cisco Systems 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 INTERNAL
7 -->
8 <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">
9   <parent>
10     <groupId>org.opendaylight.odlparent</groupId>
11     <artifactId>features-parent</artifactId>
12     <version>1.9.0</version>
13     <relativePath/>
14   </parent>
15   <groupId>org.opendaylight.controller</groupId>
16   <artifactId>features-mdsal-benchmark</artifactId>
17   <version>1.4.0-SNAPSHOT</version>
18   <name>${project.artifactId}</name>
19   <modelVersion>4.0.0</modelVersion>
20
21   <properties>
22     <controller.mdsal.version>1.6.0-SNAPSHOT</controller.mdsal.version>
23     <mdsal.version>2.3.0-SNAPSHOT</mdsal.version>
24     <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
25     <yangtools.version>1.2.0-SNAPSHOT</yangtools.version>
26   </properties>
27
28   <dependencies>
29     <dependency>
30       <groupId>org.opendaylight.yangtools</groupId>
31       <artifactId>features-yangtools</artifactId>
32       <classifier>features</classifier>
33       <version>${yangtools.version}</version>
34       <type>xml</type>
35       <scope>runtime</scope>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.mdsal</groupId>
39       <artifactId>features-mdsal</artifactId>
40       <version>${mdsal.version}</version>
41       <classifier>features</classifier>
42       <type>xml</type>
43       <scope>runtime</scope>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.mdsal.model</groupId>
47       <artifactId>features-mdsal-model</artifactId>
48       <version>${mdsal.model.version}</version>
49       <classifier>features</classifier>
50       <type>xml</type>
51       <scope>runtime</scope>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.controller</groupId>
55       <artifactId>features-mdsal</artifactId>
56       <classifier>features</classifier>
57       <version>${controller.mdsal.version}</version>
58       <type>xml</type>
59       <scope>runtime</scope>
60     </dependency>
61     <dependency>
62       <groupId>${project.groupId}</groupId>
63       <artifactId>dsbenchmark</artifactId>
64       <version>${project.version}</version>
65     </dependency>
66     <dependency>
67       <groupId>${project.groupId}</groupId>
68       <artifactId>ntfbenchmark</artifactId>
69       <version>${project.version}</version>
70     </dependency>
71     <dependency>
72       <groupId>${project.groupId}</groupId>
73       <artifactId>rpcbenchmark</artifactId>
74       <version>${project.version}</version>
75     </dependency>
76     <dependency>
77       <groupId>${project.groupId}</groupId>
78       <artifactId>benchmark-api</artifactId>
79       <version>${project.version}</version>
80     </dependency>
81   </dependencies>
82 </project>