blob: 7ac6e35fba7b9cebd4ad18ea01f6ebb45450c202 [file] [log] [blame]
Dan Timoney7f239072020-06-01 09:28:12 -04001<?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 <groupId>org.onap.ccsdk.parent</groupId>
6 <artifactId>installed-odl-bom</artifactId>
Dan Timoney1c6dd262022-08-03 16:36:42 -04007 <version>2.4.2-SNAPSHOT</version>
Dan Timoney7f239072020-06-01 09:28:12 -04008 <packaging>pom</packaging>
9
10 <distributionManagement>
11 <repository>
12 <id>ecomp-releases</id>
13 <url>https://nexus.onap.org/content/repositories/releases</url>
14 </repository>
15 <snapshotRepository>
16 <id>ecomp-snapshots</id>
17 <url>https://nexus.onap.org/content/repositories/snapshots</url>
18 </snapshotRepository>
19 </distributionManagement>
20
21 <dependencyManagement>
22 <dependencies>
Dan Timoney06b50032021-06-07 13:55:46 -040023 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -040024 <groupId>com.fasterxml.jackson.core</groupId>
25 <artifactId>jackson-annotations</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020026 <version>2.13.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -040027 </dependency>
28 <dependency>
29 <groupId>com.fasterxml.jackson.core</groupId>
30 <artifactId>jackson-core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020031 <version>2.13.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -040032 </dependency>
33 <dependency>
34 <groupId>com.fasterxml.jackson.core</groupId>
35 <artifactId>jackson-databind</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020036 <version>2.13.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -040037 </dependency>
38 <dependency>
39 <groupId>com.fasterxml.jackson.dataformat</groupId>
40 <artifactId>jackson-dataformat-xml</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020041 <version>2.13.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -040042 </dependency>
43 <dependency>
44 <groupId>com.fasterxml.jackson.jaxrs</groupId>
45 <artifactId>jackson-jaxrs-base</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020046 <version>2.13.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -040047 </dependency>
48 <dependency>
49 <groupId>com.fasterxml.jackson.jaxrs</groupId>
50 <artifactId>jackson-jaxrs-json-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020051 <version>2.13.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -040052 </dependency>
53 <dependency>
54 <groupId>com.fasterxml.jackson.module</groupId>
55 <artifactId>jackson-module-jaxb-annotations</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020056 <version>2.13.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -040057 </dependency>
58 <dependency>
59 <groupId>com.fasterxml.woodstox</groupId>
60 <artifactId>woodstox-core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020061 <version>6.2.8</version>
Dan Timoney06b50032021-06-07 13:55:46 -040062 </dependency>
63 <dependency>
64 <groupId>com.github.mifmif</groupId>
65 <artifactId>generex</artifactId>
66 <version>1.0.2</version>
67 </dependency>
68 <dependency>
69 <groupId>com.github.spotbugs</groupId>
70 <artifactId>spotbugs-annotations</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020071 <version>4.6.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -040072 </dependency>
73 <dependency>
74 <groupId>com.google.code.gson</groupId>
75 <artifactId>gson</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020076 <version>2.9.0</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +010077 </dependency>
78 <dependency>
79 <groupId>com.googlecode.json-simple</groupId>
80 <artifactId>json-simple</artifactId>
81 <version>1.1.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -040082 </dependency>
83 <dependency>
84 <groupId>com.google.guava</groupId>
85 <artifactId>failureaccess</artifactId>
86 <version>1.0.1</version>
87 </dependency>
88 <dependency>
89 <groupId>com.google.guava</groupId>
90 <artifactId>guava</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020091 <version>31.1-jre</version>
Dan Timoney06b50032021-06-07 13:55:46 -040092 </dependency>
93 <dependency>
94 <groupId>com.h2database</groupId>
95 <artifactId>h2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +020096 <version>2.1.210</version>
Dan Timoney06b50032021-06-07 13:55:46 -040097 </dependency>
98 <dependency>
99 <groupId>com.lmax</groupId>
100 <artifactId>disruptor</artifactId>
Michael DÜrre4f503922021-10-29 07:53:09 +0200101 <version>3.4.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400102 </dependency>
103 <dependency>
104 <groupId>com.microsoft.sqlserver</groupId>
105 <artifactId>mssql-jdbc</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200106 <version>9.4.1.jre8</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200107 </dependency>
108 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400109 <groupId>commons-beanutils</groupId>
110 <artifactId>commons-beanutils</artifactId>
111 <version>1.9.4</version>
112 </dependency>
113 <dependency>
114 <groupId>commons-codec</groupId>
115 <artifactId>commons-codec</artifactId>
116 <version>1.15</version>
117 </dependency>
118 <dependency>
119 <groupId>commons-collections</groupId>
120 <artifactId>commons-collections</artifactId>
121 <version>3.2.2</version>
122 </dependency>
123 <dependency>
124 <groupId>commons-io</groupId>
125 <artifactId>commons-io</artifactId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100126 <version>2.11.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400127 </dependency>
128 <dependency>
129 <groupId>commons-lang</groupId>
130 <artifactId>commons-lang</artifactId>
131 <version>2.6</version>
132 </dependency>
133 <dependency>
134 <groupId>commons-logging</groupId>
135 <artifactId>commons-logging</artifactId>
136 <version>1.2</version>
137 </dependency>
138 <dependency>
139 <groupId>commons-net</groupId>
140 <artifactId>commons-net</artifactId>
141 <version>3.8.0</version>
142 </dependency>
143 <dependency>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100144 <groupId>com.oracle.database.jdbc</groupId>
145 <artifactId>ojdbc8</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200146 <version>21.4.0.0.1</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100147 </dependency>
148 <dependency>
149 <groupId>com.rabbitmq</groupId>
150 <artifactId>amqp-client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200151 <version>5.14.2</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100152 </dependency>
153 <dependency>
154 <groupId>com.typesafe</groupId>
155 <artifactId>config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200156 <version>1.4.2</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100157 </dependency>
158 <dependency>
159 <groupId>com.typesafe</groupId>
160 <artifactId>ssl-config-core_2.13</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200161 <version>0.4.3</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100162 </dependency>
163 <dependency>
164 <groupId>com.zaxxer</groupId>
165 <artifactId>HikariCP</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200166 <version>4.0.3</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100167 </dependency>
168 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400169 <groupId>dk.brics</groupId>
170 <artifactId>automaton</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200171 <version>1.12-3</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400172 </dependency>
173 <dependency>
174 <groupId>io.aeron</groupId>
175 <artifactId>aeron-client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200176 <version>1.37.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400177 </dependency>
178 <dependency>
179 <groupId>io.aeron</groupId>
180 <artifactId>aeron-driver</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200181 <version>1.37.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400182 </dependency>
183 <dependency>
184 <groupId>io.dropwizard.metrics</groupId>
185 <artifactId>metrics-core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200186 <version>4.2.9</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400187 </dependency>
188 <dependency>
189 <groupId>io.dropwizard.metrics</groupId>
190 <artifactId>metrics-graphite</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200191 <version>4.2.9</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400192 </dependency>
193 <dependency>
194 <groupId>io.dropwizard.metrics</groupId>
195 <artifactId>metrics-healthchecks</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200196 <version>4.2.9</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400197 </dependency>
198 <dependency>
199 <groupId>io.dropwizard.metrics</groupId>
200 <artifactId>metrics-jmx</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200201 <version>4.2.9</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400202 </dependency>
203 <dependency>
204 <groupId>io.dropwizard.metrics</groupId>
205 <artifactId>metrics-jvm</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200206 <version>4.2.9</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400207 </dependency>
208 <dependency>
209 <groupId>io.netty</groupId>
210 <artifactId>netty</artifactId>
211 <version>3.10.6.Final</version>
212 </dependency>
213 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200214 <groupId>io.netty</groupId>
215 <artifactId>netty-buffer</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200216 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200217 </dependency>
218 <dependency>
219 <groupId>io.netty</groupId>
220 <artifactId>netty-codec</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200221 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200222 </dependency>
223 <dependency>
224 <groupId>io.netty</groupId>
225 <artifactId>netty-codec-http</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200226 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200227 </dependency>
228 <dependency>
229 <groupId>io.netty</groupId>
230 <artifactId>netty-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200231 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200232 </dependency>
233 <dependency>
234 <groupId>io.netty</groupId>
235 <artifactId>netty-handler</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200236 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200237 </dependency>
238 <dependency>
239 <groupId>io.netty</groupId>
240 <artifactId>netty-resolver</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200241 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200242 </dependency>
243 <dependency>
244 <groupId>io.netty</groupId>
245 <artifactId>netty-transport</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200246 <version>4.1.76.Final</version>
247 </dependency>
248 <dependency>
249 <groupId>io.netty</groupId>
250 <artifactId>netty-transport-classes-epoll</artifactId>
251 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200252 </dependency>
253 <dependency>
254 <groupId>io.netty</groupId>
255 <artifactId>netty-transport-native-epoll</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200256 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200257 </dependency>
258 <dependency>
259 <groupId>io.netty</groupId>
260 <artifactId>netty-transport-native-unix-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200261 <version>4.1.76.Final</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200262 </dependency>
263 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400264 <groupId>io.undertow</groupId>
265 <artifactId>undertow-core</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200266 <version>2.0.33.Final</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400267 </dependency>
268 <dependency>
269 <groupId>io.undertow</groupId>
270 <artifactId>undertow-servlet</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200271 <version>2.0.33.Final</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400272 </dependency>
273 <dependency>
274 <groupId>io.undertow</groupId>
275 <artifactId>undertow-websockets-jsr</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200276 <version>2.0.33.Final</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400277 </dependency>
278 <dependency>
279 <groupId>jakarta.activation</groupId>
280 <artifactId>jakarta.activation-api</artifactId>
281 <version>1.2.2</version>
282 </dependency>
283 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400284 <groupId>javax.annotation</groupId>
285 <artifactId>javax.annotation-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200286 <version>1.3.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400287 </dependency>
288 <dependency>
289 <groupId>javax.el</groupId>
290 <artifactId>javax.el-api</artifactId>
291 <version>3.0.0</version>
292 </dependency>
293 <dependency>
294 <groupId>javax.enterprise</groupId>
295 <artifactId>cdi-api</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200296 <version>2.0.SP1</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400297 </dependency>
298 <dependency>
299 <groupId>javax.interceptor</groupId>
300 <artifactId>javax.interceptor-api</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200301 <version>1.2.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400302 </dependency>
303 <dependency>
304 <groupId>javax.jms</groupId>
305 <artifactId>javax.jms-api</artifactId>
306 <version>2.0.1</version>
307 </dependency>
308 <dependency>
309 <groupId>javax.mail</groupId>
310 <artifactId>mail</artifactId>
311 <version>1.4.7</version>
312 </dependency>
313 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400314 <groupId>javax.security.auth.message</groupId>
315 <artifactId>javax.security.auth.message-api</artifactId>
316 <version>1.1</version>
317 </dependency>
318 <dependency>
319 <groupId>javax.servlet</groupId>
320 <artifactId>javax.servlet-api</artifactId>
Singal, Kapil (ks220y)2ba8a082021-07-12 15:42:06 -0400321 <version>3.1.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400322 </dependency>
323 <dependency>
324 <groupId>javax.transaction</groupId>
325 <artifactId>javax.transaction-api</artifactId>
326 <version>1.2</version>
327 </dependency>
328 <dependency>
329 <groupId>javax.validation</groupId>
330 <artifactId>validation-api</artifactId>
331 <version>2.0.1.Final</version>
332 </dependency>
333 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400334 <groupId>javax.ws.rs</groupId>
335 <artifactId>javax.ws.rs-api</artifactId>
336 <version>2.1.1</version>
337 </dependency>
338 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400339 <groupId>net.bytebuddy</groupId>
340 <artifactId>byte-buddy</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200341 <version>1.12.9</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400342 </dependency>
343 <dependency>
344 <groupId>net.java.dev.stax-utils</groupId>
345 <artifactId>stax-utils</artifactId>
346 <version>20070216</version>
347 </dependency>
348 <dependency>
349 <groupId>net.sf.ehcache</groupId>
350 <artifactId>ehcache</artifactId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100351 <version>2.10.9.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400352 </dependency>
353 <dependency>
354 <groupId>net.sf.jung</groupId>
355 <artifactId>jung-algorithms</artifactId>
356 <version>2.1.1</version>
357 </dependency>
358 <dependency>
359 <groupId>net.sf.jung</groupId>
360 <artifactId>jung-api</artifactId>
361 <version>2.1.1</version>
362 </dependency>
363 <dependency>
364 <groupId>net.sf.jung</groupId>
365 <artifactId>jung-graph-impl</artifactId>
366 <version>2.1.1</version>
367 </dependency>
368 <dependency>
369 <groupId>net.sourceforge.jtds</groupId>
370 <artifactId>jtds</artifactId>
371 <version>1.3.1</version>
372 </dependency>
373 <dependency>
374 <groupId>org.agrona</groupId>
375 <artifactId>agrona</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200376 <version>1.14.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400377 </dependency>
378 <dependency>
379 <groupId>org.antlr</groupId>
380 <artifactId>antlr4-runtime</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200381 <version>4.9.3</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400382 </dependency>
383 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400384 <groupId>org.apache.aries.blueprint</groupId>
385 <artifactId>org.apache.aries.blueprint.api</artifactId>
386 <version>1.0.1</version>
387 </dependency>
388 <dependency>
389 <groupId>org.apache.aries.blueprint</groupId>
390 <artifactId>org.apache.aries.blueprint.cm</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200391 <version>1.3.2</version>
392 </dependency>
393 <dependency>
394 <groupId>org.apache.aries.blueprint</groupId>
395 <artifactId>org.apache.aries.blueprint.core</artifactId>
396 <version>1.10.3</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400397 </dependency>
398 <dependency>
399 <groupId>org.apache.aries.blueprint</groupId>
400 <artifactId>org.apache.aries.blueprint.core.compatibility</artifactId>
401 <version>1.0.0</version>
402 </dependency>
403 <dependency>
404 <groupId>org.apache.aries.blueprint</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400405 <artifactId>org.apache.aries.blueprint.webosgi</artifactId>
406 <version>1.0.1</version>
407 </dependency>
408 <dependency>
409 <groupId>org.apache.aries.jmx</groupId>
410 <artifactId>org.apache.aries.jmx.api</artifactId>
411 <version>1.1.5</version>
412 </dependency>
413 <dependency>
414 <groupId>org.apache.aries.jmx</groupId>
415 <artifactId>org.apache.aries.jmx.blueprint.api</artifactId>
416 <version>1.2.0</version>
417 </dependency>
418 <dependency>
419 <groupId>org.apache.aries.jmx</groupId>
420 <artifactId>org.apache.aries.jmx.blueprint.core</artifactId>
421 <version>1.2.0</version>
422 </dependency>
423 <dependency>
424 <groupId>org.apache.aries.jmx</groupId>
425 <artifactId>org.apache.aries.jmx.core</artifactId>
426 <version>1.1.8</version>
427 </dependency>
428 <dependency>
429 <groupId>org.apache.aries.jmx</groupId>
430 <artifactId>org.apache.aries.jmx.whiteboard</artifactId>
431 <version>1.2.0</version>
432 </dependency>
433 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200434 <groupId>org.apache.aries</groupId>
435 <artifactId>org.apache.aries.util</artifactId>
436 <version>1.1.3</version>
437 </dependency>
438 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400439 <groupId>org.apache.aries.proxy</groupId>
440 <artifactId>org.apache.aries.proxy</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200441 <version>1.1.12</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400442 </dependency>
443 <dependency>
444 <groupId>org.apache.aries.quiesce</groupId>
445 <artifactId>org.apache.aries.quiesce.api</artifactId>
446 <version>1.0.0</version>
447 </dependency>
448 <dependency>
449 <groupId>org.apache.aries.spifly</groupId>
450 <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200451 <version>1.3.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400452 </dependency>
453 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400454 <groupId>org.apache.aries.transaction</groupId>
455 <artifactId>org.apache.aries.transaction.manager</artifactId>
456 <version>1.3.3</version>
457 </dependency>
458 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400459 <groupId>org.apache.commons</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400460 <artifactId>commons-dbcp2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200461 <version>2.9.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400462 </dependency>
463 <dependency>
464 <groupId>org.apache.commons</groupId>
465 <artifactId>commons-lang3</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200466 <version>3.12.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400467 </dependency>
468 <dependency>
469 <groupId>org.apache.commons</groupId>
470 <artifactId>commons-pool2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200471 <version>2.11.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400472 </dependency>
473 <dependency>
474 <groupId>org.apache.commons</groupId>
475 <artifactId>commons-text</artifactId>
476 <version>1.9</version>
477 </dependency>
478 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400479 <groupId>org.apache.derby</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200480 <artifactId>derby</artifactId>
Dan Timoney06b50032021-06-07 13:55:46 -0400481 <version>10.14.2.0</version>
482 </dependency>
483 <dependency>
484 <groupId>org.apache.derby</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200485 <artifactId>derbyclient</artifactId>
Dan Timoney06b50032021-06-07 13:55:46 -0400486 <version>10.14.2.0</version>
487 </dependency>
488 <dependency>
489 <groupId>org.apache.felix</groupId>
490 <artifactId>org.apache.felix.bundlerepository</artifactId>
491 <version>2.0.10</version>
492 </dependency>
493 <dependency>
494 <groupId>org.apache.felix</groupId>
495 <artifactId>org.apache.felix.cm.json</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200496 <version>1.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400497 </dependency>
498 <dependency>
499 <groupId>org.apache.felix</groupId>
500 <artifactId>org.apache.felix.configadmin</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200501 <version>1.9.24</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200502 </dependency>
503 <dependency>
504 <groupId>org.apache.felix</groupId>
505 <artifactId>org.apache.felix.configadmin.plugin.interpolation</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200506 <version>1.2.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400507 </dependency>
508 <dependency>
509 <groupId>org.apache.felix</groupId>
510 <artifactId>org.apache.felix.configurator</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200511 <version>1.0.14</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400512 </dependency>
513 <dependency>
514 <groupId>org.apache.felix</groupId>
515 <artifactId>org.apache.felix.converter</artifactId>
516 <version>1.0.14</version>
517 </dependency>
518 <dependency>
519 <groupId>org.apache.felix</groupId>
520 <artifactId>org.apache.felix.coordinator</artifactId>
521 <version>1.0.2</version>
522 </dependency>
523 <dependency>
524 <groupId>org.apache.felix</groupId>
525 <artifactId>org.apache.felix.fileinstall</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200526 <version>3.7.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400527 </dependency>
528 <dependency>
529 <groupId>org.apache.felix</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200530 <artifactId>org.apache.felix.framework</artifactId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +0100531 <version>6.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200532 </dependency>
533 <dependency>
534 <groupId>org.apache.felix</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400535 <artifactId>org.apache.felix.framework.security</artifactId>
536 <version>2.6.1</version>
537 </dependency>
538 <dependency>
539 <groupId>org.apache.felix</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200540 <artifactId>org.apache.felix.http.jetty</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200541 <version>4.2.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400542 </dependency>
543 <dependency>
544 <groupId>org.apache.felix</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200545 <artifactId>org.apache.felix.httplite.complete</artifactId>
546 <version>0.1.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400547 </dependency>
548 <dependency>
549 <groupId>org.apache.felix</groupId>
550 <artifactId>org.apache.felix.http.servlet-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200551 <version>1.2.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400552 </dependency>
553 <dependency>
554 <groupId>org.apache.felix</groupId>
555 <artifactId>org.apache.felix.http.whiteboard</artifactId>
556 <version>4.0.0</version>
557 </dependency>
558 <dependency>
559 <groupId>org.apache.felix</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400560 <artifactId>org.apache.felix.inventory</artifactId>
561 <version>1.0.6</version>
562 </dependency>
563 <dependency>
564 <groupId>org.apache.felix</groupId>
565 <artifactId>org.apache.felix.metatype</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200566 <version>1.2.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400567 </dependency>
568 <dependency>
569 <groupId>org.apache.felix</groupId>
570 <artifactId>org.apache.felix.scr</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200571 <version>2.1.30</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400572 </dependency>
573 <dependency>
574 <groupId>org.apache.felix</groupId>
575 <artifactId>org.apache.felix.webconsole.plugins.ds</artifactId>
576 <version>2.1.0</version>
577 </dependency>
578 <dependency>
579 <groupId>org.apache.felix</groupId>
580 <artifactId>org.apache.felix.webconsole.plugins.event</artifactId>
581 <version>1.1.8</version>
582 </dependency>
583 <dependency>
584 <groupId>org.apache.felix</groupId>
585 <artifactId>org.apache.felix.webconsole.plugins.memoryusage</artifactId>
586 <version>1.0.10</version>
587 </dependency>
588 <dependency>
589 <groupId>org.apache.felix</groupId>
590 <artifactId>org.osgi.service.obr</artifactId>
591 <version>1.0.2</version>
592 </dependency>
593 <dependency>
594 <groupId>org.apache.geronimo.bundles</groupId>
595 <artifactId>commons-discovery</artifactId>
596 <version>0.4_1</version>
597 </dependency>
598 <dependency>
599 <groupId>org.apache.geronimo.components</groupId>
600 <artifactId>geronimo-connector</artifactId>
601 <version>3.1.4</version>
602 </dependency>
603 <dependency>
604 <groupId>org.apache.geronimo.specs</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400605 <artifactId>geronimo-annotation_1.1_spec</artifactId>
606 <version>1.0.1</version>
607 </dependency>
608 <dependency>
609 <groupId>org.apache.geronimo.specs</groupId>
610 <artifactId>geronimo-atinject_1.0_spec</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200611 <version>1.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400612 </dependency>
613 <dependency>
614 <groupId>org.apache.geronimo.specs</groupId>
615 <artifactId>geronimo-ejb_3.1_spec</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200616 <version>1.0.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400617 </dependency>
618 <dependency>
619 <groupId>org.apache.geronimo.specs</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400620 <artifactId>geronimo-j2ee-connector_1.6_spec</artifactId>
621 <version>1.0</version>
622 </dependency>
623 <dependency>
624 <groupId>org.apache.geronimo.specs</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400625 <artifactId>geronimo-jaspic_1.0_spec</artifactId>
626 <version>1.1</version>
627 </dependency>
628 <dependency>
629 <groupId>org.apache.geronimo.specs</groupId>
630 <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
631 <version>2.1</version>
632 </dependency>
633 <dependency>
634 <groupId>org.apache.geronimo.specs</groupId>
635 <artifactId>geronimo-jaxws_2.2_spec</artifactId>
636 <version>1.0</version>
637 </dependency>
638 <dependency>
639 <groupId>org.apache.geronimo.specs</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400640 <artifactId>geronimo-jta_1.1_spec</artifactId>
641 <version>1.1.1</version>
642 </dependency>
643 <dependency>
644 <groupId>org.apache.geronimo.specs</groupId>
645 <artifactId>geronimo-osgi-registry</artifactId>
646 <version>1.1</version>
647 </dependency>
648 <dependency>
649 <groupId>org.apache.geronimo.specs</groupId>
650 <artifactId>geronimo-stax-api_1.2_spec</artifactId>
651 <version>1.1</version>
652 </dependency>
653 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400654 <groupId>org.apache.karaf.audit</groupId>
655 <artifactId>org.apache.karaf.audit.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200656 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400657 </dependency>
658 <dependency>
659 <groupId>org.apache.karaf.bundle</groupId>
660 <artifactId>org.apache.karaf.bundle.blueprintstate</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200661 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400662 </dependency>
663 <dependency>
664 <groupId>org.apache.karaf.bundle</groupId>
665 <artifactId>org.apache.karaf.bundle.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200666 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400667 </dependency>
668 <dependency>
669 <groupId>org.apache.karaf.config</groupId>
670 <artifactId>org.apache.karaf.config.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200671 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400672 </dependency>
673 <dependency>
674 <groupId>org.apache.karaf.deployer</groupId>
675 <artifactId>org.apache.karaf.deployer.blueprint</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200676 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400677 </dependency>
678 <dependency>
679 <groupId>org.apache.karaf.deployer</groupId>
680 <artifactId>org.apache.karaf.deployer.features</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200681 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400682 </dependency>
683 <dependency>
684 <groupId>org.apache.karaf.deployer</groupId>
685 <artifactId>org.apache.karaf.deployer.kar</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200686 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400687 </dependency>
688 <dependency>
689 <groupId>org.apache.karaf.deployer</groupId>
690 <artifactId>org.apache.karaf.deployer.wrap</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200691 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400692 </dependency>
693 <dependency>
694 <groupId>org.apache.karaf.diagnostic</groupId>
695 <artifactId>org.apache.karaf.diagnostic.boot</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200696 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400697 </dependency>
698 <dependency>
699 <groupId>org.apache.karaf.diagnostic</groupId>
700 <artifactId>org.apache.karaf.diagnostic.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200701 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400702 </dependency>
703 <dependency>
704 <groupId>org.apache.karaf.features</groupId>
705 <artifactId>org.apache.karaf.features.command</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200706 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400707 </dependency>
708 <dependency>
709 <groupId>org.apache.karaf.features</groupId>
710 <artifactId>org.apache.karaf.features.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200711 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400712 </dependency>
713 <dependency>
714 <groupId>org.apache.karaf.features</groupId>
715 <artifactId>org.apache.karaf.features.extension</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200716 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400717 </dependency>
718 <dependency>
719 <groupId>org.apache.karaf.http</groupId>
720 <artifactId>org.apache.karaf.http.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200721 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400722 </dependency>
723 <dependency>
724 <groupId>org.apache.karaf.instance</groupId>
725 <artifactId>org.apache.karaf.instance.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200726 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400727 </dependency>
728 <dependency>
729 <groupId>org.apache.karaf.jaas.blueprint</groupId>
730 <artifactId>org.apache.karaf.jaas.blueprint.config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200731 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400732 </dependency>
733 <dependency>
734 <groupId>org.apache.karaf.jaas.blueprint</groupId>
735 <artifactId>org.apache.karaf.jaas.blueprint.jasypt</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200736 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400737 </dependency>
738 <dependency>
739 <groupId>org.apache.karaf.jaas</groupId>
740 <artifactId>org.apache.karaf.jaas.boot</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200741 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400742 </dependency>
743 <dependency>
744 <groupId>org.apache.karaf.jaas</groupId>
745 <artifactId>org.apache.karaf.jaas.command</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200746 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400747 </dependency>
748 <dependency>
749 <groupId>org.apache.karaf.jaas</groupId>
750 <artifactId>org.apache.karaf.jaas.config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200751 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400752 </dependency>
753 <dependency>
754 <groupId>org.apache.karaf.jaas</groupId>
755 <artifactId>org.apache.karaf.jaas.jasypt</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200756 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400757 </dependency>
758 <dependency>
759 <groupId>org.apache.karaf.jaas</groupId>
760 <artifactId>org.apache.karaf.jaas.modules</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200761 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200762 </dependency>
763 <dependency>
764 <groupId>org.apache.karaf.jaas</groupId>
765 <artifactId>org.apache.karaf.jaas.spring-security-crypto</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200766 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400767 </dependency>
768 <dependency>
769 <groupId>org.apache.karaf.jdbc</groupId>
770 <artifactId>org.apache.karaf.jdbc.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200771 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400772 </dependency>
773 <dependency>
774 <groupId>org.apache.karaf.kar</groupId>
775 <artifactId>org.apache.karaf.kar.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200776 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400777 </dependency>
778 <dependency>
779 <groupId>org.apache.karaf.log</groupId>
780 <artifactId>org.apache.karaf.log.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200781 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400782 </dependency>
783 <dependency>
784 <groupId>org.apache.karaf.management</groupId>
785 <artifactId>org.apache.karaf.management.server</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200786 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400787 </dependency>
788 <dependency>
789 <groupId>org.apache.karaf</groupId>
790 <artifactId>manual</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200791 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200792 </dependency>
793 <dependency>
794 <groupId>org.apache.karaf.maven</groupId>
795 <artifactId>org.apache.karaf.maven.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200796 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200797 </dependency>
798 <dependency>
799 <groupId>org.apache.karaf.obr</groupId>
800 <artifactId>org.apache.karaf.obr.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200801 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400802 </dependency>
803 <dependency>
804 <groupId>org.apache.karaf</groupId>
805 <artifactId>org.apache.karaf.client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200806 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400807 </dependency>
808 <dependency>
809 <groupId>org.apache.karaf</groupId>
810 <artifactId>org.apache.karaf.event</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200811 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200812 </dependency>
813 <dependency>
814 <groupId>org.apache.karaf.package</groupId>
815 <artifactId>org.apache.karaf.package.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200816 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200817 </dependency>
818 <dependency>
819 <groupId>org.apache.karaf.profile</groupId>
820 <artifactId>org.apache.karaf.profile.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200821 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200822 </dependency>
823 <dependency>
824 <groupId>org.apache.karaf.scheduler</groupId>
825 <artifactId>org.apache.karaf.scheduler.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200826 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200827 </dependency>
828 <dependency>
829 <groupId>org.apache.karaf.scr</groupId>
830 <artifactId>org.apache.karaf.scr.management</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200831 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200832 </dependency>
833 <dependency>
834 <groupId>org.apache.karaf.scr</groupId>
835 <artifactId>org.apache.karaf.scr.state</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200836 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200837 </dependency>
838 <dependency>
839 <groupId>org.apache.karaf.service</groupId>
840 <artifactId>org.apache.karaf.service.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200841 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200842 </dependency>
843 <dependency>
844 <groupId>org.apache.karaf.service</groupId>
845 <artifactId>org.apache.karaf.service.guard</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200846 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200847 </dependency>
848 <dependency>
849 <groupId>org.apache.karaf.services</groupId>
850 <artifactId>org.apache.karaf.services.eventadmin</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200851 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200852 </dependency>
853 <dependency>
854 <groupId>org.apache.karaf.shell</groupId>
855 <artifactId>org.apache.karaf.shell.commands</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200856 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200857 </dependency>
858 <dependency>
859 <groupId>org.apache.karaf.shell</groupId>
860 <artifactId>org.apache.karaf.shell.console</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200861 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200862 </dependency>
863 <dependency>
864 <groupId>org.apache.karaf.shell</groupId>
865 <artifactId>org.apache.karaf.shell.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200866 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200867 </dependency>
868 <dependency>
869 <groupId>org.apache.karaf.shell</groupId>
870 <artifactId>org.apache.karaf.shell.ssh</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200871 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200872 </dependency>
873 <dependency>
874 <groupId>org.apache.karaf.shell</groupId>
875 <artifactId>org.apache.karaf.shell.table</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200876 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200877 </dependency>
878 <dependency>
879 <groupId>org.apache.karaf.system</groupId>
880 <artifactId>org.apache.karaf.system.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200881 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200882 </dependency>
883 <dependency>
884 <groupId>org.apache.karaf.tooling</groupId>
885 <artifactId>org.apache.karaf.tools.utils</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200886 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200887 </dependency>
888 <dependency>
889 <groupId>org.apache.karaf.webconsole</groupId>
890 <artifactId>org.apache.karaf.webconsole.console</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200891 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200892 </dependency>
893 <dependency>
894 <groupId>org.apache.karaf.webconsole</groupId>
895 <artifactId>org.apache.karaf.webconsole.features</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200896 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200897 </dependency>
898 <dependency>
899 <groupId>org.apache.karaf.webconsole</groupId>
900 <artifactId>org.apache.karaf.webconsole.gogo</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200901 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200902 </dependency>
903 <dependency>
904 <groupId>org.apache.karaf.webconsole</groupId>
905 <artifactId>org.apache.karaf.webconsole.http</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200906 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200907 </dependency>
908 <dependency>
909 <groupId>org.apache.karaf.webconsole</groupId>
910 <artifactId>org.apache.karaf.webconsole.instance</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200911 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200912 </dependency>
913 <dependency>
914 <groupId>org.apache.karaf.web</groupId>
915 <artifactId>org.apache.karaf.web.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200916 <version>4.3.7</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200917 </dependency>
918 <dependency>
919 <groupId>org.apache.karaf.wrapper</groupId>
920 <artifactId>org.apache.karaf.wrapper.core</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +0200921 <version>4.3.7</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400922 </dependency>
923 <dependency>
924 <groupId>org.apache.myfaces.core</groupId>
925 <artifactId>myfaces-api</artifactId>
926 <version>2.3.3</version>
927 </dependency>
928 <dependency>
929 <groupId>org.apache.myfaces.core</groupId>
930 <artifactId>myfaces-impl</artifactId>
931 <version>2.3.3</version>
932 </dependency>
933 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400934 <groupId>org.apache.servicemix.bundles</groupId>
935 <artifactId>org.apache.servicemix.bundles.c3p0</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200936 <version>0.9.5.5_1</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400937 </dependency>
938 <dependency>
939 <groupId>org.apache.servicemix.bundles</groupId>
940 <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
941 <version>3.3.0_1</version>
942 </dependency>
943 <dependency>
944 <groupId>org.apache.servicemix.bundles</groupId>
945 <artifactId>org.apache.servicemix.bundles.commons-digester</artifactId>
946 <version>1.8_4</version>
947 </dependency>
948 <dependency>
949 <groupId>org.apache.servicemix.bundles</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400950 <artifactId>org.apache.servicemix.bundles.jasypt</artifactId>
951 <version>1.9.3_1</version>
952 </dependency>
953 <dependency>
954 <groupId>org.apache.servicemix.bundles</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200955 <artifactId>org.apache.servicemix.bundles.jasypt-spring31</artifactId>
956 <version>1.9.3_1</version>
957 </dependency>
958 <dependency>
959 <groupId>org.apache.servicemix.bundles</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400960 <artifactId>org.apache.servicemix.bundles.javax-inject</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200961 <version>1_3</version>
Dan Timoney06b50032021-06-07 13:55:46 -0400962 </dependency>
963 <dependency>
964 <groupId>org.apache.servicemix.bundles</groupId>
Michael DÜrre4f503922021-10-29 07:53:09 +0200965 <artifactId>org.apache.servicemix.bundles.javax-websocket-api</artifactId>
966 <version>1.1_1</version>
967 </dependency>
968 <dependency>
969 <groupId>org.apache.servicemix.bundles</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -0400970 <artifactId>org.apache.servicemix.bundles.jsr305</artifactId>
971 <version>1.3.9_1</version>
972 </dependency>
973 <dependency>
974 <groupId>org.apache.servicemix.bundles</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200975 <artifactId>org.apache.servicemix.bundles.spring-security-crypto</artifactId>
Michael DÜrre4f503922021-10-29 07:53:09 +0200976 <version>5.3.3.RELEASE_2</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200977 </dependency>
978 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -0400979 <groupId>org.apache.servicemix.specs</groupId>
980 <artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId>
981 <version>2.9.0</version>
982 </dependency>
983 <dependency>
984 <groupId>org.apache.servicemix.specs</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200985 <artifactId>org.apache.servicemix.specs.javamail-api-1.4</artifactId>
Dan Timoney06b50032021-06-07 13:55:46 -0400986 <version>2.9.0</version>
987 </dependency>
988 <dependency>
989 <groupId>org.apache.servicemix.specs</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +0200990 <artifactId>org.apache.servicemix.specs.java-persistence-api-2.0</artifactId>
Dan Timoney06b50032021-06-07 13:55:46 -0400991 <version>2.9.0</version>
992 </dependency>
993 <dependency>
994 <groupId>org.apache.servicemix.specs</groupId>
995 <artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId>
996 <version>2.9.0</version>
997 </dependency>
998 <dependency>
999 <groupId>org.apache.servicemix.specs</groupId>
1000 <artifactId>org.apache.servicemix.specs.jaxp-api-1.3</artifactId>
1001 <version>2.9.0</version>
1002 </dependency>
1003 <dependency>
1004 <groupId>org.apache.servicemix.specs</groupId>
1005 <artifactId>org.apache.servicemix.specs.jsr250-1.0</artifactId>
1006 <version>2.9.0</version>
1007 </dependency>
1008 <dependency>
1009 <groupId>org.apache.servicemix.specs</groupId>
1010 <artifactId>org.apache.servicemix.specs.jsr303-api-1.0.0</artifactId>
1011 <version>2.9.0</version>
1012 </dependency>
1013 <dependency>
1014 <groupId>org.apache.servicemix.specs</groupId>
1015 <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
1016 <version>2.9.0</version>
1017 </dependency>
1018 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001019 <groupId>org.apache.sling</groupId>
1020 <artifactId>org.apache.sling.commons.johnzon</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001021 <version>1.2.14</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001022 </dependency>
1023 <dependency>
1024 <groupId>org.apache.sshd</groupId>
1025 <artifactId>sshd-osgi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001026 <version>2.8.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001027 </dependency>
1028 <dependency>
1029 <groupId>org.apache.sshd</groupId>
1030 <artifactId>sshd-scp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001031 <version>2.8.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001032 </dependency>
1033 <dependency>
1034 <groupId>org.apache.sshd</groupId>
1035 <artifactId>sshd-sftp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001036 <version>2.8.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001037 </dependency>
1038 <dependency>
1039 <groupId>org.apache.xbean</groupId>
Dan Timoney06b50032021-06-07 13:55:46 -04001040 <artifactId>xbean-bundleutils</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001041 <version>4.21</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001042 </dependency>
1043 <dependency>
1044 <groupId>org.apache.xbean</groupId>
1045 <artifactId>xbean-finder</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001046 <version>4.21</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001047 </dependency>
1048 <dependency>
1049 <groupId>org.apache.xbean</groupId>
1050 <artifactId>xbean-reflect</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001051 <version>4.21</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001052 </dependency>
1053 <dependency>
1054 <groupId>org.checkerframework</groupId>
1055 <artifactId>checker-qual</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001056 <version>3.12.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001057 </dependency>
1058 <dependency>
1059 <groupId>org.codehaus.woodstox</groupId>
1060 <artifactId>stax2-api</artifactId>
1061 <version>4.2.1</version>
1062 </dependency>
1063 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001064 <groupId>org.eclipse.jdt.core.compiler</groupId>
1065 <artifactId>ecj</artifactId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001066 <version>4.6.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001067 </dependency>
1068 <dependency>
1069 <groupId>org.eclipse.jdt</groupId>
1070 <artifactId>org.eclipse.jdt.annotation</artifactId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001071 <version>2.2.600</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001072 </dependency>
1073 <dependency>
1074 <groupId>org.eclipse.jetty.alpn</groupId>
1075 <artifactId>alpn-api</artifactId>
1076 <version>1.1.2.v20150522</version>
1077 </dependency>
1078 <dependency>
1079 <groupId>org.eclipse.jetty.http2</groupId>
1080 <artifactId>http2-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001081 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001082 </dependency>
1083 <dependency>
1084 <groupId>org.eclipse.jetty.http2</groupId>
1085 <artifactId>http2-hpack</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001086 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001087 </dependency>
1088 <dependency>
1089 <groupId>org.eclipse.jetty.http2</groupId>
1090 <artifactId>http2-server</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001091 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001092 </dependency>
1093 <dependency>
1094 <groupId>org.eclipse.jetty</groupId>
1095 <artifactId>jetty-alpn-server</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001096 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001097 </dependency>
1098 <dependency>
1099 <groupId>org.eclipse.jetty</groupId>
1100 <artifactId>jetty-client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001101 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001102 </dependency>
1103 <dependency>
1104 <groupId>org.eclipse.jetty</groupId>
1105 <artifactId>jetty-continuation</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001106 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001107 </dependency>
1108 <dependency>
1109 <groupId>org.eclipse.jetty</groupId>
1110 <artifactId>jetty-deploy</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001111 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001112 </dependency>
1113 <dependency>
1114 <groupId>org.eclipse.jetty</groupId>
1115 <artifactId>jetty-http</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001116 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001117 </dependency>
1118 <dependency>
1119 <groupId>org.eclipse.jetty</groupId>
1120 <artifactId>jetty-io</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001121 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001122 </dependency>
1123 <dependency>
1124 <groupId>org.eclipse.jetty</groupId>
1125 <artifactId>jetty-jaas</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001126 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001127 </dependency>
1128 <dependency>
1129 <groupId>org.eclipse.jetty</groupId>
1130 <artifactId>jetty-jmx</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001131 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001132 </dependency>
1133 <dependency>
1134 <groupId>org.eclipse.jetty</groupId>
1135 <artifactId>jetty-jndi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001136 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001137 </dependency>
1138 <dependency>
1139 <groupId>org.eclipse.jetty</groupId>
1140 <artifactId>jetty-plus</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001141 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001142 </dependency>
1143 <dependency>
1144 <groupId>org.eclipse.jetty</groupId>
1145 <artifactId>jetty-proxy</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001146 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001147 </dependency>
1148 <dependency>
1149 <groupId>org.eclipse.jetty</groupId>
1150 <artifactId>jetty-rewrite</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001151 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001152 </dependency>
1153 <dependency>
1154 <groupId>org.eclipse.jetty</groupId>
1155 <artifactId>jetty-security</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001156 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001157 </dependency>
1158 <dependency>
1159 <groupId>org.eclipse.jetty</groupId>
1160 <artifactId>jetty-server</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001161 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001162 </dependency>
1163 <dependency>
1164 <groupId>org.eclipse.jetty</groupId>
1165 <artifactId>jetty-servlet</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001166 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001167 </dependency>
1168 <dependency>
1169 <groupId>org.eclipse.jetty</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001170 <artifactId>jetty-servlets</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001171 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001172 </dependency>
1173 <dependency>
1174 <groupId>org.eclipse.jetty</groupId>
1175 <artifactId>jetty-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001176 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001177 </dependency>
1178 <dependency>
1179 <groupId>org.eclipse.jetty</groupId>
1180 <artifactId>jetty-util-ajax</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001181 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001182 </dependency>
1183 <dependency>
1184 <groupId>org.eclipse.jetty</groupId>
1185 <artifactId>jetty-webapp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001186 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001187 </dependency>
1188 <dependency>
1189 <groupId>org.eclipse.jetty</groupId>
1190 <artifactId>jetty-xml</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001191 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001192 </dependency>
1193 <dependency>
1194 <groupId>org.eclipse.jetty.osgi</groupId>
1195 <artifactId>jetty-osgi-alpn</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001196 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001197 </dependency>
1198 <dependency>
1199 <groupId>org.eclipse.jetty.websocket</groupId>
1200 <artifactId>javax-websocket-client-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001201 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001202 </dependency>
1203 <dependency>
1204 <groupId>org.eclipse.jetty.websocket</groupId>
1205 <artifactId>javax-websocket-server-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001206 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001207 </dependency>
1208 <dependency>
1209 <groupId>org.eclipse.jetty.websocket</groupId>
1210 <artifactId>websocket-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001211 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001212 </dependency>
1213 <dependency>
1214 <groupId>org.eclipse.jetty.websocket</groupId>
1215 <artifactId>websocket-client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001216 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001217 </dependency>
1218 <dependency>
1219 <groupId>org.eclipse.jetty.websocket</groupId>
1220 <artifactId>websocket-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001221 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001222 </dependency>
1223 <dependency>
1224 <groupId>org.eclipse.jetty.websocket</groupId>
1225 <artifactId>websocket-server</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001226 <version>9.4.46.v20220331</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001227 </dependency>
1228 <dependency>
1229 <groupId>org.eclipse.jetty.websocket</groupId>
1230 <artifactId>websocket-servlet</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001231 <version>9.4.46.v20220331</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001232 </dependency>
1233 <dependency>
1234 <groupId>org.eclipse.platform</groupId>
1235 <artifactId>org.eclipse.osgi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001236 <version>3.17.200</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001237 </dependency>
1238 <dependency>
1239 <groupId>org.fusesource.jansi</groupId>
1240 <artifactId>jansi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001241 <version>2.4.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001242 </dependency>
1243 <dependency>
1244 <groupId>org.glassfish.hk2.external</groupId>
1245 <artifactId>aopalliance-repackaged</artifactId>
1246 <version>2.5.0-b42</version>
1247 </dependency>
1248 <dependency>
1249 <groupId>org.glassfish.hk2.external</groupId>
1250 <artifactId>javax.inject</artifactId>
1251 <version>2.5.0-b42</version>
1252 </dependency>
1253 <dependency>
1254 <groupId>org.glassfish.hk2</groupId>
1255 <artifactId>hk2-api</artifactId>
1256 <version>2.5.0-b42</version>
1257 </dependency>
1258 <dependency>
1259 <groupId>org.glassfish.hk2</groupId>
1260 <artifactId>hk2-locator</artifactId>
1261 <version>2.5.0-b42</version>
1262 </dependency>
1263 <dependency>
1264 <groupId>org.glassfish.hk2</groupId>
1265 <artifactId>hk2-utils</artifactId>
1266 <version>2.5.0-b42</version>
1267 </dependency>
1268 <dependency>
1269 <groupId>org.glassfish.hk2</groupId>
1270 <artifactId>osgi-resource-locator</artifactId>
1271 <version>1.0.1</version>
1272 </dependency>
1273 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001274 <groupId>org.glassfish.jersey.containers</groupId>
1275 <artifactId>jersey-container-servlet</artifactId>
1276 <version>2.27</version>
1277 </dependency>
1278 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001279 <groupId>org.glassfish.jersey.containers</groupId>
1280 <artifactId>jersey-container-servlet-core</artifactId>
1281 <version>2.27</version>
1282 </dependency>
1283 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001284 <groupId>org.glassfish.jersey.core</groupId>
1285 <artifactId>jersey-client</artifactId>
1286 <version>2.27</version>
1287 </dependency>
1288 <dependency>
1289 <groupId>org.glassfish.jersey.core</groupId>
1290 <artifactId>jersey-common</artifactId>
1291 <version>2.27</version>
1292 </dependency>
1293 <dependency>
1294 <groupId>org.glassfish.jersey.core</groupId>
1295 <artifactId>jersey-server</artifactId>
1296 <version>2.27</version>
1297 </dependency>
1298 <dependency>
1299 <groupId>org.glassfish.jersey.inject</groupId>
1300 <artifactId>jersey-hk2</artifactId>
1301 <version>2.27</version>
1302 </dependency>
1303 <dependency>
1304 <groupId>org.glassfish.jersey.media</groupId>
1305 <artifactId>jersey-media-jaxb</artifactId>
1306 <version>2.27</version>
1307 </dependency>
1308 <dependency>
1309 <groupId>org.glassfish.jersey.media</groupId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001310 <artifactId>jersey-media-sse</artifactId>
1311 <version>2.27</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001312 </dependency>
1313 <dependency>
1314 <groupId>org.hsqldb</groupId>
1315 <artifactId>hsqldb</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001316 <version>2.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001317 </dependency>
1318 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001319 <groupId>org.javassist</groupId>
1320 <artifactId>javassist</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001321 <version>3.28.0-GA</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001322 </dependency>
1323 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001324 <groupId>org.jboss.logging</groupId>
1325 <artifactId>jboss-logging</artifactId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001326 <version>3.4.2.Final</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001327 </dependency>
1328 <dependency>
1329 <groupId>org.jboss.narayana.osgi</groupId>
1330 <artifactId>narayana-osgi-jta</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001331 <version>5.12.5.Final</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001332 </dependency>
1333 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001334 <groupId>org.jboss.xnio</groupId>
1335 <artifactId>xnio-api</artifactId>
1336 <version>3.3.8.Final</version>
1337 </dependency>
1338 <dependency>
1339 <groupId>org.jboss.xnio</groupId>
1340 <artifactId>xnio-nio</artifactId>
1341 <version>3.3.8.Final</version>
1342 </dependency>
1343 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001344 <groupId>org.jline</groupId>
1345 <artifactId>jline</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001346 <version>3.21.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001347 </dependency>
1348 <dependency>
1349 <groupId>org.jolokia</groupId>
1350 <artifactId>jolokia-osgi</artifactId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001351 <version>1.7.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001352 </dependency>
1353 <dependency>
1354 <groupId>org.json</groupId>
1355 <artifactId>json</artifactId>
1356 <version>20131018</version>
1357 </dependency>
1358 <dependency>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001359 <groupId>org.lmdbjava</groupId>
1360 <artifactId>lmdbjava</artifactId>
1361 <version>0.7.0</version>
1362 </dependency>
1363 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04001364 <groupId>org.lz4</groupId>
1365 <artifactId>lz4-java</artifactId>
Michael DÜrre4f503922021-10-29 07:53:09 +02001366 <version>1.8.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001367 </dependency>
1368 <dependency>
1369 <groupId>org.mariadb.jdbc</groupId>
1370 <artifactId>mariadb-java-client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001371 <version>2.7.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001372 </dependency>
1373 <dependency>
1374 <groupId>org.opendaylight.aaa</groupId>
1375 <artifactId>aaa-authn-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001376 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001377 </dependency>
1378 <dependency>
1379 <groupId>org.opendaylight.aaa</groupId>
1380 <artifactId>aaa-cert</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001381 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001382 </dependency>
1383 <dependency>
1384 <groupId>org.opendaylight.aaa</groupId>
1385 <artifactId>aaa-cli</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001386 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001387 </dependency>
1388 <dependency>
1389 <groupId>org.opendaylight.aaa</groupId>
1390 <artifactId>aaa-encrypt-service</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001391 <version>0.15.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001392 </dependency>
1393 <dependency>
1394 <groupId>org.opendaylight.aaa</groupId>
1395 <artifactId>aaa-encrypt-service-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001396 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001397 </dependency>
1398 <dependency>
1399 <groupId>org.opendaylight.aaa</groupId>
1400 <artifactId>aaa-filterchain</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001401 <version>0.15.5</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001402 </dependency>
1403 <dependency>
1404 <groupId>org.opendaylight.aaa</groupId>
1405 <artifactId>aaa-idm-store-h2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001406 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001407 </dependency>
1408 <dependency>
1409 <groupId>org.opendaylight.aaa</groupId>
1410 <artifactId>aaa-password-service-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001411 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001412 </dependency>
1413 <dependency>
1414 <groupId>org.opendaylight.aaa</groupId>
1415 <artifactId>aaa-password-service-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001416 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001417 </dependency>
1418 <dependency>
1419 <groupId>org.opendaylight.aaa</groupId>
1420 <artifactId>aaa-shiro</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001421 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001422 </dependency>
1423 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001424 <groupId>org.opendaylight.aaa</groupId>
1425 <artifactId>aaa-shiro-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001426 <version>0.15.5</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001427 </dependency>
1428 <dependency>
1429 <groupId>org.opendaylight.aaa</groupId>
1430 <artifactId>aaa-tokenauthrealm</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001431 <version>0.15.5</version>
Michael DÜrre4f503922021-10-29 07:53:09 +02001432 </dependency>
1433 <dependency>
1434 <groupId>org.opendaylight.aaa</groupId>
1435 <artifactId>repackaged-shiro</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001436 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001437 </dependency>
1438 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001439 <groupId>org.opendaylight.aaa.web</groupId>
1440 <artifactId>servlet-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001441 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001442 </dependency>
1443 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001444 <groupId>org.opendaylight.aaa.web</groupId>
1445 <artifactId>servlet-jersey2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001446 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001447 </dependency>
1448 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001449 <groupId>org.opendaylight.aaa.web</groupId>
1450 <artifactId>web-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001451 <version>0.15.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001452 </dependency>
1453 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001454 <groupId>org.opendaylight.aaa.web</groupId>
1455 <artifactId>web-osgi-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001456 <version>0.15.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001457 </dependency>
1458 <dependency>
1459 <groupId>org.opendaylight.bgpcep</groupId>
1460 <artifactId>algo-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001461 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001462 </dependency>
1463 <dependency>
1464 <groupId>org.opendaylight.bgpcep</groupId>
1465 <artifactId>algo-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001466 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001467 </dependency>
1468 <dependency>
1469 <groupId>org.opendaylight.bgpcep</groupId>
1470 <artifactId>bgp-benchmark-app</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001471 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001472 </dependency>
1473 <dependency>
1474 <groupId>org.opendaylight.bgpcep</groupId>
1475 <artifactId>bgp-bmp-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001476 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001477 </dependency>
1478 <dependency>
1479 <groupId>org.opendaylight.bgpcep</groupId>
1480 <artifactId>bgp-bmp-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001481 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001482 </dependency>
1483 <dependency>
1484 <groupId>org.opendaylight.bgpcep</groupId>
1485 <artifactId>bgp-bmp-parser-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001486 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001487 </dependency>
1488 <dependency>
1489 <groupId>org.opendaylight.bgpcep</groupId>
1490 <artifactId>bgp-bmp-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001491 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001492 </dependency>
1493 <dependency>
1494 <groupId>org.opendaylight.bgpcep</groupId>
1495 <artifactId>bgp-cli</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001496 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001497 </dependency>
1498 <dependency>
1499 <groupId>org.opendaylight.bgpcep</groupId>
1500 <artifactId>bgp-concepts</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001501 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001502 </dependency>
1503 <dependency>
1504 <groupId>org.opendaylight.bgpcep</groupId>
1505 <artifactId>bgp-evpn</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001506 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001507 </dependency>
1508 <dependency>
1509 <groupId>org.opendaylight.bgpcep</groupId>
1510 <artifactId>bgp-flowspec</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001511 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001512 </dependency>
1513 <dependency>
1514 <groupId>org.opendaylight.bgpcep</groupId>
1515 <artifactId>bgp-inet</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001516 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001517 </dependency>
1518 <dependency>
1519 <groupId>org.opendaylight.bgpcep</groupId>
1520 <artifactId>bgp-l3vpn</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001521 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001522 </dependency>
1523 <dependency>
1524 <groupId>org.opendaylight.bgpcep</groupId>
1525 <artifactId>bgp-labeled-unicast</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001526 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001527 </dependency>
1528 <dependency>
1529 <groupId>org.opendaylight.bgpcep</groupId>
1530 <artifactId>bgp-linkstate</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001531 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001532 </dependency>
1533 <dependency>
1534 <groupId>org.opendaylight.bgpcep</groupId>
1535 <artifactId>bgp-mvpn</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001536 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001537 </dependency>
1538 <dependency>
1539 <groupId>org.opendaylight.bgpcep</groupId>
1540 <artifactId>bgp-openconfig-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001541 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001542 </dependency>
1543 <dependency>
1544 <groupId>org.opendaylight.bgpcep</groupId>
1545 <artifactId>bgp-openconfig-rp-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001546 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001547 </dependency>
1548 <dependency>
1549 <groupId>org.opendaylight.bgpcep</groupId>
1550 <artifactId>bgp-openconfig-rp-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001551 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001552 </dependency>
1553 <dependency>
1554 <groupId>org.opendaylight.bgpcep</groupId>
1555 <artifactId>bgp-openconfig-rp-statement</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001556 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001557 </dependency>
1558 <dependency>
1559 <groupId>org.opendaylight.bgpcep</groupId>
1560 <artifactId>bgp-openconfig-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001561 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001562 </dependency>
1563 <dependency>
1564 <groupId>org.opendaylight.bgpcep</groupId>
1565 <artifactId>bgp-openconfig-state</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001566 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001567 </dependency>
1568 <dependency>
1569 <groupId>org.opendaylight.bgpcep</groupId>
1570 <artifactId>bgp-parser-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001571 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001572 </dependency>
1573 <dependency>
1574 <groupId>org.opendaylight.bgpcep</groupId>
1575 <artifactId>bgp-parser-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001576 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001577 </dependency>
1578 <dependency>
1579 <groupId>org.opendaylight.bgpcep</groupId>
1580 <artifactId>bgp-parser-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001581 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001582 </dependency>
1583 <dependency>
1584 <groupId>org.opendaylight.bgpcep</groupId>
1585 <artifactId>bgp-path-selection-mode</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001586 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001587 </dependency>
1588 <dependency>
1589 <groupId>org.opendaylight.bgpcep</groupId>
1590 <artifactId>bgp-peer-acceptor</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001591 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001592 </dependency>
1593 <dependency>
1594 <groupId>org.opendaylight.bgpcep</groupId>
1595 <artifactId>bgp-rib-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001596 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001597 </dependency>
1598 <dependency>
1599 <groupId>org.opendaylight.bgpcep</groupId>
1600 <artifactId>bgp-rib-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001601 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001602 </dependency>
1603 <dependency>
1604 <groupId>org.opendaylight.bgpcep</groupId>
1605 <artifactId>bgp-rib-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001606 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001607 </dependency>
1608 <dependency>
1609 <groupId>org.opendaylight.bgpcep</groupId>
1610 <artifactId>bgp-route-target</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001611 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001612 </dependency>
1613 <dependency>
1614 <groupId>org.opendaylight.bgpcep</groupId>
1615 <artifactId>bgp-topology-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001616 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001617 </dependency>
1618 <dependency>
1619 <groupId>org.opendaylight.bgpcep</groupId>
1620 <artifactId>bmp-monitors-config-loader</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001621 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001622 </dependency>
1623 <dependency>
1624 <groupId>org.opendaylight.bgpcep</groupId>
1625 <artifactId>concepts</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001626 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001627 </dependency>
1628 <dependency>
1629 <groupId>org.opendaylight.bgpcep</groupId>
1630 <artifactId>config-loader-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001631 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001632 </dependency>
1633 <dependency>
1634 <groupId>org.opendaylight.bgpcep</groupId>
1635 <artifactId>config-loader-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001636 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001637 </dependency>
1638 <dependency>
1639 <groupId>org.opendaylight.bgpcep</groupId>
1640 <artifactId>data-change-counter</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001641 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001642 </dependency>
1643 <dependency>
1644 <groupId>org.opendaylight.bgpcep</groupId>
1645 <artifactId>graph-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001646 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001647 </dependency>
1648 <dependency>
1649 <groupId>org.opendaylight.bgpcep</groupId>
1650 <artifactId>graph-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001651 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001652 </dependency>
1653 <dependency>
1654 <groupId>org.opendaylight.bgpcep</groupId>
1655 <artifactId>pcep-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001656 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001657 </dependency>
1658 <dependency>
1659 <groupId>org.opendaylight.bgpcep</groupId>
1660 <artifactId>pcep-auto-bandwidth-extension</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001661 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001662 </dependency>
1663 <dependency>
1664 <groupId>org.opendaylight.bgpcep</groupId>
1665 <artifactId>pcep-base-parser</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001666 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001667 </dependency>
1668 <dependency>
1669 <groupId>org.opendaylight.bgpcep</groupId>
1670 <artifactId>pcep-cli</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001671 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001672 </dependency>
1673 <dependency>
1674 <groupId>org.opendaylight.bgpcep</groupId>
1675 <artifactId>pcep-ietf-p2mp-te-lsp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001676 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001677 </dependency>
1678 <dependency>
1679 <groupId>org.opendaylight.bgpcep</groupId>
1680 <artifactId>pcep-ietf-stateful</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001681 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001682 </dependency>
1683 <dependency>
1684 <groupId>org.opendaylight.bgpcep</groupId>
1685 <artifactId>pcep-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001686 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001687 </dependency>
1688 <dependency>
1689 <groupId>org.opendaylight.bgpcep</groupId>
1690 <artifactId>pcep-segment-routing</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001691 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001692 </dependency>
1693 <dependency>
1694 <groupId>org.opendaylight.bgpcep</groupId>
1695 <artifactId>pcep-server-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001696 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001697 </dependency>
1698 <dependency>
1699 <groupId>org.opendaylight.bgpcep</groupId>
1700 <artifactId>pcep-server-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001701 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001702 </dependency>
1703 <dependency>
1704 <groupId>org.opendaylight.bgpcep</groupId>
1705 <artifactId>pcep-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001706 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001707 </dependency>
1708 <dependency>
1709 <groupId>org.opendaylight.bgpcep</groupId>
1710 <artifactId>pcep-topology-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001711 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001712 </dependency>
1713 <dependency>
1714 <groupId>org.opendaylight.bgpcep</groupId>
1715 <artifactId>pcep-topology-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001716 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001717 </dependency>
1718 <dependency>
1719 <groupId>org.opendaylight.bgpcep</groupId>
1720 <artifactId>pcep-topology-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001721 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001722 </dependency>
1723 <dependency>
1724 <groupId>org.opendaylight.bgpcep</groupId>
1725 <artifactId>pcep-tunnel-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001726 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001727 </dependency>
1728 <dependency>
1729 <groupId>org.opendaylight.bgpcep</groupId>
1730 <artifactId>pcep-tunnel-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001731 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001732 </dependency>
1733 <dependency>
1734 <groupId>org.opendaylight.bgpcep</groupId>
1735 <artifactId>programming-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001736 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001737 </dependency>
1738 <dependency>
1739 <groupId>org.opendaylight.bgpcep</groupId>
1740 <artifactId>programming-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001741 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001742 </dependency>
1743 <dependency>
1744 <groupId>org.opendaylight.bgpcep</groupId>
1745 <artifactId>programming-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001746 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001747 </dependency>
1748 <dependency>
1749 <groupId>org.opendaylight.bgpcep</groupId>
1750 <artifactId>programming-topology-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001751 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001752 </dependency>
1753 <dependency>
1754 <groupId>org.opendaylight.bgpcep</groupId>
1755 <artifactId>programming-tunnel-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001756 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001757 </dependency>
1758 <dependency>
1759 <groupId>org.opendaylight.bgpcep</groupId>
1760 <artifactId>protocols-config-loader</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001761 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001762 </dependency>
1763 <dependency>
1764 <groupId>org.opendaylight.bgpcep</groupId>
1765 <artifactId>routing-policy-config-loader</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001766 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001767 </dependency>
1768 <dependency>
1769 <groupId>org.opendaylight.bgpcep</groupId>
1770 <artifactId>rsvp-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001771 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001772 </dependency>
1773 <dependency>
1774 <groupId>org.opendaylight.bgpcep</groupId>
1775 <artifactId>rsvp-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001776 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001777 </dependency>
1778 <dependency>
1779 <groupId>org.opendaylight.bgpcep</groupId>
1780 <artifactId>rsvp-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001781 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001782 </dependency>
1783 <dependency>
1784 <groupId>org.opendaylight.bgpcep</groupId>
1785 <artifactId>topology-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001786 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001787 </dependency>
1788 <dependency>
1789 <groupId>org.opendaylight.bgpcep</groupId>
1790 <artifactId>topology-config-loader</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001791 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001792 </dependency>
1793 <dependency>
1794 <groupId>org.opendaylight.bgpcep</groupId>
1795 <artifactId>topology-segment-routing</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001796 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001797 </dependency>
1798 <dependency>
1799 <groupId>org.opendaylight.bgpcep</groupId>
1800 <artifactId>topology-tunnel-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001801 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001802 </dependency>
1803 <dependency>
1804 <groupId>org.opendaylight.bgpcep</groupId>
1805 <artifactId>util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001806 <version>0.17.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001807 </dependency>
1808 <dependency>
1809 <groupId>org.opendaylight.controller</groupId>
1810 <artifactId>benchmark-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001811 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001812 </dependency>
1813 <dependency>
1814 <groupId>org.opendaylight.controller</groupId>
1815 <artifactId>blueprint</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001816 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001817 </dependency>
1818 <dependency>
1819 <groupId>org.opendaylight.controller</groupId>
1820 <artifactId>cds-access-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001821 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001822 </dependency>
1823 <dependency>
1824 <groupId>org.opendaylight.controller</groupId>
1825 <artifactId>cds-access-client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001826 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001827 </dependency>
1828 <dependency>
1829 <groupId>org.opendaylight.controller</groupId>
1830 <artifactId>cds-dom-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001831 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001832 </dependency>
1833 <dependency>
1834 <groupId>org.opendaylight.controller</groupId>
1835 <artifactId>cds-mgmt-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001836 <version>5.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001837 </dependency>
1838 <dependency>
1839 <groupId>org.opendaylight.controller</groupId>
1840 <artifactId>dsbenchmark</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001841 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001842 </dependency>
1843 <dependency>
1844 <groupId>org.opendaylight.controller</groupId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001845 <artifactId>eos-dom-akka</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001846 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001847 </dependency>
1848 <dependency>
1849 <groupId>org.opendaylight.controller</groupId>
1850 <artifactId>netty-event-executor-config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001851 <version>0.16.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001852 </dependency>
1853 <dependency>
1854 <groupId>org.opendaylight.controller</groupId>
1855 <artifactId>netty-threadgroup-config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001856 <version>0.16.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001857 </dependency>
1858 <dependency>
1859 <groupId>org.opendaylight.controller</groupId>
1860 <artifactId>netty-timer-config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001861 <version>0.16.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001862 </dependency>
1863 <dependency>
1864 <groupId>org.opendaylight.controller</groupId>
1865 <artifactId>ntfbenchmark</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001866 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001867 </dependency>
1868 <dependency>
1869 <groupId>org.opendaylight.controller</groupId>
1870 <artifactId>repackaged-akka</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001871 <version>5.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001872 </dependency>
1873 <dependency>
1874 <groupId>org.opendaylight.controller</groupId>
1875 <artifactId>rpcbenchmark</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001876 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001877 </dependency>
1878 <dependency>
1879 <groupId>org.opendaylight.controller</groupId>
1880 <artifactId>sal-akka-raft</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001881 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001882 </dependency>
1883 <dependency>
1884 <groupId>org.opendaylight.controller</groupId>
1885 <artifactId>sal-akka-segmented-journal</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001886 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001887 </dependency>
1888 <dependency>
1889 <groupId>org.opendaylight.controller</groupId>
1890 <artifactId>sal-cluster-admin-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001891 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001892 </dependency>
1893 <dependency>
1894 <groupId>org.opendaylight.controller</groupId>
1895 <artifactId>sal-cluster-admin-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001896 <version>5.0.5</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001897 </dependency>
1898 <dependency>
1899 <groupId>org.opendaylight.controller</groupId>
1900 <artifactId>sal-cluster-admin-karaf-cli</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001901 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001902 </dependency>
1903 <dependency>
1904 <groupId>org.opendaylight.controller</groupId>
1905 <artifactId>sal-clustering-commons</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001906 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001907 </dependency>
1908 <dependency>
1909 <groupId>org.opendaylight.controller</groupId>
1910 <artifactId>sal-common-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001911 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001912 </dependency>
1913 <dependency>
1914 <groupId>org.opendaylight.controller</groupId>
1915 <artifactId>sal-distributed-datastore</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001916 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001917 </dependency>
1918 <dependency>
1919 <groupId>org.opendaylight.controller</groupId>
1920 <artifactId>sal-remoterpc-connector</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001921 <version>5.0.5</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01001922 </dependency>
1923 <dependency>
1924 <groupId>org.opendaylight.controller.samples</groupId>
1925 <artifactId>clustering-it-karaf-cli</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001926 <version>5.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001927 </dependency>
1928 <dependency>
1929 <groupId>org.opendaylight.controller.samples</groupId>
1930 <artifactId>clustering-it-model</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001931 <version>5.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001932 </dependency>
1933 <dependency>
1934 <groupId>org.opendaylight.controller.samples</groupId>
1935 <artifactId>clustering-it-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001936 <version>5.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001937 </dependency>
1938 <dependency>
1939 <groupId>org.opendaylight.controller.samples</groupId>
1940 <artifactId>sample-toaster</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001941 <version>5.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001942 </dependency>
1943 <dependency>
1944 <groupId>org.opendaylight.controller.samples</groupId>
1945 <artifactId>sample-toaster-consumer</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001946 <version>5.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001947 </dependency>
1948 <dependency>
1949 <groupId>org.opendaylight.controller.samples</groupId>
1950 <artifactId>sample-toaster-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001951 <version>5.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001952 </dependency>
1953 <dependency>
1954 <groupId>org.opendaylight.controller</groupId>
1955 <artifactId>threadpool-config-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001956 <version>0.16.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001957 </dependency>
1958 <dependency>
1959 <groupId>org.opendaylight.controller</groupId>
1960 <artifactId>threadpool-config-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001961 <version>0.16.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001962 </dependency>
1963 <dependency>
1964 <groupId>org.opendaylight.daexim</groupId>
1965 <artifactId>daexim-akka-infoprovider-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001966 <version>1.11.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001967 </dependency>
1968 <dependency>
1969 <groupId>org.opendaylight.daexim</groupId>
1970 <artifactId>daexim-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001971 <version>1.11.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001972 </dependency>
1973 <dependency>
1974 <groupId>org.opendaylight.daexim</groupId>
1975 <artifactId>daexim-model</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001976 <version>1.11.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04001977 </dependency>
1978 <dependency>
1979 <groupId>org.opendaylight.daexim</groupId>
1980 <artifactId>daexim-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001981 <version>1.11.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001982 </dependency>
1983 <dependency>
1984 <groupId>org.opendaylight.infrautils</groupId>
1985 <artifactId>diagstatus-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001986 <version>3.0.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001987 </dependency>
1988 <dependency>
1989 <groupId>org.opendaylight.infrautils</groupId>
1990 <artifactId>diagstatus-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001991 <version>3.0.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001992 </dependency>
1993 <dependency>
1994 <groupId>org.opendaylight.infrautils</groupId>
1995 <artifactId>diagstatus-shell</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02001996 <version>3.0.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02001997 </dependency>
1998 <dependency>
1999 <groupId>org.opendaylight.infrautils</groupId>
2000 <artifactId>diagstatus-web</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002001 <version>3.0.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002002 </dependency>
2003 <dependency>
2004 <groupId>org.opendaylight.infrautils</groupId>
2005 <artifactId>infrautils-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002006 <version>3.0.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002007 </dependency>
2008 <dependency>
2009 <groupId>org.opendaylight.infrautils</groupId>
2010 <artifactId>inject</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002011 <version>3.0.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002012 </dependency>
2013 <dependency>
2014 <groupId>org.opendaylight.infrautils</groupId>
2015 <artifactId>ready-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002016 <version>3.0.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002017 </dependency>
2018 <dependency>
2019 <groupId>org.opendaylight.infrautils</groupId>
2020 <artifactId>ready-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002021 <version>3.0.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002022 </dependency>
2023 <dependency>
2024 <groupId>org.opendaylight.jsonrpc.bus</groupId>
2025 <artifactId>bus-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002026 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002027 </dependency>
2028 <dependency>
2029 <groupId>org.opendaylight.jsonrpc.bus</groupId>
2030 <artifactId>bus-jsonrpc</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002031 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002032 </dependency>
2033 <dependency>
2034 <groupId>org.opendaylight.jsonrpc.bus</groupId>
2035 <artifactId>bus-messagelib</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002036 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002037 </dependency>
2038 <dependency>
2039 <groupId>org.opendaylight.jsonrpc.bus</groupId>
2040 <artifactId>bus-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002041 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002042 </dependency>
2043 <dependency>
2044 <groupId>org.opendaylight.jsonrpc.bus</groupId>
2045 <artifactId>transport-http</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002046 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002047 </dependency>
2048 <dependency>
2049 <groupId>org.opendaylight.jsonrpc.bus</groupId>
2050 <artifactId>transport-zmq</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002051 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002052 </dependency>
2053 <dependency>
2054 <groupId>org.opendaylight.jsonrpc</groupId>
2055 <artifactId>dom-codec</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002056 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002057 </dependency>
2058 <dependency>
2059 <groupId>org.opendaylight.jsonrpc</groupId>
2060 <artifactId>jsonrpc-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002061 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002062 </dependency>
2063 <dependency>
2064 <groupId>org.opendaylight.jsonrpc</groupId>
2065 <artifactId>jsonrpc-provider-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002066 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002067 </dependency>
2068 <dependency>
2069 <groupId>org.opendaylight.jsonrpc</groupId>
2070 <artifactId>jsonrpc-provider-single</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002071 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002072 </dependency>
2073 <dependency>
2074 <groupId>org.opendaylight.jsonrpc.security</groupId>
2075 <artifactId>security-aaa</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002076 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002077 </dependency>
2078 <dependency>
2079 <groupId>org.opendaylight.jsonrpc.security</groupId>
2080 <artifactId>security-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002081 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002082 </dependency>
2083 <dependency>
2084 <groupId>org.opendaylight.jsonrpc.security</groupId>
2085 <artifactId>security-noop</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002086 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002087 </dependency>
2088 <dependency>
2089 <groupId>org.opendaylight.jsonrpc.security</groupId>
2090 <artifactId>security-service</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002091 <version>1.12.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002092 </dependency>
2093 <dependency>
2094 <groupId>org.opendaylight.lispflowmapping</groupId>
2095 <artifactId>mappingservice.api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002096 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002097 </dependency>
2098 <dependency>
2099 <groupId>org.opendaylight.lispflowmapping</groupId>
2100 <artifactId>mappingservice.config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002101 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002102 </dependency>
2103 <dependency>
2104 <groupId>org.opendaylight.lispflowmapping</groupId>
2105 <artifactId>mappingservice.dsbackend</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002106 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002107 </dependency>
2108 <dependency>
2109 <groupId>org.opendaylight.lispflowmapping</groupId>
2110 <artifactId>mappingservice.implementation</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002111 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002112 </dependency>
2113 <dependency>
2114 <groupId>org.opendaylight.lispflowmapping</groupId>
2115 <artifactId>mappingservice.inmemorydb</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002116 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002117 </dependency>
2118 <dependency>
2119 <groupId>org.opendaylight.lispflowmapping</groupId>
2120 <artifactId>mappingservice.lisp-proto</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002121 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002122 </dependency>
2123 <dependency>
2124 <groupId>org.opendaylight.lispflowmapping</groupId>
2125 <artifactId>mappingservice.mapcache</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002126 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002127 </dependency>
2128 <dependency>
2129 <groupId>org.opendaylight.lispflowmapping</groupId>
2130 <artifactId>mappingservice.shell</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002131 <version>1.15.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002132 </dependency>
2133 <dependency>
2134 <groupId>org.opendaylight.lispflowmapping</groupId>
2135 <artifactId>mappingservice.southbound</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002136 <version>1.15.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002137 </dependency>
2138 <dependency>
2139 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
2140 <artifactId>iana-hardware</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002141 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002142 </dependency>
2143 <dependency>
2144 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
2145 <artifactId>iana-if-type</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002146 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002147 </dependency>
2148 <dependency>
2149 <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
2150 <artifactId>iana-routing-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002151 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002152 </dependency>
2153 <dependency>
2154 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2155 <artifactId>rfc6991</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002156 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002157 </dependency>
2158 <dependency>
2159 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2160 <artifactId>rfc6991-ietf-inet-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002161 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002162 </dependency>
2163 <dependency>
2164 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2165 <artifactId>rfc6991-ietf-yang-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002166 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002167 </dependency>
2168 <dependency>
2169 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2170 <artifactId>rfc7952</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002171 <version>9.0.4</version>
2172 </dependency>
2173 <dependency>
2174 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2175 <artifactId>rfc8040</artifactId>
2176 <version>9.0.4</version>
2177 </dependency>
2178 <dependency>
2179 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2180 <artifactId>rfc8072</artifactId>
2181 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002182 </dependency>
2183 <dependency>
2184 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2185 <artifactId>rfc8294</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002186 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002187 </dependency>
2188 <dependency>
2189 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002190 <artifactId>rfc8294-ietf-routing-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002191 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002192 </dependency>
2193 <dependency>
2194 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2195 <artifactId>rfc8342</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002196 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002197 </dependency>
2198 <dependency>
2199 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2200 <artifactId>rfc8342-ietf-datastores</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002201 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002202 </dependency>
2203 <dependency>
2204 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2205 <artifactId>rfc8342-ietf-origin</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002206 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002207 </dependency>
2208 <dependency>
2209 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2210 <artifactId>rfc8343</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002211 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002212 </dependency>
2213 <dependency>
2214 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2215 <artifactId>rfc8344</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002216 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002217 </dependency>
2218 <dependency>
2219 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2220 <artifactId>rfc8345</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002221 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002222 </dependency>
2223 <dependency>
2224 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002225 <artifactId>rfc8345-ietf-network</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002226 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002227 </dependency>
2228 <dependency>
2229 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002230 <artifactId>rfc8345-ietf-network-state</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002231 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002232 </dependency>
2233 <dependency>
2234 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2235 <artifactId>rfc8345-ietf-network-topology</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002236 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002237 </dependency>
2238 <dependency>
2239 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2240 <artifactId>rfc8345-ietf-network-topology-state</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002241 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002242 </dependency>
2243 <dependency>
2244 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2245 <artifactId>rfc8346</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002246 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002247 </dependency>
2248 <dependency>
2249 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002250 <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002251 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002252 </dependency>
2253 <dependency>
2254 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002255 <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002256 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002257 </dependency>
2258 <dependency>
2259 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2260 <artifactId>rfc8348</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002261 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002262 </dependency>
2263 <dependency>
2264 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002265 <artifactId>rfc8348-ietf-hardware</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002266 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002267 </dependency>
2268 <dependency>
2269 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002270 <artifactId>rfc8348-ietf-hardware-state</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002271 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002272 </dependency>
2273 <dependency>
2274 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2275 <artifactId>rfc8349</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002276 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002277 </dependency>
2278 <dependency>
2279 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002280 <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002281 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002282 </dependency>
2283 <dependency>
2284 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002285 <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002286 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002287 </dependency>
2288 <dependency>
2289 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002290 <artifactId>rfc8349-ietf-routing</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002291 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002292 </dependency>
2293 <dependency>
2294 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2295 <artifactId>rfc8519</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002296 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002297 </dependency>
2298 <dependency>
2299 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002300 <artifactId>rfc8519-ietf-access-control-list</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002301 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002302 </dependency>
2303 <dependency>
2304 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002305 <artifactId>rfc8519-ietf-ethertypes</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002306 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002307 </dependency>
2308 <dependency>
2309 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2310 <artifactId>rfc8519-ietf-packet-fields</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002311 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002312 </dependency>
2313 <dependency>
2314 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2315 <artifactId>rfc8520</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002316 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002317 </dependency>
2318 <dependency>
2319 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2320 <artifactId>rfc8520-ietf-acldns</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002321 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002322 </dependency>
2323 <dependency>
2324 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2325 <artifactId>rfc8520-ietf-mud</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002326 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002327 </dependency>
2328 <dependency>
2329 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2330 <artifactId>rfc8525</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002331 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002332 </dependency>
2333 <dependency>
2334 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2335 <artifactId>rfc8528</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002336 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002337 </dependency>
2338 <dependency>
2339 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2340 <artifactId>rfc8529</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002341 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002342 </dependency>
2343 <dependency>
2344 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2345 <artifactId>rfc8530</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002346 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002347 </dependency>
2348 <dependency>
2349 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2350 <artifactId>rfc8542</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002351 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002352 </dependency>
2353 <dependency>
2354 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002355 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002356 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002357 </dependency>
2358 <dependency>
2359 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002360 <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002361 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002362 </dependency>
2363 <dependency>
2364 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2365 <artifactId>rfc8776</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002366 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002367 </dependency>
2368 <dependency>
2369 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002370 <artifactId>rfc8776-ietf-te-packet-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002371 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002372 </dependency>
2373 <dependency>
2374 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002375 <artifactId>rfc8776-ietf-te-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002376 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002377 </dependency>
2378 <dependency>
2379 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2380 <artifactId>rfc8795</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002381 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002382 </dependency>
2383 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002384 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2385 <artifactId>rfc8795-ietf-te-topology</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002386 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002387 </dependency>
2388 <dependency>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002389 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2390 <artifactId>rfc8795-ietf-te-topology-state</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002391 <version>9.0.4</version>
2392 </dependency>
2393 <dependency>
2394 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2395 <artifactId>rfc8819-ietf-module-tags</artifactId>
2396 <version>9.0.4</version>
2397 </dependency>
2398 <dependency>
2399 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
2400 <artifactId>rfc8819-ietf-module-tags-state</artifactId>
2401 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002402 </dependency>
2403 <dependency>
2404 <groupId>org.opendaylight.mdsal</groupId>
2405 <artifactId>mdsal-binding-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002406 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002407 </dependency>
2408 <dependency>
2409 <groupId>org.opendaylight.mdsal</groupId>
2410 <artifactId>mdsal-binding-dom-adapter</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002411 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002412 </dependency>
2413 <dependency>
2414 <groupId>org.opendaylight.mdsal</groupId>
2415 <artifactId>mdsal-binding-dom-codec</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002416 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002417 </dependency>
2418 <dependency>
2419 <groupId>org.opendaylight.mdsal</groupId>
2420 <artifactId>mdsal-binding-dom-codec-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002421 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002422 </dependency>
2423 <dependency>
2424 <groupId>org.opendaylight.mdsal</groupId>
2425 <artifactId>mdsal-binding-dom-codec-osgi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002426 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002427 </dependency>
2428 <dependency>
2429 <groupId>org.opendaylight.mdsal</groupId>
2430 <artifactId>mdsal-binding-dom-codec-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002431 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002432 </dependency>
2433 <dependency>
2434 <groupId>org.opendaylight.mdsal</groupId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01002435 <artifactId>mdsal-binding-generator</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002436 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002437 </dependency>
2438 <dependency>
2439 <groupId>org.opendaylight.mdsal</groupId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01002440 <artifactId>mdsal-binding-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002441 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002442 </dependency>
2443 <dependency>
2444 <groupId>org.opendaylight.mdsal</groupId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01002445 <artifactId>mdsal-binding-model-ri</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002446 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002447 </dependency>
2448 <dependency>
2449 <groupId>org.opendaylight.mdsal</groupId>
2450 <artifactId>mdsal-binding-runtime-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002451 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002452 </dependency>
2453 <dependency>
2454 <groupId>org.opendaylight.mdsal</groupId>
2455 <artifactId>mdsal-binding-runtime-osgi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002456 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002457 </dependency>
2458 <dependency>
2459 <groupId>org.opendaylight.mdsal</groupId>
2460 <artifactId>mdsal-binding-runtime-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002461 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002462 </dependency>
2463 <dependency>
2464 <groupId>org.opendaylight.mdsal</groupId>
2465 <artifactId>mdsal-binding-spec-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002466 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002467 </dependency>
2468 <dependency>
2469 <groupId>org.opendaylight.mdsal</groupId>
2470 <artifactId>mdsal-binding-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002471 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002472 </dependency>
2473 <dependency>
2474 <groupId>org.opendaylight.mdsal</groupId>
2475 <artifactId>mdsal-binding-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002476 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002477 </dependency>
2478 <dependency>
2479 <groupId>org.opendaylight.mdsal</groupId>
2480 <artifactId>mdsal-common-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002481 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002482 </dependency>
2483 <dependency>
2484 <groupId>org.opendaylight.mdsal</groupId>
2485 <artifactId>mdsal-dom-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002486 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002487 </dependency>
2488 <dependency>
2489 <groupId>org.opendaylight.mdsal</groupId>
2490 <artifactId>mdsal-dom-broker</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002491 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002492 </dependency>
2493 <dependency>
2494 <groupId>org.opendaylight.mdsal</groupId>
2495 <artifactId>mdsal-dom-inmemory-datastore</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002496 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002497 </dependency>
2498 <dependency>
2499 <groupId>org.opendaylight.mdsal</groupId>
2500 <artifactId>mdsal-dom-schema-osgi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002501 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002502 </dependency>
2503 <dependency>
2504 <groupId>org.opendaylight.mdsal</groupId>
2505 <artifactId>mdsal-dom-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002506 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002507 </dependency>
2508 <dependency>
2509 <groupId>org.opendaylight.mdsal</groupId>
2510 <artifactId>mdsal-eos-binding-adapter</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002511 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002512 </dependency>
2513 <dependency>
2514 <groupId>org.opendaylight.mdsal</groupId>
2515 <artifactId>mdsal-eos-binding-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002516 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002517 </dependency>
2518 <dependency>
2519 <groupId>org.opendaylight.mdsal</groupId>
2520 <artifactId>mdsal-eos-common-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002521 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002522 </dependency>
2523 <dependency>
2524 <groupId>org.opendaylight.mdsal</groupId>
2525 <artifactId>mdsal-eos-common-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002526 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002527 </dependency>
2528 <dependency>
2529 <groupId>org.opendaylight.mdsal</groupId>
2530 <artifactId>mdsal-eos-dom-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002531 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002532 </dependency>
2533 <dependency>
2534 <groupId>org.opendaylight.mdsal</groupId>
2535 <artifactId>mdsal-eos-dom-simple</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002536 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002537 </dependency>
2538 <dependency>
2539 <groupId>org.opendaylight.mdsal</groupId>
2540 <artifactId>mdsal-replicate-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002541 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002542 </dependency>
2543 <dependency>
2544 <groupId>org.opendaylight.mdsal</groupId>
2545 <artifactId>mdsal-replicate-netty</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002546 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002547 </dependency>
2548 <dependency>
2549 <groupId>org.opendaylight.mdsal</groupId>
2550 <artifactId>mdsal-rfc8294-netty</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002551 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002552 </dependency>
2553 <dependency>
2554 <groupId>org.opendaylight.mdsal</groupId>
2555 <artifactId>mdsal-singleton-common-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002556 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002557 </dependency>
2558 <dependency>
2559 <groupId>org.opendaylight.mdsal</groupId>
2560 <artifactId>mdsal-singleton-dom-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002561 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002562 </dependency>
2563 <dependency>
2564 <groupId>org.opendaylight.mdsal</groupId>
2565 <artifactId>mdsal-trace-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002566 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002567 </dependency>
2568 <dependency>
2569 <groupId>org.opendaylight.mdsal</groupId>
2570 <artifactId>mdsal-trace-cli</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002571 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002572 </dependency>
2573 <dependency>
2574 <groupId>org.opendaylight.mdsal</groupId>
2575 <artifactId>mdsal-trace-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002576 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002577 </dependency>
2578 <dependency>
2579 <groupId>org.opendaylight.mdsal</groupId>
2580 <artifactId>mdsal-yanglib-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002581 <version>0.14.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002582 </dependency>
2583 <dependency>
2584 <groupId>org.opendaylight.mdsal</groupId>
2585 <artifactId>mdsal-yanglib-rfc8525</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002586 <version>0.14.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002587 </dependency>
2588 <dependency>
2589 <groupId>org.opendaylight.mdsal.model</groupId>
2590 <artifactId>general-entity</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002591 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002592 </dependency>
2593 <dependency>
2594 <groupId>org.opendaylight.mdsal.model</groupId>
2595 <artifactId>ietf-topology</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002596 <version>2013.10.21.21.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002597 </dependency>
2598 <dependency>
2599 <groupId>org.opendaylight.mdsal.model</groupId>
2600 <artifactId>ietf-type-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002601 <version>9.0.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002602 </dependency>
2603 <dependency>
2604 <groupId>org.opendaylight.mdsal.model</groupId>
2605 <artifactId>opendaylight-l2-types</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002606 <version>2013.08.27.21.4</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002607 </dependency>
2608 <dependency>
2609 <groupId>org.opendaylight.mdsal.model</groupId>
2610 <artifactId>yang-ext</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002611 <version>2013.09.07.21.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002612 </dependency>
2613 <dependency>
2614 <groupId>org.opendaylight.mdsal</groupId>
2615 <artifactId>yang-binding</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002616 <version>9.0.4</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002617 </dependency>
2618 <dependency>
2619 <groupId>org.opendaylight.netconf</groupId>
2620 <artifactId>aaa-authn-odl-plugin</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002621 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002622 </dependency>
2623 <dependency>
2624 <groupId>org.opendaylight.netconf</groupId>
2625 <artifactId>callhome-model</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002626 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002627 </dependency>
2628 <dependency>
2629 <groupId>org.opendaylight.netconf</groupId>
2630 <artifactId>callhome-protocol</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002631 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002632 </dependency>
2633 <dependency>
2634 <groupId>org.opendaylight.netconf</groupId>
2635 <artifactId>callhome-provider</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002636 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002637 </dependency>
2638 <dependency>
2639 <groupId>org.opendaylight.netconf</groupId>
2640 <artifactId>ietf-netconf</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002641 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002642 </dependency>
2643 <dependency>
2644 <groupId>org.opendaylight.netconf</groupId>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002645 <artifactId>ietf-netconf-monitoring</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002646 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002647 </dependency>
2648 <dependency>
2649 <groupId>org.opendaylight.netconf</groupId>
2650 <artifactId>ietf-netconf-monitoring-extension</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002651 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002652 </dependency>
2653 <dependency>
2654 <groupId>org.opendaylight.netconf</groupId>
2655 <artifactId>ietf-netconf-nmda</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002656 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002657 </dependency>
2658 <dependency>
2659 <groupId>org.opendaylight.netconf</groupId>
2660 <artifactId>ietf-netconf-notifications</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002661 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002662 </dependency>
2663 <dependency>
2664 <groupId>org.opendaylight.netconf</groupId>
2665 <artifactId>ietf-netconf-with-defaults</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002666 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002667 </dependency>
2668 <dependency>
2669 <groupId>org.opendaylight.netconf</groupId>
2670 <artifactId>ietf-restconf-monitoring</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002671 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002672 </dependency>
2673 <dependency>
2674 <groupId>org.opendaylight.netconf</groupId>
2675 <artifactId>mdsal-netconf-connector</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002676 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002677 </dependency>
2678 <dependency>
2679 <groupId>org.opendaylight.netconf</groupId>
2680 <artifactId>mdsal-netconf-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002681 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002682 </dependency>
2683 <dependency>
2684 <groupId>org.opendaylight.netconf</groupId>
2685 <artifactId>mdsal-netconf-monitoring</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002686 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002687 </dependency>
2688 <dependency>
2689 <groupId>org.opendaylight.netconf</groupId>
2690 <artifactId>mdsal-netconf-notification</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002691 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002692 </dependency>
2693 <dependency>
2694 <groupId>org.opendaylight.netconf</groupId>
2695 <artifactId>mdsal-netconf-ssh</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002696 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002697 </dependency>
2698 <dependency>
2699 <groupId>org.opendaylight.netconf</groupId>
2700 <artifactId>mdsal-netconf-tcp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002701 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002702 </dependency>
2703 <dependency>
2704 <groupId>org.opendaylight.netconf</groupId>
2705 <artifactId>mdsal-netconf-yang-library</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002706 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002707 </dependency>
2708 <dependency>
2709 <groupId>org.opendaylight.netconf</groupId>
2710 <artifactId>netconf-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002711 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002712 </dependency>
2713 <dependency>
2714 <groupId>org.opendaylight.netconf</groupId>
2715 <artifactId>netconf-auth</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002716 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002717 </dependency>
2718 <dependency>
2719 <groupId>org.opendaylight.netconf</groupId>
2720 <artifactId>netconf-client</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002721 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002722 </dependency>
2723 <dependency>
2724 <groupId>org.opendaylight.netconf</groupId>
2725 <artifactId>netconf-config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002726 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002727 </dependency>
2728 <dependency>
2729 <groupId>org.opendaylight.netconf</groupId>
2730 <artifactId>netconf-console</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002731 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002732 </dependency>
2733 <dependency>
2734 <groupId>org.opendaylight.netconf</groupId>
2735 <artifactId>netconf-dom-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002736 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002737 </dependency>
2738 <dependency>
2739 <groupId>org.opendaylight.netconf</groupId>
2740 <artifactId>netconf-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002741 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002742 </dependency>
2743 <dependency>
2744 <groupId>org.opendaylight.netconf</groupId>
2745 <artifactId>netconf-mapping-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002746 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002747 </dependency>
2748 <dependency>
2749 <groupId>org.opendaylight.netconf</groupId>
2750 <artifactId>netconf-netty-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002751 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002752 </dependency>
2753 <dependency>
2754 <groupId>org.opendaylight.netconf</groupId>
2755 <artifactId>netconf-notifications-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002756 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002757 </dependency>
2758 <dependency>
2759 <groupId>org.opendaylight.netconf</groupId>
2760 <artifactId>netconf-topology</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002761 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002762 </dependency>
2763 <dependency>
2764 <groupId>org.opendaylight.netconf</groupId>
2765 <artifactId>netconf-topology-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002766 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002767 </dependency>
2768 <dependency>
2769 <groupId>org.opendaylight.netconf</groupId>
2770 <artifactId>netconf-topology-singleton</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002771 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002772 </dependency>
2773 <dependency>
2774 <groupId>org.opendaylight.netconf</groupId>
2775 <artifactId>netconf-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002776 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002777 </dependency>
2778 <dependency>
2779 <groupId>org.opendaylight.netconf</groupId>
2780 <artifactId>restconf-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002781 <version>3.0.5</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002782 </dependency>
2783 <dependency>
2784 <groupId>org.opendaylight.netconf</groupId>
2785 <artifactId>restconf-common-models</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002786 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002787 </dependency>
2788 <dependency>
2789 <groupId>org.opendaylight.netconf</groupId>
2790 <artifactId>restconf-nb-bierman02</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002791 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002792 </dependency>
2793 <dependency>
2794 <groupId>org.opendaylight.netconf</groupId>
2795 <artifactId>restconf-nb-rfc8040</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002796 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002797 </dependency>
2798 <dependency>
2799 <groupId>org.opendaylight.netconf</groupId>
2800 <artifactId>sal-netconf-connector</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002801 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002802 </dependency>
2803 <dependency>
2804 <groupId>org.opendaylight.netconf</groupId>
2805 <artifactId>sal-rest-docgen</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002806 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002807 </dependency>
2808 <dependency>
2809 <groupId>org.opendaylight.netconf</groupId>
2810 <artifactId>shaded-exificient</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002811 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002812 </dependency>
2813 <dependency>
2814 <groupId>org.opendaylight.netconf</groupId>
2815 <artifactId>shaded-sshd</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002816 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002817 </dependency>
2818 <dependency>
2819 <groupId>org.opendaylight.netconf</groupId>
2820 <artifactId>yanglib</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002821 <version>3.0.5</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002822 </dependency>
2823 <dependency>
2824 <groupId>org.opendaylight.odlparent</groupId>
2825 <artifactId>bcpkix-framework-ext</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002826 <version>10.0.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002827 </dependency>
2828 <dependency>
2829 <groupId>org.opendaylight.odlparent</groupId>
2830 <artifactId>bcprov-framework-ext</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002831 <version>10.0.2</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01002832 </dependency>
2833 <dependency>
2834 <groupId>org.opendaylight.odlparent</groupId>
2835 <artifactId>bcutil-framework-ext</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002836 <version>10.0.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002837 </dependency>
2838 <dependency>
2839 <groupId>org.opendaylight.odlparent</groupId>
2840 <artifactId>karaf.branding</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002841 <version>10.0.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04002842 </dependency>
2843 <dependency>
2844 <groupId>org.opendaylight.odlparent</groupId>
2845 <artifactId>logging-markers</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002846 <version>10.0.2</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002847 </dependency>
2848 <dependency>
2849 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2850 <artifactId>arbitratorreconciliation-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002851 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002852 </dependency>
2853 <dependency>
2854 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2855 <artifactId>arbitratorreconciliation-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002856 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002857 </dependency>
2858 <dependency>
2859 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2860 <artifactId>bulk-o-matic</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002861 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002862 </dependency>
2863 <dependency>
2864 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2865 <artifactId>device-ownership-service</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002866 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002867 </dependency>
2868 <dependency>
2869 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2870 <artifactId>forwardingrules-manager</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002871 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002872 </dependency>
2873 <dependency>
2874 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2875 <artifactId>forwardingrules-sync</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002876 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002877 </dependency>
2878 <dependency>
2879 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2880 <artifactId>lldp-speaker</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002881 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002882 </dependency>
2883 <dependency>
2884 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2885 <artifactId>of-switch-config-pusher</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002886 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002887 </dependency>
2888 <dependency>
2889 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2890 <artifactId>reconciliation-framework</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002891 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002892 </dependency>
2893 <dependency>
2894 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2895 <artifactId>southbound-cli</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002896 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002897 </dependency>
2898 <dependency>
2899 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2900 <artifactId>table-miss-enforcer</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002901 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002902 </dependency>
2903 <dependency>
2904 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2905 <artifactId>topology-lldp-discovery</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002906 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002907 </dependency>
2908 <dependency>
2909 <groupId>org.opendaylight.openflowplugin.applications</groupId>
2910 <artifactId>topology-manager</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002911 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002912 </dependency>
2913 <dependency>
2914 <groupId>org.opendaylight.openflowplugin</groupId>
2915 <artifactId>drop-test-karaf</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002916 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002917 </dependency>
2918 <dependency>
2919 <groupId>org.opendaylight.openflowplugin.libraries</groupId>
2920 <artifactId>liblldp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002921 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002922 </dependency>
2923 <dependency>
2924 <groupId>org.opendaylight.openflowplugin.model</groupId>
2925 <artifactId>model-flow-base</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002926 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002927 </dependency>
2928 <dependency>
2929 <groupId>org.opendaylight.openflowplugin.model</groupId>
2930 <artifactId>model-flow-service</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002931 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002932 </dependency>
2933 <dependency>
2934 <groupId>org.opendaylight.openflowplugin.model</groupId>
2935 <artifactId>model-flow-statistics</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002936 <version>0.14.1</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01002937 </dependency>
2938 <dependency>
2939 <groupId>org.opendaylight.openflowplugin.model</groupId>
2940 <artifactId>model-inventory</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002941 <version>0.14.1</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01002942 </dependency>
2943 <dependency>
2944 <groupId>org.opendaylight.openflowplugin.model</groupId>
2945 <artifactId>model-topology</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002946 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002947 </dependency>
2948 <dependency>
2949 <groupId>org.opendaylight.openflowplugin</groupId>
2950 <artifactId>openflowjava-extension-eric</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002951 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002952 </dependency>
2953 <dependency>
2954 <groupId>org.opendaylight.openflowplugin</groupId>
2955 <artifactId>openflowjava-extension-nicira</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002956 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002957 </dependency>
2958 <dependency>
2959 <groupId>org.opendaylight.openflowplugin</groupId>
2960 <artifactId>openflowjava-extension-nicira-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002961 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002962 </dependency>
2963 <dependency>
2964 <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
2965 <artifactId>openflowjava-blueprint-config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002966 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002967 </dependency>
2968 <dependency>
2969 <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
2970 <artifactId>openflowjava-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002971 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002972 </dependency>
2973 <dependency>
2974 <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
2975 <artifactId>openflow-protocol-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002976 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002977 </dependency>
2978 <dependency>
2979 <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
2980 <artifactId>openflow-protocol-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002981 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002982 </dependency>
2983 <dependency>
2984 <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
2985 <artifactId>openflow-protocol-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002986 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002987 </dependency>
2988 <dependency>
2989 <groupId>org.opendaylight.openflowplugin</groupId>
2990 <artifactId>openflowplugin</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002991 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002992 </dependency>
2993 <dependency>
2994 <groupId>org.opendaylight.openflowplugin</groupId>
2995 <artifactId>openflowplugin-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02002996 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02002997 </dependency>
2998 <dependency>
2999 <groupId>org.opendaylight.openflowplugin</groupId>
3000 <artifactId>openflowplugin-blueprint-config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003001 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003002 </dependency>
3003 <dependency>
3004 <groupId>org.opendaylight.openflowplugin</groupId>
3005 <artifactId>openflowplugin-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003006 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003007 </dependency>
3008 <dependency>
3009 <groupId>org.opendaylight.openflowplugin</groupId>
3010 <artifactId>openflowplugin-extension-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003011 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003012 </dependency>
3013 <dependency>
3014 <groupId>org.opendaylight.openflowplugin</groupId>
3015 <artifactId>openflowplugin-extension-eric</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003016 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003017 </dependency>
3018 <dependency>
3019 <groupId>org.opendaylight.openflowplugin</groupId>
3020 <artifactId>openflowplugin-extension-nicira</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003021 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003022 </dependency>
3023 <dependency>
3024 <groupId>org.opendaylight.openflowplugin</groupId>
3025 <artifactId>openflowplugin-extension-onf</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003026 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003027 </dependency>
3028 <dependency>
3029 <groupId>org.opendaylight.openflowplugin</groupId>
3030 <artifactId>openflowplugin-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003031 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003032 </dependency>
3033 <dependency>
3034 <groupId>org.opendaylight.openflowplugin</groupId>
3035 <artifactId>test-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003036 <version>0.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003037 </dependency>
3038 <dependency>
3039 <groupId>org.opendaylight.ovsdb</groupId>
3040 <artifactId>hwvtepsouthbound-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003041 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003042 </dependency>
3043 <dependency>
3044 <groupId>org.opendaylight.ovsdb</groupId>
3045 <artifactId>hwvtepsouthbound-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003046 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003047 </dependency>
3048 <dependency>
3049 <groupId>org.opendaylight.ovsdb</groupId>
3050 <artifactId>library</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003051 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003052 </dependency>
3053 <dependency>
3054 <groupId>org.opendaylight.ovsdb</groupId>
3055 <artifactId>schema.hardwarevtep</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003056 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003057 </dependency>
3058 <dependency>
3059 <groupId>org.opendaylight.ovsdb</groupId>
3060 <artifactId>schema.openvswitch</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003061 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003062 </dependency>
3063 <dependency>
3064 <groupId>org.opendaylight.ovsdb</groupId>
3065 <artifactId>southbound-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003066 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003067 </dependency>
3068 <dependency>
3069 <groupId>org.opendaylight.ovsdb</groupId>
3070 <artifactId>southbound-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003071 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003072 </dependency>
3073 <dependency>
3074 <groupId>org.opendaylight.ovsdb</groupId>
3075 <artifactId>utils.config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003076 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003077 </dependency>
3078 <dependency>
3079 <groupId>org.opendaylight.ovsdb</groupId>
3080 <artifactId>utils.hwvtepsouthbound-utils</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003081 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003082 </dependency>
3083 <dependency>
3084 <groupId>org.opendaylight.ovsdb</groupId>
3085 <artifactId>utils.mdsal-utils</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003086 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003087 </dependency>
3088 <dependency>
3089 <groupId>org.opendaylight.ovsdb</groupId>
3090 <artifactId>utils.servicehelper</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003091 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003092 </dependency>
3093 <dependency>
3094 <groupId>org.opendaylight.ovsdb</groupId>
3095 <artifactId>utils.southbound-utils</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003096 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003097 </dependency>
3098 <dependency>
3099 <groupId>org.opendaylight.ovsdb</groupId>
3100 <artifactId>utils.yang-utils</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003101 <version>1.14.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003102 </dependency>
3103 <dependency>
3104 <groupId>org.opendaylight.serviceutils</groupId>
3105 <artifactId>listener-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003106 <version>0.9.1</version>
3107 </dependency>
3108 <dependency>
3109 <groupId>org.opendaylight.serviceutils</groupId>
3110 <artifactId>metrics-api</artifactId>
3111 <version>0.9.1</version>
3112 </dependency>
3113 <dependency>
3114 <groupId>org.opendaylight.serviceutils</groupId>
3115 <artifactId>metrics-impl</artifactId>
3116 <version>0.9.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003117 </dependency>
3118 <dependency>
3119 <groupId>org.opendaylight.serviceutils</groupId>
3120 <artifactId>rpc-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003121 <version>0.9.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003122 </dependency>
3123 <dependency>
3124 <groupId>org.opendaylight.serviceutils</groupId>
3125 <artifactId>srm-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003126 <version>0.9.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003127 </dependency>
3128 <dependency>
3129 <groupId>org.opendaylight.serviceutils</groupId>
3130 <artifactId>srm-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003131 <version>0.9.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003132 </dependency>
3133 <dependency>
3134 <groupId>org.opendaylight.serviceutils</groupId>
3135 <artifactId>srm-shell</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003136 <version>0.9.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003137 </dependency>
3138 <dependency>
3139 <groupId>org.opendaylight.serviceutils</groupId>
3140 <artifactId>tools-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003141 <version>0.9.1</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003142 </dependency>
3143 <dependency>
3144 <groupId>org.opendaylight.serviceutils</groupId>
3145 <artifactId>upgrade</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003146 <version>0.9.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003147 </dependency>
3148 <dependency>
3149 <groupId>org.opendaylight.yangtools</groupId>
3150 <artifactId>concepts</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003151 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003152 </dependency>
3153 <dependency>
3154 <groupId>org.opendaylight.yangtools</groupId>
3155 <artifactId>odlext-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003156 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003157 </dependency>
3158 <dependency>
3159 <groupId>org.opendaylight.yangtools</groupId>
3160 <artifactId>odlext-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003161 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003162 </dependency>
3163 <dependency>
3164 <groupId>org.opendaylight.yangtools</groupId>
3165 <artifactId>openconfig-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003166 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003167 </dependency>
3168 <dependency>
3169 <groupId>org.opendaylight.yangtools</groupId>
3170 <artifactId>openconfig-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003171 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003172 </dependency>
3173 <dependency>
3174 <groupId>org.opendaylight.yangtools</groupId>
3175 <artifactId>rfc6241-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003176 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003177 </dependency>
3178 <dependency>
3179 <groupId>org.opendaylight.yangtools</groupId>
3180 <artifactId>rfc6241-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003181 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003182 </dependency>
3183 <dependency>
3184 <groupId>org.opendaylight.yangtools</groupId>
3185 <artifactId>rfc6536-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003186 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003187 </dependency>
3188 <dependency>
3189 <groupId>org.opendaylight.yangtools</groupId>
3190 <artifactId>rfc6536-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003191 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003192 </dependency>
3193 <dependency>
3194 <groupId>org.opendaylight.yangtools</groupId>
3195 <artifactId>rfc6643-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003196 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003197 </dependency>
3198 <dependency>
3199 <groupId>org.opendaylight.yangtools</groupId>
3200 <artifactId>rfc6643-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003201 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003202 </dependency>
3203 <dependency>
3204 <groupId>org.opendaylight.yangtools</groupId>
3205 <artifactId>rfc7952-data-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003206 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003207 </dependency>
3208 <dependency>
3209 <groupId>org.opendaylight.yangtools</groupId>
3210 <artifactId>rfc7952-data-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003211 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003212 </dependency>
3213 <dependency>
3214 <groupId>org.opendaylight.yangtools</groupId>
3215 <artifactId>rfc7952-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003216 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003217 </dependency>
3218 <dependency>
3219 <groupId>org.opendaylight.yangtools</groupId>
3220 <artifactId>rfc7952-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003221 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003222 </dependency>
3223 <dependency>
3224 <groupId>org.opendaylight.yangtools</groupId>
3225 <artifactId>rfc8040-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003226 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003227 </dependency>
3228 <dependency>
3229 <groupId>org.opendaylight.yangtools</groupId>
3230 <artifactId>rfc8040-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003231 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003232 </dependency>
3233 <dependency>
3234 <groupId>org.opendaylight.yangtools</groupId>
3235 <artifactId>rfc8528-data-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003236 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003237 </dependency>
3238 <dependency>
3239 <groupId>org.opendaylight.yangtools</groupId>
3240 <artifactId>rfc8528-data-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003241 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003242 </dependency>
3243 <dependency>
3244 <groupId>org.opendaylight.yangtools</groupId>
3245 <artifactId>rfc8528-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003246 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003247 </dependency>
3248 <dependency>
3249 <groupId>org.opendaylight.yangtools</groupId>
3250 <artifactId>rfc8528-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003251 <version>8.0.6</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003252 </dependency>
3253 <dependency>
3254 <groupId>org.opendaylight.yangtools</groupId>
3255 <artifactId>rfc8639-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003256 <version>8.0.6</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003257 </dependency>
3258 <dependency>
3259 <groupId>org.opendaylight.yangtools</groupId>
3260 <artifactId>rfc8639-parser-support</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003261 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003262 </dependency>
3263 <dependency>
3264 <groupId>org.opendaylight.yangtools</groupId>
3265 <artifactId>util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003266 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003267 </dependency>
3268 <dependency>
3269 <groupId>org.opendaylight.yangtools</groupId>
3270 <artifactId>yang-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003271 <version>8.0.6</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003272 </dependency>
3273 <dependency>
3274 <groupId>org.opendaylight.yangtools</groupId>
3275 <artifactId>yang-common-netty</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003276 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003277 </dependency>
3278 <dependency>
3279 <groupId>org.opendaylight.yangtools</groupId>
3280 <artifactId>yang-data-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003281 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003282 </dependency>
3283 <dependency>
3284 <groupId>org.opendaylight.yangtools</groupId>
3285 <artifactId>yang-data-codec-binfmt</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003286 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003287 </dependency>
3288 <dependency>
3289 <groupId>org.opendaylight.yangtools</groupId>
3290 <artifactId>yang-data-codec-gson</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003291 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003292 </dependency>
3293 <dependency>
3294 <groupId>org.opendaylight.yangtools</groupId>
3295 <artifactId>yang-data-codec-xml</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003296 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003297 </dependency>
3298 <dependency>
3299 <groupId>org.opendaylight.yangtools</groupId>
3300 <artifactId>yang-data-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003301 <version>8.0.6</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003302 </dependency>
3303 <dependency>
3304 <groupId>org.opendaylight.yangtools</groupId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003305 <artifactId>yang-data-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003306 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003307 </dependency>
3308 <dependency>
3309 <groupId>org.opendaylight.yangtools</groupId>
3310 <artifactId>yang-data-transform</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003311 <version>8.0.6</version>
3312 </dependency>
3313 <dependency>
3314 <groupId>org.opendaylight.yangtools</groupId>
3315 <artifactId>yang-data-tree-api</artifactId>
3316 <version>8.0.6</version>
3317 </dependency>
3318 <dependency>
3319 <groupId>org.opendaylight.yangtools</groupId>
3320 <artifactId>yang-data-tree-ri</artifactId>
3321 <version>8.0.6</version>
3322 </dependency>
3323 <dependency>
3324 <groupId>org.opendaylight.yangtools</groupId>
3325 <artifactId>yang-data-tree-spi</artifactId>
3326 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003327 </dependency>
3328 <dependency>
3329 <groupId>org.opendaylight.yangtools</groupId>
3330 <artifactId>yang-data-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003331 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003332 </dependency>
3333 <dependency>
3334 <groupId>org.opendaylight.yangtools</groupId>
3335 <artifactId>yang-model-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003336 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003337 </dependency>
3338 <dependency>
3339 <groupId>org.opendaylight.yangtools</groupId>
3340 <artifactId>yang-model-export</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003341 <version>8.0.6</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003342 </dependency>
3343 <dependency>
3344 <groupId>org.opendaylight.yangtools</groupId>
3345 <artifactId>yang-model-ri</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003346 <version>8.0.6</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003347 </dependency>
3348 <dependency>
3349 <groupId>org.opendaylight.yangtools</groupId>
3350 <artifactId>yang-model-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003351 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003352 </dependency>
3353 <dependency>
3354 <groupId>org.opendaylight.yangtools</groupId>
3355 <artifactId>yang-model-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003356 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003357 </dependency>
3358 <dependency>
3359 <groupId>org.opendaylight.yangtools</groupId>
3360 <artifactId>yang-parser-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003361 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003362 </dependency>
3363 <dependency>
3364 <groupId>org.opendaylight.yangtools</groupId>
3365 <artifactId>yang-parser-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003366 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003367 </dependency>
3368 <dependency>
3369 <groupId>org.opendaylight.yangtools</groupId>
3370 <artifactId>yang-parser-reactor</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003371 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003372 </dependency>
3373 <dependency>
3374 <groupId>org.opendaylight.yangtools</groupId>
3375 <artifactId>yang-parser-rfc7950</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003376 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003377 </dependency>
3378 <dependency>
3379 <groupId>org.opendaylight.yangtools</groupId>
3380 <artifactId>yang-parser-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003381 <version>8.0.6</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003382 </dependency>
3383 <dependency>
3384 <groupId>org.opendaylight.yangtools</groupId>
3385 <artifactId>yang-repo-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003386 <version>8.0.6</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003387 </dependency>
3388 <dependency>
3389 <groupId>org.opendaylight.yangtools</groupId>
3390 <artifactId>yang-repo-fs</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003391 <version>8.0.6</version>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003392 </dependency>
3393 <dependency>
3394 <groupId>org.opendaylight.yangtools</groupId>
3395 <artifactId>yang-repo-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003396 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003397 </dependency>
3398 <dependency>
3399 <groupId>org.opendaylight.yangtools</groupId>
3400 <artifactId>yang-xpath-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003401 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003402 </dependency>
3403 <dependency>
3404 <groupId>org.opendaylight.yangtools</groupId>
3405 <artifactId>yang-xpath-impl</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003406 <version>8.0.6</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003407 </dependency>
3408 <dependency>
3409 <groupId>org.ops4j.pax.jdbc</groupId>
3410 <artifactId>pax-jdbc</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003411 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003412 </dependency>
3413 <dependency>
3414 <groupId>org.ops4j.pax.jdbc</groupId>
3415 <artifactId>pax-jdbc-config</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003416 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003417 </dependency>
3418 <dependency>
3419 <groupId>org.ops4j.pax.jdbc</groupId>
3420 <artifactId>pax-jdbc-db2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003421 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003422 </dependency>
3423 <dependency>
3424 <groupId>org.ops4j.pax.jdbc</groupId>
3425 <artifactId>pax-jdbc-derby</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003426 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003427 </dependency>
3428 <dependency>
3429 <groupId>org.ops4j.pax.jdbc</groupId>
3430 <artifactId>pax-jdbc-derbyclient</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003431 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003432 </dependency>
3433 <dependency>
3434 <groupId>org.ops4j.pax.jdbc</groupId>
3435 <artifactId>pax-jdbc-hsqldb</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003436 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003437 </dependency>
3438 <dependency>
3439 <groupId>org.ops4j.pax.jdbc</groupId>
3440 <artifactId>pax-jdbc-jtds</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003441 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003442 </dependency>
3443 <dependency>
3444 <groupId>org.ops4j.pax.jdbc</groupId>
3445 <artifactId>pax-jdbc-mariadb</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003446 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003447 </dependency>
3448 <dependency>
3449 <groupId>org.ops4j.pax.jdbc</groupId>
3450 <artifactId>pax-jdbc-oracle</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003451 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003452 </dependency>
3453 <dependency>
3454 <groupId>org.ops4j.pax.jdbc</groupId>
3455 <artifactId>pax-jdbc-pool-aries</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003456 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003457 </dependency>
3458 <dependency>
3459 <groupId>org.ops4j.pax.jdbc</groupId>
3460 <artifactId>pax-jdbc-pool-c3p0</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003461 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003462 </dependency>
3463 <dependency>
3464 <groupId>org.ops4j.pax.jdbc</groupId>
3465 <artifactId>pax-jdbc-pool-common</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003466 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003467 </dependency>
3468 <dependency>
3469 <groupId>org.ops4j.pax.jdbc</groupId>
3470 <artifactId>pax-jdbc-pool-dbcp2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003471 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003472 </dependency>
3473 <dependency>
3474 <groupId>org.ops4j.pax.jdbc</groupId>
3475 <artifactId>pax-jdbc-pool-hikaricp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003476 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003477 </dependency>
3478 <dependency>
3479 <groupId>org.ops4j.pax.jdbc</groupId>
3480 <artifactId>pax-jdbc-pool-narayana</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003481 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003482 </dependency>
3483 <dependency>
3484 <groupId>org.ops4j.pax.jdbc</groupId>
3485 <artifactId>pax-jdbc-pool-transx</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003486 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003487 </dependency>
3488 <dependency>
3489 <groupId>org.ops4j.pax.jdbc</groupId>
3490 <artifactId>pax-jdbc-sqlite</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003491 <version>1.5.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003492 </dependency>
3493 <dependency>
3494 <groupId>org.ops4j.pax.jdbc</groupId>
3495 <artifactId>pax-jdbc-teradata</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003496 <version>1.5.3</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003497 </dependency>
3498 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04003499 <groupId>org.ops4j.pax.logging</groupId>
3500 <artifactId>pax-logging-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003501 <version>2.0.16</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003502 </dependency>
3503 <dependency>
3504 <groupId>org.ops4j.pax.logging</groupId>
3505 <artifactId>pax-logging-log4j2</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003506 <version>2.0.16</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003507 </dependency>
3508 <dependency>
3509 <groupId>org.ops4j.pax.logging</groupId>
3510 <artifactId>pax-logging-logback</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003511 <version>2.0.16</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003512 </dependency>
3513 <dependency>
3514 <groupId>org.ops4j.pax.tipi</groupId>
3515 <artifactId>org.ops4j.pax.tipi.tomcat-embed-core</artifactId>
3516 <version>9.0.36.1</version>
3517 </dependency>
3518 <dependency>
3519 <groupId>org.ops4j.pax.tipi</groupId>
3520 <artifactId>org.ops4j.pax.tipi.tomcat-embed-websocket</artifactId>
3521 <version>9.0.36.1</version>
3522 </dependency>
3523 <dependency>
3524 <groupId>org.ops4j.pax.transx</groupId>
3525 <artifactId>pax-transx-connector</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003526 <version>0.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003527 </dependency>
3528 <dependency>
3529 <groupId>org.ops4j.pax.transx</groupId>
3530 <artifactId>pax-transx-jdbc</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003531 <version>0.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003532 </dependency>
3533 <dependency>
3534 <groupId>org.ops4j.pax.transx</groupId>
3535 <artifactId>pax-transx-jms</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003536 <version>0.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003537 </dependency>
3538 <dependency>
3539 <groupId>org.ops4j.pax.transx</groupId>
3540 <artifactId>pax-transx-tm-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003541 <version>0.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003542 </dependency>
3543 <dependency>
3544 <groupId>org.ops4j.pax.transx</groupId>
3545 <artifactId>pax-transx-tm-atomikos</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003546 <version>0.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003547 </dependency>
3548 <dependency>
3549 <groupId>org.ops4j.pax.transx</groupId>
3550 <artifactId>pax-transx-tm-geronimo</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003551 <version>0.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003552 </dependency>
3553 <dependency>
3554 <groupId>org.ops4j.pax.transx</groupId>
3555 <artifactId>pax-transx-tm-narayana</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003556 <version>0.5.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003557 </dependency>
3558 <dependency>
3559 <groupId>org.ops4j.pax.url</groupId>
3560 <artifactId>pax-url-aether</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003561 <version>2.6.10</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003562 </dependency>
3563 <dependency>
3564 <groupId>org.ops4j.pax.url</groupId>
3565 <artifactId>pax-url-classpath</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003566 <version>2.6.10</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003567 </dependency>
3568 <dependency>
3569 <groupId>org.ops4j.pax.url</groupId>
3570 <artifactId>pax-url-obr</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003571 <version>2.6.10</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003572 </dependency>
3573 <dependency>
3574 <groupId>org.ops4j.pax.url</groupId>
3575 <artifactId>pax-url-war</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003576 <version>2.6.8</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003577 </dependency>
3578 <dependency>
3579 <groupId>org.ops4j.pax.url</groupId>
3580 <artifactId>pax-url-wrap</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003581 <version>2.6.10</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003582 </dependency>
3583 <dependency>
3584 <groupId>org.ops4j.pax.web</groupId>
3585 <artifactId>pax-web-api</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003586 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003587 </dependency>
3588 <dependency>
3589 <groupId>org.ops4j.pax.web</groupId>
3590 <artifactId>pax-web-deployer</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003591 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003592 </dependency>
3593 <dependency>
3594 <groupId>org.ops4j.pax.web</groupId>
3595 <artifactId>pax-web-descriptor</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003596 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003597 </dependency>
3598 <dependency>
3599 <groupId>org.ops4j.pax.web</groupId>
3600 <artifactId>pax-web-extender-war</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003601 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003602 </dependency>
3603 <dependency>
3604 <groupId>org.ops4j.pax.web</groupId>
3605 <artifactId>pax-web-extender-whiteboard</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003606 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003607 </dependency>
3608 <dependency>
3609 <groupId>org.ops4j.pax.web</groupId>
3610 <artifactId>pax-web-jetty</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003611 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003612 </dependency>
3613 <dependency>
3614 <groupId>org.ops4j.pax.web</groupId>
3615 <artifactId>pax-web-jsp</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003616 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003617 </dependency>
3618 <dependency>
3619 <groupId>org.ops4j.pax.web</groupId>
3620 <artifactId>pax-web-resources-extender</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003621 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003622 </dependency>
3623 <dependency>
3624 <groupId>org.ops4j.pax.web</groupId>
3625 <artifactId>pax-web-resources-jsf</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003626 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003627 </dependency>
3628 <dependency>
3629 <groupId>org.ops4j.pax.web</groupId>
3630 <artifactId>pax-web-runtime</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003631 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003632 </dependency>
3633 <dependency>
3634 <groupId>org.ops4j.pax.web</groupId>
3635 <artifactId>pax-web-spi</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003636 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003637 </dependency>
3638 <dependency>
3639 <groupId>org.ops4j.pax.web</groupId>
3640 <artifactId>pax-web-tomcat</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003641 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003642 </dependency>
3643 <dependency>
3644 <groupId>org.ops4j.pax.web</groupId>
3645 <artifactId>pax-web-undertow</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003646 <version>7.3.25</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003647 </dependency>
3648 <dependency>
3649 <groupId>org.osgi</groupId>
3650 <artifactId>org.osgi.service.event</artifactId>
3651 <version>1.4.0</version>
3652 </dependency>
3653 <dependency>
3654 <groupId>org.osgi</groupId>
3655 <artifactId>org.osgi.service.jdbc</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003656 <version>1.0.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003657 </dependency>
3658 <dependency>
3659 <groupId>org.osgi</groupId>
3660 <artifactId>org.osgi.util.function</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003661 <version>1.2.0</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003662 </dependency>
3663 <dependency>
3664 <groupId>org.osgi</groupId>
3665 <artifactId>org.osgi.util.promise</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003666 <version>1.2.0</version>
3667 </dependency>
3668 <dependency>
3669 <groupId>org.osgi</groupId>
3670 <artifactId>osgi.annotation</artifactId>
3671 <version>8.0.1</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003672 </dependency>
3673 <dependency>
3674 <groupId>org.ow2.asm</groupId>
3675 <artifactId>asm</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003676 <version>9.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003677 </dependency>
3678 <dependency>
3679 <groupId>org.ow2.asm</groupId>
3680 <artifactId>asm-analysis</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003681 <version>9.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003682 </dependency>
3683 <dependency>
3684 <groupId>org.ow2.asm</groupId>
3685 <artifactId>asm-commons</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003686 <version>9.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003687 </dependency>
3688 <dependency>
3689 <groupId>org.ow2.asm</groupId>
3690 <artifactId>asm-tree</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003691 <version>9.3</version>
Michael DÜrreb91d7912021-07-07 07:28:02 +02003692 </dependency>
3693 <dependency>
3694 <groupId>org.ow2.asm</groupId>
3695 <artifactId>asm-util</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003696 <version>9.3</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003697 </dependency>
3698 <dependency>
Michael DÜrre4f503922021-10-29 07:53:09 +02003699 <groupId>org.owasp.encoder</groupId>
3700 <artifactId>encoder</artifactId>
3701 <version>1.2.3</version>
3702 </dependency>
3703 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04003704 <groupId>org.postgresql</groupId>
3705 <artifactId>postgresql</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003706 <version>42.3.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003707 </dependency>
3708 <dependency>
3709 <groupId>org.reactivestreams</groupId>
3710 <artifactId>reactive-streams</artifactId>
3711 <version>1.0.3</version>
3712 </dependency>
3713 <dependency>
3714 <groupId>org.scala-lang.modules</groupId>
3715 <artifactId>scala-java8-compat_2.13</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003716 <version>1.0.2</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003717 </dependency>
3718 <dependency>
3719 <groupId>org.scala-lang.modules</groupId>
3720 <artifactId>scala-parser-combinators_2.13</artifactId>
3721 <version>1.1.2</version>
3722 </dependency>
3723 <dependency>
3724 <groupId>org.scala-lang</groupId>
3725 <artifactId>scala-library</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003726 <version>2.13.8</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003727 </dependency>
3728 <dependency>
3729 <groupId>org.scala-lang</groupId>
3730 <artifactId>scala-reflect</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003731 <version>2.13.8</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003732 </dependency>
3733 <dependency>
3734 <groupId>org.slf4j</groupId>
3735 <artifactId>slf4j-api</artifactId>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003736 <version>1.7.32</version>
3737 </dependency>
3738 <dependency>
Dan Timoney06b50032021-06-07 13:55:46 -04003739 <groupId>org.xerial</groupId>
3740 <artifactId>sqlite-jdbc</artifactId>
Michael Dürred3168e32022-06-13 05:23:15 +02003741 <version>3.36.0.3</version>
Dan Timoney06b50032021-06-07 13:55:46 -04003742 </dependency>
3743 <dependency>
3744 <groupId>tech.pantheon.triemap</groupId>
3745 <artifactId>triemap</artifactId>
3746 <version>1.2.0</version>
3747 </dependency>
Dan Timoney7f239072020-06-01 09:28:12 -04003748 </dependencies>
3749 </dependencyManagement>
Michael DÜrre7bb133e2022-01-18 10:06:31 +01003750
Singal, Kapil (ks220y)e1d0e252021-02-01 22:06:16 -05003751 <build>
3752 <plugins>
3753 <plugin>
3754 <groupId>org.apache.maven.plugins</groupId>
3755 <artifactId>maven-deploy-plugin</artifactId>
3756 <!-- This version supports the "deployAtEnd" parameter -->
3757 <version>2.8</version>
3758 <configuration>
3759 <skip/>
3760 <deployAtEnd>true</deployAtEnd>
3761 </configuration>
3762 </plugin>
3763 </plugins>
3764 </build>
Dan Timoney7f239072020-06-01 09:28:12 -04003765</project>