beeede463ce6b4de85c057696331cccab1f9b779
[netconf.git] / netconf / netconf-it / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.netconf</groupId>
7     <artifactId>netconf-subsystem</artifactId>
8     <version>1.5.0-SNAPSHOT</version>
9   </parent>
10
11   <artifactId>netconf-it</artifactId>
12   <name>${project.artifactId}</name>
13   <packaging>jar</packaging>
14
15   <dependencies>
16     <dependency>
17       <groupId>${project.groupId}</groupId>
18       <artifactId>netconf-netty-util</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>org.opendaylight.yangtools</groupId>
22       <artifactId>mockito-configuration</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.slf4j</groupId>
26       <artifactId>slf4j-api</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>xmlunit</groupId>
30       <artifactId>xmlunit</artifactId>
31     </dependency>
32     <!-- compile dependencies -->
33     <dependency>
34       <groupId>${project.groupId}</groupId>
35       <artifactId>sal-netconf-connector</artifactId>
36       <scope>test</scope>
37     </dependency>
38     <dependency>
39       <groupId>${project.groupId}</groupId>
40       <artifactId>netconf-api</artifactId>
41       <scope>test</scope>
42     </dependency>
43     <dependency>
44       <groupId>${project.groupId}</groupId>
45       <artifactId>netconf-client</artifactId>
46       <scope>test</scope>
47     </dependency>
48     <dependency>
49       <groupId>${project.groupId}</groupId>
50       <artifactId>netconf-client</artifactId>
51       <version>${project.version}</version>
52       <type>test-jar</type>
53       <scope>test</scope>
54     </dependency>
55     <dependency>
56       <groupId>${project.groupId}</groupId>
57       <artifactId>netconf-impl</artifactId>
58       <scope>test</scope>
59     </dependency>
60     <dependency>
61       <groupId>${project.groupId}</groupId>
62       <artifactId>netconf-impl</artifactId>
63       <type>test-jar</type>
64       <scope>test</scope>
65     </dependency>
66     <dependency>
67       <groupId>${project.groupId}</groupId>
68       <artifactId>netconf-mapping-api</artifactId>
69       <scope>test</scope>
70     </dependency>
71     <dependency>
72       <groupId>${project.groupId}</groupId>
73       <artifactId>netconf-monitoring</artifactId>
74       <scope>test</scope>
75     </dependency>
76     <dependency>
77       <groupId>${project.groupId}</groupId>
78       <artifactId>netconf-netty-util</artifactId>
79       <type>test-jar</type>
80       <scope>test</scope>
81     </dependency>
82     <dependency>
83       <groupId>${project.groupId}</groupId>
84       <artifactId>netconf-ssh</artifactId>
85       <scope>test</scope>
86     </dependency>
87     <dependency>
88        <groupId>${project.groupId}</groupId>
89        <artifactId>netconf-testtool</artifactId>
90        <version>${project.version}</version>
91        <scope>test</scope>
92     </dependency>
93     <dependency>
94       <groupId>${project.groupId}</groupId>
95       <artifactId>netconf-ssh</artifactId>
96       <type>test-jar</type>
97       <scope>test</scope>
98     </dependency>
99     <dependency>
100       <groupId>${project.groupId}</groupId>
101       <artifactId>netconf-util</artifactId>
102       <type>test-jar</type>
103       <scope>test</scope>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.controller</groupId>
107       <artifactId>netty-config-api</artifactId>
108       <scope>test</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.controller</groupId>
112       <artifactId>yang-test</artifactId>
113       <scope>test</scope>
114     </dependency>
115   </dependencies>
116 </project>