Merge "Bug 3864: Notify netconf monitoring about changes in session"
[netconf.git] / netconf / sal-netconf-connector / 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   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>config-parent</artifactId>
7     <version>0.5.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.netconf</groupId>
12   <artifactId>sal-netconf-connector</artifactId>
13
14   <!-- Preserve version from mdsal -->
15   <version>1.4.0-SNAPSHOT</version>
16   <packaging>bundle</packaging>
17
18   <dependencyManagement>
19     <dependencies>
20       <dependency>
21         <groupId>org.opendaylight.netconf</groupId>
22         <artifactId>netconf-artifacts</artifactId>
23         <version>1.1.0-SNAPSHOT</version>
24         <type>pom</type>
25         <scope>import</scope>
26       </dependency>
27     </dependencies>
28   </dependencyManagement>
29
30   <dependencies>
31     <dependency>
32       <groupId>${project.groupId}</groupId>
33       <artifactId>netconf-config-dispatcher</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.controller</groupId>
37       <artifactId>sal-common-util</artifactId>
38     </dependency>
39     <dependency>
40       <groupId>org.opendaylight.controller</groupId>
41       <artifactId>sal-connector-api</artifactId>
42     </dependency>
43     <dependency>
44       <groupId>${project.groupId}</groupId>
45       <artifactId>ietf-netconf-monitoring</artifactId>
46     </dependency>
47     <dependency>
48       <groupId>${project.groupId}</groupId>
49       <artifactId>ietf-netconf-notifications</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>${project.groupId}</groupId>
53       <artifactId>ietf-netconf-yang-library</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>${project.groupId}</groupId>
57       <artifactId>netconf-client</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>${project.groupId}</groupId>
61       <artifactId>netconf-notifications-api</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.controller</groupId>
65       <artifactId>netty-config-api</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller</groupId>
69       <artifactId>netty-threadgroup-config</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.controller</groupId>
73       <artifactId>sal-binding-api</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.mdsal</groupId>
77       <artifactId>mdsal-binding-generator-impl</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.controller</groupId>
81       <artifactId>sal-binding-config</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.controller</groupId>
85       <artifactId>threadpool-config-api</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.controller.model</groupId>
89       <artifactId>model-inventory</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.mdsal.model</groupId>
93       <artifactId>ietf-topology</artifactId>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.controller</groupId>
97       <artifactId>sal-broker-impl</artifactId>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.yangtools</groupId>
101       <artifactId>yang-data-impl</artifactId>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.yangtools</groupId>
105       <artifactId>yang-model-api</artifactId>
106     </dependency>
107     <dependency>
108       <groupId>org.opendaylight.yangtools</groupId>
109       <artifactId>yang-model-util</artifactId>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.yangtools</groupId>
113       <artifactId>yang-parser-impl</artifactId>
114     </dependency>
115     <dependency>
116       <groupId>org.opendaylight.yangtools</groupId>
117       <artifactId>yang-data-codec-gson</artifactId>
118     </dependency>
119     <dependency>
120       <groupId>org.opendaylight.mdsal.model</groupId>
121       <artifactId>ietf-inet-types</artifactId>
122     </dependency>
123     <dependency>
124       <groupId>org.slf4j</groupId>
125       <artifactId>slf4j-api</artifactId>
126     </dependency>
127     <dependency>
128       <groupId>xmlunit</groupId>
129       <artifactId>xmlunit</artifactId>
130     </dependency>
131     <dependency>
132       <groupId>org.opendaylight.controller</groupId>
133       <artifactId>config-api</artifactId>
134       <scope>provided</scope>
135     </dependency>
136     <dependency>
137       <groupId>org.opendaylight.controller</groupId>
138       <artifactId>config-manager</artifactId>
139       <scope>test</scope>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.controller</groupId>
143       <artifactId>config-manager</artifactId>
144       <type>test-jar</type>
145       <scope>test</scope>
146     </dependency>
147     <dependency>
148       <groupId>${project.groupId}</groupId>
149       <artifactId>config-netconf-connector</artifactId>
150       <scope>test</scope>
151     </dependency>
152     <dependency>
153       <groupId>org.opendaylight.controller</groupId>
154       <artifactId>config-persister-impl</artifactId>
155       <scope>test</scope>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.controller</groupId>
159       <artifactId>config-util</artifactId>
160     </dependency>
161     <dependency>
162       <groupId>${project.groupId}</groupId>
163       <artifactId>netconf-impl</artifactId>
164       <scope>test</scope>
165     </dependency>
166     <dependency>
167       <groupId>${project.groupId}</groupId>
168       <artifactId>netconf-mapping-api</artifactId>
169       <scope>test</scope>
170     </dependency>
171     <dependency>
172       <groupId>${project.groupId}</groupId>
173       <artifactId>netconf-util</artifactId>
174       <type>test-jar</type>
175       <scope>test</scope>
176     </dependency>
177     <dependency>
178       <groupId>org.opendaylight.controller</groupId>
179       <artifactId>yang-test</artifactId>
180       <scope>test</scope>
181     </dependency>
182     <dependency>
183       <groupId>org.opendaylight.controller</groupId>
184       <artifactId>logback-config</artifactId>
185       <scope>test</scope>
186     </dependency>
187     <dependency>
188       <groupId>org.opendaylight.controller</groupId>
189       <artifactId>sal-binding-broker-impl</artifactId>
190       <type>test-jar</type>
191       <scope>test</scope>
192     </dependency>
193     <dependency>
194       <groupId>org.mockito</groupId>
195       <artifactId>mockito-core</artifactId>
196       <scope>test</scope>
197     </dependency>
198     <dependency>
199       <groupId>org.hamcrest</groupId>
200       <artifactId>hamcrest-core</artifactId>
201     </dependency>
202     <dependency>
203       <groupId>com.google.code.gson</groupId>
204       <artifactId>gson</artifactId>
205     </dependency>
206   </dependencies>
207
208   <scm>
209     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
210     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
211     <tag>HEAD</tag>
212     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
213   </scm>
214 </project>