Add tool to measure southbound notification performance
[netconf.git] / features / netconf / odl-netconf-test-tools / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2021 PANTHEON.tech, s.r.o. 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
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>single-feature-parent</artifactId>
13         <version>8.1.0</version>
14         <relativePath/>
15     </parent>
16     <modelVersion>4.0.0</modelVersion>
17
18     <groupId>org.opendaylight.netconf</groupId>
19     <artifactId>odl-netconf-test-tools</artifactId>
20     <version>1.10.0-SNAPSHOT</version>
21     <packaging>feature</packaging>
22
23     <name>OpenDaylight :: NETCONF Test Tools :: Tools used for performance testing</name>
24
25     <dependencyManagement>
26         <dependencies>
27             <dependency>
28                 <groupId>${project.groupId}</groupId>
29                 <artifactId>netconf-artifacts</artifactId>
30                 <version>1.10.0-SNAPSHOT</version>
31                 <type>pom</type>
32                 <scope>import</scope>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37     <dependencies>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>odl-netconf-mdsal</artifactId>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>netconf-test-perf</artifactId>
47         </dependency>
48     </dependencies>
49 </project>