Dan Timoney | 7f23907 | 2020-06-01 09:28:12 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <groupId>org.onap.ccsdk.parent</groupId> |
| 6 | <artifactId>installed-odl-bom</artifactId> |
Dan Timoney | 4be5050 | 2022-01-03 14:25:47 -0500 | [diff] [blame] | 7 | <version>2.3.3-SNAPSHOT</version> |
Dan Timoney | 7f23907 | 2020-06-01 09:28:12 -0400 | [diff] [blame] | 8 | <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 Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 23 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 24 | <groupId>com.fasterxml.jackson.core</groupId> |
| 25 | <artifactId>jackson-annotations</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 26 | <version>2.12.5</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 27 | </dependency> |
| 28 | <dependency> |
| 29 | <groupId>com.fasterxml.jackson.core</groupId> |
| 30 | <artifactId>jackson-core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 31 | <version>2.12.5</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 32 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>com.fasterxml.jackson.core</groupId> |
| 35 | <artifactId>jackson-databind</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 36 | <version>2.12.5</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 40 | <artifactId>jackson-dataformat-xml</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 41 | <version>2.12.5</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>com.fasterxml.jackson.datatype</groupId> |
| 45 | <artifactId>jackson-datatype-jsr310</artifactId> |
| 46 | <version>2.12.5</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 50 | <artifactId>jackson-jaxrs-base</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 51 | <version>2.12.5</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 55 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 56 | <version>2.12.5</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>com.fasterxml.jackson.module</groupId> |
| 60 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 61 | <version>2.12.5</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>com.fasterxml.woodstox</groupId> |
| 65 | <artifactId>woodstox-core</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 66 | <version>6.2.6</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 69 | <groupId>com.github.luben</groupId> |
| 70 | <artifactId>zstd-jni</artifactId> |
| 71 | <version>1.4.4-7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>com.github.mifmif</groupId> |
| 75 | <artifactId>generex</artifactId> |
| 76 | <version>1.0.2</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>com.github.spotbugs</groupId> |
| 80 | <artifactId>spotbugs-annotations</artifactId> |
| 81 | <version>3.1.12</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>com.google.code.gson</groupId> |
| 85 | <artifactId>gson</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 86 | <version>2.8.8</version> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>com.googlecode.json-simple</groupId> |
| 90 | <artifactId>json-simple</artifactId> |
| 91 | <version>1.1.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>com.google.guava</groupId> |
| 95 | <artifactId>failureaccess</artifactId> |
| 96 | <version>1.0.1</version> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>com.google.guava</groupId> |
| 100 | <artifactId>guava</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 101 | <version>30.1.1-jre</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>com.h2database</groupId> |
| 105 | <artifactId>h2</artifactId> |
| 106 | <version>1.4.200</version> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>com.lmax</groupId> |
| 110 | <artifactId>disruptor</artifactId> |
Michael DÜrre | 4f50392 | 2021-10-29 07:53:09 +0200 | [diff] [blame] | 111 | <version>3.4.4</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>com.microsoft.sqlserver</groupId> |
| 115 | <artifactId>mssql-jdbc</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 116 | <version>9.2.0.jre8</version> |
| 117 | </dependency> |
| 118 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 119 | <groupId>commons-beanutils</groupId> |
| 120 | <artifactId>commons-beanutils</artifactId> |
| 121 | <version>1.9.4</version> |
| 122 | </dependency> |
| 123 | <dependency> |
| 124 | <groupId>commons-codec</groupId> |
| 125 | <artifactId>commons-codec</artifactId> |
| 126 | <version>1.15</version> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>commons-collections</groupId> |
| 130 | <artifactId>commons-collections</artifactId> |
| 131 | <version>3.2.2</version> |
| 132 | </dependency> |
| 133 | <dependency> |
| 134 | <groupId>commons-io</groupId> |
| 135 | <artifactId>commons-io</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 136 | <version>2.11.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 137 | </dependency> |
| 138 | <dependency> |
| 139 | <groupId>commons-lang</groupId> |
| 140 | <artifactId>commons-lang</artifactId> |
| 141 | <version>2.6</version> |
| 142 | </dependency> |
| 143 | <dependency> |
| 144 | <groupId>commons-logging</groupId> |
| 145 | <artifactId>commons-logging</artifactId> |
| 146 | <version>1.2</version> |
| 147 | </dependency> |
| 148 | <dependency> |
| 149 | <groupId>commons-net</groupId> |
| 150 | <artifactId>commons-net</artifactId> |
| 151 | <version>3.8.0</version> |
| 152 | </dependency> |
| 153 | <dependency> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 154 | <groupId>com.oracle.database.jdbc</groupId> |
| 155 | <artifactId>ojdbc8</artifactId> |
| 156 | <version>21.1.0.0</version> |
| 157 | </dependency> |
| 158 | <dependency> |
| 159 | <groupId>com.rabbitmq</groupId> |
| 160 | <artifactId>amqp-client</artifactId> |
| 161 | <version>5.13.0</version> |
| 162 | </dependency> |
| 163 | <dependency> |
| 164 | <groupId>com.typesafe</groupId> |
| 165 | <artifactId>config</artifactId> |
| 166 | <version>1.4.0</version> |
| 167 | </dependency> |
| 168 | <dependency> |
| 169 | <groupId>com.typesafe</groupId> |
| 170 | <artifactId>ssl-config-core_2.13</artifactId> |
| 171 | <version>0.4.2</version> |
| 172 | </dependency> |
| 173 | <dependency> |
| 174 | <groupId>com.zaxxer</groupId> |
| 175 | <artifactId>HikariCP</artifactId> |
| 176 | <version>3.4.5</version> |
| 177 | </dependency> |
| 178 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 179 | <groupId>dk.brics</groupId> |
| 180 | <artifactId>automaton</artifactId> |
| 181 | <version>1.12-1</version> |
| 182 | </dependency> |
| 183 | <dependency> |
| 184 | <groupId>io.aeron</groupId> |
| 185 | <artifactId>aeron-client</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 186 | <version>1.32.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 187 | </dependency> |
| 188 | <dependency> |
| 189 | <groupId>io.aeron</groupId> |
| 190 | <artifactId>aeron-driver</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 191 | <version>1.32.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 192 | </dependency> |
| 193 | <dependency> |
| 194 | <groupId>io.dropwizard.metrics</groupId> |
| 195 | <artifactId>metrics-core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 196 | <version>4.1.25</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>io.dropwizard.metrics</groupId> |
| 200 | <artifactId>metrics-graphite</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 201 | <version>4.1.25</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 202 | </dependency> |
| 203 | <dependency> |
| 204 | <groupId>io.dropwizard.metrics</groupId> |
| 205 | <artifactId>metrics-healthchecks</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 206 | <version>4.1.25</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 207 | </dependency> |
| 208 | <dependency> |
| 209 | <groupId>io.dropwizard.metrics</groupId> |
| 210 | <artifactId>metrics-jmx</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 211 | <version>4.1.25</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 212 | </dependency> |
| 213 | <dependency> |
| 214 | <groupId>io.dropwizard.metrics</groupId> |
| 215 | <artifactId>metrics-jvm</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 216 | <version>4.1.25</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 217 | </dependency> |
| 218 | <dependency> |
| 219 | <groupId>io.netty</groupId> |
| 220 | <artifactId>netty</artifactId> |
| 221 | <version>3.10.6.Final</version> |
| 222 | </dependency> |
| 223 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 224 | <groupId>io.netty</groupId> |
| 225 | <artifactId>netty-buffer</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 226 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 227 | </dependency> |
| 228 | <dependency> |
| 229 | <groupId>io.netty</groupId> |
| 230 | <artifactId>netty-codec</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 231 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 232 | </dependency> |
| 233 | <dependency> |
| 234 | <groupId>io.netty</groupId> |
| 235 | <artifactId>netty-codec-http</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 236 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 237 | </dependency> |
| 238 | <dependency> |
| 239 | <groupId>io.netty</groupId> |
| 240 | <artifactId>netty-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 241 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 242 | </dependency> |
| 243 | <dependency> |
| 244 | <groupId>io.netty</groupId> |
| 245 | <artifactId>netty-handler</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 246 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 247 | </dependency> |
| 248 | <dependency> |
| 249 | <groupId>io.netty</groupId> |
| 250 | <artifactId>netty-resolver</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 251 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 252 | </dependency> |
| 253 | <dependency> |
| 254 | <groupId>io.netty</groupId> |
| 255 | <artifactId>netty-transport</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 256 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 257 | </dependency> |
| 258 | <dependency> |
| 259 | <groupId>io.netty</groupId> |
| 260 | <artifactId>netty-transport-native-epoll</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 261 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 262 | </dependency> |
| 263 | <dependency> |
| 264 | <groupId>io.netty</groupId> |
| 265 | <artifactId>netty-transport-native-unix-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 266 | <version>4.1.69.Final</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 267 | </dependency> |
| 268 | <dependency> |
| 269 | <groupId>io.prometheus</groupId> |
| 270 | <artifactId>simpleclient</artifactId> |
| 271 | <version>0.10.0</version> |
| 272 | </dependency> |
| 273 | <dependency> |
| 274 | <groupId>io.prometheus</groupId> |
| 275 | <artifactId>simpleclient_common</artifactId> |
| 276 | <version>0.10.0</version> |
| 277 | </dependency> |
| 278 | <dependency> |
| 279 | <groupId>io.prometheus</groupId> |
| 280 | <artifactId>simpleclient_hotspot</artifactId> |
| 281 | <version>0.10.0</version> |
| 282 | </dependency> |
| 283 | <dependency> |
| 284 | <groupId>io.prometheus</groupId> |
| 285 | <artifactId>simpleclient_servlet</artifactId> |
| 286 | <version>0.10.0</version> |
| 287 | </dependency> |
| 288 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 289 | <groupId>io.undertow</groupId> |
| 290 | <artifactId>undertow-core</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 291 | <version>2.0.33.Final</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 292 | </dependency> |
| 293 | <dependency> |
| 294 | <groupId>io.undertow</groupId> |
| 295 | <artifactId>undertow-servlet</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 296 | <version>2.0.33.Final</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 297 | </dependency> |
| 298 | <dependency> |
| 299 | <groupId>io.undertow</groupId> |
| 300 | <artifactId>undertow-websockets-jsr</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 301 | <version>2.0.33.Final</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 302 | </dependency> |
| 303 | <dependency> |
| 304 | <groupId>jakarta.activation</groupId> |
| 305 | <artifactId>jakarta.activation-api</artifactId> |
| 306 | <version>1.2.2</version> |
| 307 | </dependency> |
| 308 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 309 | <groupId>javax.annotation</groupId> |
| 310 | <artifactId>javax.annotation-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 311 | <version>1.3.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 312 | </dependency> |
| 313 | <dependency> |
| 314 | <groupId>javax.el</groupId> |
| 315 | <artifactId>javax.el-api</artifactId> |
| 316 | <version>3.0.0</version> |
| 317 | </dependency> |
| 318 | <dependency> |
| 319 | <groupId>javax.enterprise</groupId> |
| 320 | <artifactId>cdi-api</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 321 | <version>2.0.SP1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 322 | </dependency> |
| 323 | <dependency> |
| 324 | <groupId>javax.interceptor</groupId> |
| 325 | <artifactId>javax.interceptor-api</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 326 | <version>1.2.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 327 | </dependency> |
| 328 | <dependency> |
| 329 | <groupId>javax.jms</groupId> |
| 330 | <artifactId>javax.jms-api</artifactId> |
| 331 | <version>2.0.1</version> |
| 332 | </dependency> |
| 333 | <dependency> |
| 334 | <groupId>javax.mail</groupId> |
| 335 | <artifactId>mail</artifactId> |
| 336 | <version>1.4.7</version> |
| 337 | </dependency> |
| 338 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 339 | <groupId>javax.security.auth.message</groupId> |
| 340 | <artifactId>javax.security.auth.message-api</artifactId> |
| 341 | <version>1.1</version> |
| 342 | </dependency> |
| 343 | <dependency> |
| 344 | <groupId>javax.servlet</groupId> |
| 345 | <artifactId>javax.servlet-api</artifactId> |
Singal, Kapil (ks220y) | 2ba8a08 | 2021-07-12 15:42:06 -0400 | [diff] [blame] | 346 | <version>3.1.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 347 | </dependency> |
| 348 | <dependency> |
| 349 | <groupId>javax.transaction</groupId> |
| 350 | <artifactId>javax.transaction-api</artifactId> |
| 351 | <version>1.2</version> |
| 352 | </dependency> |
| 353 | <dependency> |
| 354 | <groupId>javax.validation</groupId> |
| 355 | <artifactId>validation-api</artifactId> |
| 356 | <version>2.0.1.Final</version> |
| 357 | </dependency> |
| 358 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 359 | <groupId>javax.ws.rs</groupId> |
| 360 | <artifactId>javax.ws.rs-api</artifactId> |
| 361 | <version>2.1.1</version> |
| 362 | </dependency> |
| 363 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 364 | <groupId>net.bytebuddy</groupId> |
| 365 | <artifactId>byte-buddy</artifactId> |
| 366 | <version>1.10.10</version> |
| 367 | </dependency> |
| 368 | <dependency> |
| 369 | <groupId>net.java.dev.stax-utils</groupId> |
| 370 | <artifactId>stax-utils</artifactId> |
| 371 | <version>20070216</version> |
| 372 | </dependency> |
| 373 | <dependency> |
| 374 | <groupId>net.sf.ehcache</groupId> |
| 375 | <artifactId>ehcache</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 376 | <version>2.10.9.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 377 | </dependency> |
| 378 | <dependency> |
| 379 | <groupId>net.sf.jung</groupId> |
| 380 | <artifactId>jung-algorithms</artifactId> |
| 381 | <version>2.1.1</version> |
| 382 | </dependency> |
| 383 | <dependency> |
| 384 | <groupId>net.sf.jung</groupId> |
| 385 | <artifactId>jung-api</artifactId> |
| 386 | <version>2.1.1</version> |
| 387 | </dependency> |
| 388 | <dependency> |
| 389 | <groupId>net.sf.jung</groupId> |
| 390 | <artifactId>jung-graph-impl</artifactId> |
| 391 | <version>2.1.1</version> |
| 392 | </dependency> |
| 393 | <dependency> |
| 394 | <groupId>net.sourceforge.jtds</groupId> |
| 395 | <artifactId>jtds</artifactId> |
| 396 | <version>1.3.1</version> |
| 397 | </dependency> |
| 398 | <dependency> |
| 399 | <groupId>org.agrona</groupId> |
| 400 | <artifactId>agrona</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 401 | <version>1.9.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 402 | </dependency> |
| 403 | <dependency> |
| 404 | <groupId>org.antlr</groupId> |
| 405 | <artifactId>antlr4-runtime</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 406 | <version>4.9.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 407 | </dependency> |
| 408 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 409 | <groupId>org.apache.aries.blueprint</groupId> |
| 410 | <artifactId>org.apache.aries.blueprint.api</artifactId> |
| 411 | <version>1.0.1</version> |
| 412 | </dependency> |
| 413 | <dependency> |
| 414 | <groupId>org.apache.aries.blueprint</groupId> |
| 415 | <artifactId>org.apache.aries.blueprint.cm</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 416 | <version>1.3.2</version> |
| 417 | </dependency> |
| 418 | <dependency> |
| 419 | <groupId>org.apache.aries.blueprint</groupId> |
| 420 | <artifactId>org.apache.aries.blueprint.core</artifactId> |
| 421 | <version>1.10.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 422 | </dependency> |
| 423 | <dependency> |
| 424 | <groupId>org.apache.aries.blueprint</groupId> |
| 425 | <artifactId>org.apache.aries.blueprint.core.compatibility</artifactId> |
| 426 | <version>1.0.0</version> |
| 427 | </dependency> |
| 428 | <dependency> |
| 429 | <groupId>org.apache.aries.blueprint</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 430 | <artifactId>org.apache.aries.blueprint.webosgi</artifactId> |
| 431 | <version>1.0.1</version> |
| 432 | </dependency> |
| 433 | <dependency> |
| 434 | <groupId>org.apache.aries.jmx</groupId> |
| 435 | <artifactId>org.apache.aries.jmx.api</artifactId> |
| 436 | <version>1.1.5</version> |
| 437 | </dependency> |
| 438 | <dependency> |
| 439 | <groupId>org.apache.aries.jmx</groupId> |
| 440 | <artifactId>org.apache.aries.jmx.blueprint.api</artifactId> |
| 441 | <version>1.2.0</version> |
| 442 | </dependency> |
| 443 | <dependency> |
| 444 | <groupId>org.apache.aries.jmx</groupId> |
| 445 | <artifactId>org.apache.aries.jmx.blueprint.core</artifactId> |
| 446 | <version>1.2.0</version> |
| 447 | </dependency> |
| 448 | <dependency> |
| 449 | <groupId>org.apache.aries.jmx</groupId> |
| 450 | <artifactId>org.apache.aries.jmx.core</artifactId> |
| 451 | <version>1.1.8</version> |
| 452 | </dependency> |
| 453 | <dependency> |
| 454 | <groupId>org.apache.aries.jmx</groupId> |
| 455 | <artifactId>org.apache.aries.jmx.whiteboard</artifactId> |
| 456 | <version>1.2.0</version> |
| 457 | </dependency> |
| 458 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 459 | <groupId>org.apache.aries</groupId> |
| 460 | <artifactId>org.apache.aries.util</artifactId> |
| 461 | <version>1.1.3</version> |
| 462 | </dependency> |
| 463 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 464 | <groupId>org.apache.aries.proxy</groupId> |
| 465 | <artifactId>org.apache.aries.proxy</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 466 | <version>1.1.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 467 | </dependency> |
| 468 | <dependency> |
| 469 | <groupId>org.apache.aries.quiesce</groupId> |
| 470 | <artifactId>org.apache.aries.quiesce.api</artifactId> |
| 471 | <version>1.0.0</version> |
| 472 | </dependency> |
| 473 | <dependency> |
| 474 | <groupId>org.apache.aries.spifly</groupId> |
| 475 | <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 476 | <version>1.3.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 477 | </dependency> |
| 478 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 479 | <groupId>org.apache.aries.transaction</groupId> |
| 480 | <artifactId>org.apache.aries.transaction.manager</artifactId> |
| 481 | <version>1.3.3</version> |
| 482 | </dependency> |
| 483 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 484 | <groupId>org.apache.commons</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 485 | <artifactId>commons-dbcp2</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 486 | <version>2.8.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 487 | </dependency> |
| 488 | <dependency> |
| 489 | <groupId>org.apache.commons</groupId> |
| 490 | <artifactId>commons-lang3</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 491 | <version>3.12.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 492 | </dependency> |
| 493 | <dependency> |
| 494 | <groupId>org.apache.commons</groupId> |
| 495 | <artifactId>commons-pool2</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 496 | <version>2.9.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 497 | </dependency> |
| 498 | <dependency> |
| 499 | <groupId>org.apache.commons</groupId> |
| 500 | <artifactId>commons-text</artifactId> |
| 501 | <version>1.9</version> |
| 502 | </dependency> |
| 503 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 504 | <groupId>org.apache.derby</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 505 | <artifactId>derby</artifactId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 506 | <version>10.14.2.0</version> |
| 507 | </dependency> |
| 508 | <dependency> |
| 509 | <groupId>org.apache.derby</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 510 | <artifactId>derbyclient</artifactId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 511 | <version>10.14.2.0</version> |
| 512 | </dependency> |
| 513 | <dependency> |
| 514 | <groupId>org.apache.felix</groupId> |
| 515 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
| 516 | <version>2.0.10</version> |
| 517 | </dependency> |
| 518 | <dependency> |
| 519 | <groupId>org.apache.felix</groupId> |
| 520 | <artifactId>org.apache.felix.cm.json</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 521 | <version>1.0.6</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 522 | </dependency> |
| 523 | <dependency> |
| 524 | <groupId>org.apache.felix</groupId> |
| 525 | <artifactId>org.apache.felix.configadmin</artifactId> |
Michael DÜrre | 4f50392 | 2021-10-29 07:53:09 +0200 | [diff] [blame] | 526 | <version>1.9.22</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 527 | </dependency> |
| 528 | <dependency> |
| 529 | <groupId>org.apache.felix</groupId> |
| 530 | <artifactId>org.apache.felix.configadmin.plugin.interpolation</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 531 | <version>1.1.4</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 532 | </dependency> |
| 533 | <dependency> |
| 534 | <groupId>org.apache.felix</groupId> |
| 535 | <artifactId>org.apache.felix.configurator</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 536 | <version>1.0.14</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 537 | </dependency> |
| 538 | <dependency> |
| 539 | <groupId>org.apache.felix</groupId> |
| 540 | <artifactId>org.apache.felix.converter</artifactId> |
| 541 | <version>1.0.14</version> |
| 542 | </dependency> |
| 543 | <dependency> |
| 544 | <groupId>org.apache.felix</groupId> |
| 545 | <artifactId>org.apache.felix.coordinator</artifactId> |
| 546 | <version>1.0.2</version> |
| 547 | </dependency> |
| 548 | <dependency> |
| 549 | <groupId>org.apache.felix</groupId> |
| 550 | <artifactId>org.apache.felix.fileinstall</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 551 | <version>3.7.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 552 | </dependency> |
| 553 | <dependency> |
| 554 | <groupId>org.apache.felix</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 555 | <artifactId>org.apache.felix.framework</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 556 | <version>6.0.5</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 557 | </dependency> |
| 558 | <dependency> |
| 559 | <groupId>org.apache.felix</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 560 | <artifactId>org.apache.felix.framework.security</artifactId> |
| 561 | <version>2.6.1</version> |
| 562 | </dependency> |
| 563 | <dependency> |
| 564 | <groupId>org.apache.felix</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 565 | <artifactId>org.apache.felix.http.jetty</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 566 | <version>4.1.10</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 567 | </dependency> |
| 568 | <dependency> |
| 569 | <groupId>org.apache.felix</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 570 | <artifactId>org.apache.felix.httplite.complete</artifactId> |
| 571 | <version>0.1.6</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 572 | </dependency> |
| 573 | <dependency> |
| 574 | <groupId>org.apache.felix</groupId> |
| 575 | <artifactId>org.apache.felix.http.servlet-api</artifactId> |
| 576 | <version>1.1.2</version> |
| 577 | </dependency> |
| 578 | <dependency> |
| 579 | <groupId>org.apache.felix</groupId> |
| 580 | <artifactId>org.apache.felix.http.whiteboard</artifactId> |
| 581 | <version>4.0.0</version> |
| 582 | </dependency> |
| 583 | <dependency> |
| 584 | <groupId>org.apache.felix</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 585 | <artifactId>org.apache.felix.inventory</artifactId> |
| 586 | <version>1.0.6</version> |
| 587 | </dependency> |
| 588 | <dependency> |
| 589 | <groupId>org.apache.felix</groupId> |
| 590 | <artifactId>org.apache.felix.metatype</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 591 | <version>1.2.4</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 592 | </dependency> |
| 593 | <dependency> |
| 594 | <groupId>org.apache.felix</groupId> |
| 595 | <artifactId>org.apache.felix.scr</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 596 | <version>2.1.28</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 597 | </dependency> |
| 598 | <dependency> |
| 599 | <groupId>org.apache.felix</groupId> |
| 600 | <artifactId>org.apache.felix.webconsole.plugins.ds</artifactId> |
| 601 | <version>2.1.0</version> |
| 602 | </dependency> |
| 603 | <dependency> |
| 604 | <groupId>org.apache.felix</groupId> |
| 605 | <artifactId>org.apache.felix.webconsole.plugins.event</artifactId> |
| 606 | <version>1.1.8</version> |
| 607 | </dependency> |
| 608 | <dependency> |
| 609 | <groupId>org.apache.felix</groupId> |
| 610 | <artifactId>org.apache.felix.webconsole.plugins.memoryusage</artifactId> |
| 611 | <version>1.0.10</version> |
| 612 | </dependency> |
| 613 | <dependency> |
| 614 | <groupId>org.apache.felix</groupId> |
| 615 | <artifactId>org.osgi.service.obr</artifactId> |
| 616 | <version>1.0.2</version> |
| 617 | </dependency> |
| 618 | <dependency> |
| 619 | <groupId>org.apache.geronimo.bundles</groupId> |
| 620 | <artifactId>commons-discovery</artifactId> |
| 621 | <version>0.4_1</version> |
| 622 | </dependency> |
| 623 | <dependency> |
| 624 | <groupId>org.apache.geronimo.components</groupId> |
| 625 | <artifactId>geronimo-connector</artifactId> |
| 626 | <version>3.1.4</version> |
| 627 | </dependency> |
| 628 | <dependency> |
| 629 | <groupId>org.apache.geronimo.specs</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 630 | <artifactId>geronimo-annotation_1.1_spec</artifactId> |
| 631 | <version>1.0.1</version> |
| 632 | </dependency> |
| 633 | <dependency> |
| 634 | <groupId>org.apache.geronimo.specs</groupId> |
| 635 | <artifactId>geronimo-atinject_1.0_spec</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 636 | <version>1.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 637 | </dependency> |
| 638 | <dependency> |
| 639 | <groupId>org.apache.geronimo.specs</groupId> |
| 640 | <artifactId>geronimo-ejb_3.1_spec</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 641 | <version>1.0.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 642 | </dependency> |
| 643 | <dependency> |
| 644 | <groupId>org.apache.geronimo.specs</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 645 | <artifactId>geronimo-j2ee-connector_1.6_spec</artifactId> |
| 646 | <version>1.0</version> |
| 647 | </dependency> |
| 648 | <dependency> |
| 649 | <groupId>org.apache.geronimo.specs</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 650 | <artifactId>geronimo-jaspic_1.0_spec</artifactId> |
| 651 | <version>1.1</version> |
| 652 | </dependency> |
| 653 | <dependency> |
| 654 | <groupId>org.apache.geronimo.specs</groupId> |
| 655 | <artifactId>geronimo-jaxrpc_1.1_spec</artifactId> |
| 656 | <version>2.1</version> |
| 657 | </dependency> |
| 658 | <dependency> |
| 659 | <groupId>org.apache.geronimo.specs</groupId> |
| 660 | <artifactId>geronimo-jaxws_2.2_spec</artifactId> |
| 661 | <version>1.0</version> |
| 662 | </dependency> |
| 663 | <dependency> |
| 664 | <groupId>org.apache.geronimo.specs</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 665 | <artifactId>geronimo-jta_1.1_spec</artifactId> |
| 666 | <version>1.1.1</version> |
| 667 | </dependency> |
| 668 | <dependency> |
| 669 | <groupId>org.apache.geronimo.specs</groupId> |
| 670 | <artifactId>geronimo-osgi-registry</artifactId> |
| 671 | <version>1.1</version> |
| 672 | </dependency> |
| 673 | <dependency> |
| 674 | <groupId>org.apache.geronimo.specs</groupId> |
| 675 | <artifactId>geronimo-stax-api_1.2_spec</artifactId> |
| 676 | <version>1.1</version> |
| 677 | </dependency> |
| 678 | <dependency> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 679 | <groupId>org.apache.kafka</groupId> |
| 680 | <artifactId>kafka-clients</artifactId> |
| 681 | <version>2.6.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 682 | </dependency> |
| 683 | <dependency> |
| 684 | <groupId>org.apache.karaf.audit</groupId> |
| 685 | <artifactId>org.apache.karaf.audit.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 686 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 687 | </dependency> |
| 688 | <dependency> |
| 689 | <groupId>org.apache.karaf.bundle</groupId> |
| 690 | <artifactId>org.apache.karaf.bundle.blueprintstate</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 691 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 692 | </dependency> |
| 693 | <dependency> |
| 694 | <groupId>org.apache.karaf.bundle</groupId> |
| 695 | <artifactId>org.apache.karaf.bundle.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 696 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 697 | </dependency> |
| 698 | <dependency> |
| 699 | <groupId>org.apache.karaf.config</groupId> |
| 700 | <artifactId>org.apache.karaf.config.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 701 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 702 | </dependency> |
| 703 | <dependency> |
| 704 | <groupId>org.apache.karaf.deployer</groupId> |
| 705 | <artifactId>org.apache.karaf.deployer.blueprint</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 706 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 707 | </dependency> |
| 708 | <dependency> |
| 709 | <groupId>org.apache.karaf.deployer</groupId> |
| 710 | <artifactId>org.apache.karaf.deployer.features</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 711 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 712 | </dependency> |
| 713 | <dependency> |
| 714 | <groupId>org.apache.karaf.deployer</groupId> |
| 715 | <artifactId>org.apache.karaf.deployer.kar</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 716 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 717 | </dependency> |
| 718 | <dependency> |
| 719 | <groupId>org.apache.karaf.deployer</groupId> |
| 720 | <artifactId>org.apache.karaf.deployer.wrap</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 721 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 722 | </dependency> |
| 723 | <dependency> |
| 724 | <groupId>org.apache.karaf.diagnostic</groupId> |
| 725 | <artifactId>org.apache.karaf.diagnostic.boot</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 726 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 727 | </dependency> |
| 728 | <dependency> |
| 729 | <groupId>org.apache.karaf.diagnostic</groupId> |
| 730 | <artifactId>org.apache.karaf.diagnostic.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 731 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 732 | </dependency> |
| 733 | <dependency> |
| 734 | <groupId>org.apache.karaf.features</groupId> |
| 735 | <artifactId>org.apache.karaf.features.command</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 736 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 737 | </dependency> |
| 738 | <dependency> |
| 739 | <groupId>org.apache.karaf.features</groupId> |
| 740 | <artifactId>org.apache.karaf.features.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 741 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 742 | </dependency> |
| 743 | <dependency> |
| 744 | <groupId>org.apache.karaf.features</groupId> |
| 745 | <artifactId>org.apache.karaf.features.extension</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 746 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 747 | </dependency> |
| 748 | <dependency> |
| 749 | <groupId>org.apache.karaf.http</groupId> |
| 750 | <artifactId>org.apache.karaf.http.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 751 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 752 | </dependency> |
| 753 | <dependency> |
| 754 | <groupId>org.apache.karaf.instance</groupId> |
| 755 | <artifactId>org.apache.karaf.instance.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 756 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 757 | </dependency> |
| 758 | <dependency> |
| 759 | <groupId>org.apache.karaf.jaas.blueprint</groupId> |
| 760 | <artifactId>org.apache.karaf.jaas.blueprint.config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 761 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 762 | </dependency> |
| 763 | <dependency> |
| 764 | <groupId>org.apache.karaf.jaas.blueprint</groupId> |
| 765 | <artifactId>org.apache.karaf.jaas.blueprint.jasypt</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 766 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 767 | </dependency> |
| 768 | <dependency> |
| 769 | <groupId>org.apache.karaf.jaas</groupId> |
| 770 | <artifactId>org.apache.karaf.jaas.boot</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 771 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 772 | </dependency> |
| 773 | <dependency> |
| 774 | <groupId>org.apache.karaf.jaas</groupId> |
| 775 | <artifactId>org.apache.karaf.jaas.command</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 776 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 777 | </dependency> |
| 778 | <dependency> |
| 779 | <groupId>org.apache.karaf.jaas</groupId> |
| 780 | <artifactId>org.apache.karaf.jaas.config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 781 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 782 | </dependency> |
| 783 | <dependency> |
| 784 | <groupId>org.apache.karaf.jaas</groupId> |
| 785 | <artifactId>org.apache.karaf.jaas.jasypt</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 786 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 787 | </dependency> |
| 788 | <dependency> |
| 789 | <groupId>org.apache.karaf.jaas</groupId> |
| 790 | <artifactId>org.apache.karaf.jaas.modules</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 791 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 792 | </dependency> |
| 793 | <dependency> |
| 794 | <groupId>org.apache.karaf.jaas</groupId> |
| 795 | <artifactId>org.apache.karaf.jaas.spring-security-crypto</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 796 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 797 | </dependency> |
| 798 | <dependency> |
| 799 | <groupId>org.apache.karaf.jdbc</groupId> |
| 800 | <artifactId>org.apache.karaf.jdbc.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 801 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 802 | </dependency> |
| 803 | <dependency> |
| 804 | <groupId>org.apache.karaf.kar</groupId> |
| 805 | <artifactId>org.apache.karaf.kar.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 806 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 807 | </dependency> |
| 808 | <dependency> |
| 809 | <groupId>org.apache.karaf.log</groupId> |
| 810 | <artifactId>org.apache.karaf.log.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 811 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 812 | </dependency> |
| 813 | <dependency> |
| 814 | <groupId>org.apache.karaf.management</groupId> |
| 815 | <artifactId>org.apache.karaf.management.server</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 816 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 817 | </dependency> |
| 818 | <dependency> |
| 819 | <groupId>org.apache.karaf</groupId> |
| 820 | <artifactId>manual</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 821 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 822 | </dependency> |
| 823 | <dependency> |
| 824 | <groupId>org.apache.karaf.maven</groupId> |
| 825 | <artifactId>org.apache.karaf.maven.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 826 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 827 | </dependency> |
| 828 | <dependency> |
| 829 | <groupId>org.apache.karaf.obr</groupId> |
| 830 | <artifactId>org.apache.karaf.obr.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 831 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 832 | </dependency> |
| 833 | <dependency> |
| 834 | <groupId>org.apache.karaf</groupId> |
| 835 | <artifactId>org.apache.karaf.client</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 836 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 837 | </dependency> |
| 838 | <dependency> |
| 839 | <groupId>org.apache.karaf</groupId> |
| 840 | <artifactId>org.apache.karaf.event</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 841 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 842 | </dependency> |
| 843 | <dependency> |
| 844 | <groupId>org.apache.karaf.package</groupId> |
| 845 | <artifactId>org.apache.karaf.package.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 846 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 847 | </dependency> |
| 848 | <dependency> |
| 849 | <groupId>org.apache.karaf.profile</groupId> |
| 850 | <artifactId>org.apache.karaf.profile.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 851 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 852 | </dependency> |
| 853 | <dependency> |
| 854 | <groupId>org.apache.karaf.scheduler</groupId> |
| 855 | <artifactId>org.apache.karaf.scheduler.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 856 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 857 | </dependency> |
| 858 | <dependency> |
| 859 | <groupId>org.apache.karaf.scr</groupId> |
| 860 | <artifactId>org.apache.karaf.scr.management</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 861 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 862 | </dependency> |
| 863 | <dependency> |
| 864 | <groupId>org.apache.karaf.scr</groupId> |
| 865 | <artifactId>org.apache.karaf.scr.state</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 866 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 867 | </dependency> |
| 868 | <dependency> |
| 869 | <groupId>org.apache.karaf.service</groupId> |
| 870 | <artifactId>org.apache.karaf.service.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 871 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 872 | </dependency> |
| 873 | <dependency> |
| 874 | <groupId>org.apache.karaf.service</groupId> |
| 875 | <artifactId>org.apache.karaf.service.guard</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 876 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 877 | </dependency> |
| 878 | <dependency> |
| 879 | <groupId>org.apache.karaf.services</groupId> |
| 880 | <artifactId>org.apache.karaf.services.eventadmin</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 881 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 882 | </dependency> |
| 883 | <dependency> |
| 884 | <groupId>org.apache.karaf.shell</groupId> |
| 885 | <artifactId>org.apache.karaf.shell.commands</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 886 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 887 | </dependency> |
| 888 | <dependency> |
| 889 | <groupId>org.apache.karaf.shell</groupId> |
| 890 | <artifactId>org.apache.karaf.shell.console</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 891 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 892 | </dependency> |
| 893 | <dependency> |
| 894 | <groupId>org.apache.karaf.shell</groupId> |
| 895 | <artifactId>org.apache.karaf.shell.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 896 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 897 | </dependency> |
| 898 | <dependency> |
| 899 | <groupId>org.apache.karaf.shell</groupId> |
| 900 | <artifactId>org.apache.karaf.shell.ssh</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 901 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 902 | </dependency> |
| 903 | <dependency> |
| 904 | <groupId>org.apache.karaf.shell</groupId> |
| 905 | <artifactId>org.apache.karaf.shell.table</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 906 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 907 | </dependency> |
| 908 | <dependency> |
| 909 | <groupId>org.apache.karaf.system</groupId> |
| 910 | <artifactId>org.apache.karaf.system.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 911 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 912 | </dependency> |
| 913 | <dependency> |
| 914 | <groupId>org.apache.karaf.tooling</groupId> |
| 915 | <artifactId>org.apache.karaf.tools.utils</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 916 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 917 | </dependency> |
| 918 | <dependency> |
| 919 | <groupId>org.apache.karaf.webconsole</groupId> |
| 920 | <artifactId>org.apache.karaf.webconsole.console</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 921 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 922 | </dependency> |
| 923 | <dependency> |
| 924 | <groupId>org.apache.karaf.webconsole</groupId> |
| 925 | <artifactId>org.apache.karaf.webconsole.features</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 926 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 927 | </dependency> |
| 928 | <dependency> |
| 929 | <groupId>org.apache.karaf.webconsole</groupId> |
| 930 | <artifactId>org.apache.karaf.webconsole.gogo</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 931 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 932 | </dependency> |
| 933 | <dependency> |
| 934 | <groupId>org.apache.karaf.webconsole</groupId> |
| 935 | <artifactId>org.apache.karaf.webconsole.http</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 936 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 937 | </dependency> |
| 938 | <dependency> |
| 939 | <groupId>org.apache.karaf.webconsole</groupId> |
| 940 | <artifactId>org.apache.karaf.webconsole.instance</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 941 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 942 | </dependency> |
| 943 | <dependency> |
| 944 | <groupId>org.apache.karaf.web</groupId> |
| 945 | <artifactId>org.apache.karaf.web.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 946 | <version>4.3.3</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 947 | </dependency> |
| 948 | <dependency> |
| 949 | <groupId>org.apache.karaf.wrapper</groupId> |
| 950 | <artifactId>org.apache.karaf.wrapper.core</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 951 | <version>4.3.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 952 | </dependency> |
| 953 | <dependency> |
| 954 | <groupId>org.apache.myfaces.core</groupId> |
| 955 | <artifactId>myfaces-api</artifactId> |
| 956 | <version>2.3.3</version> |
| 957 | </dependency> |
| 958 | <dependency> |
| 959 | <groupId>org.apache.myfaces.core</groupId> |
| 960 | <artifactId>myfaces-impl</artifactId> |
| 961 | <version>2.3.3</version> |
| 962 | </dependency> |
| 963 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 964 | <groupId>org.apache.servicemix.bundles</groupId> |
| 965 | <artifactId>org.apache.servicemix.bundles.c3p0</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 966 | <version>0.9.5.5_1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 967 | </dependency> |
| 968 | <dependency> |
| 969 | <groupId>org.apache.servicemix.bundles</groupId> |
| 970 | <artifactId>org.apache.servicemix.bundles.cglib</artifactId> |
| 971 | <version>3.3.0_1</version> |
| 972 | </dependency> |
| 973 | <dependency> |
| 974 | <groupId>org.apache.servicemix.bundles</groupId> |
| 975 | <artifactId>org.apache.servicemix.bundles.commons-digester</artifactId> |
| 976 | <version>1.8_4</version> |
| 977 | </dependency> |
| 978 | <dependency> |
| 979 | <groupId>org.apache.servicemix.bundles</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 980 | <artifactId>org.apache.servicemix.bundles.jasypt</artifactId> |
| 981 | <version>1.9.3_1</version> |
| 982 | </dependency> |
| 983 | <dependency> |
| 984 | <groupId>org.apache.servicemix.bundles</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 985 | <artifactId>org.apache.servicemix.bundles.jasypt-spring31</artifactId> |
| 986 | <version>1.9.3_1</version> |
| 987 | </dependency> |
| 988 | <dependency> |
| 989 | <groupId>org.apache.servicemix.bundles</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 990 | <artifactId>org.apache.servicemix.bundles.javax-inject</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 991 | <version>1_3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 992 | </dependency> |
| 993 | <dependency> |
| 994 | <groupId>org.apache.servicemix.bundles</groupId> |
Michael DÜrre | 4f50392 | 2021-10-29 07:53:09 +0200 | [diff] [blame] | 995 | <artifactId>org.apache.servicemix.bundles.javax-websocket-api</artifactId> |
| 996 | <version>1.1_1</version> |
| 997 | </dependency> |
| 998 | <dependency> |
| 999 | <groupId>org.apache.servicemix.bundles</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1000 | <artifactId>org.apache.servicemix.bundles.jsr305</artifactId> |
| 1001 | <version>1.3.9_1</version> |
| 1002 | </dependency> |
| 1003 | <dependency> |
| 1004 | <groupId>org.apache.servicemix.bundles</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1005 | <artifactId>org.apache.servicemix.bundles.spring-security-crypto</artifactId> |
Michael DÜrre | 4f50392 | 2021-10-29 07:53:09 +0200 | [diff] [blame] | 1006 | <version>5.3.3.RELEASE_2</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1007 | </dependency> |
| 1008 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1009 | <groupId>org.apache.servicemix.specs</groupId> |
| 1010 | <artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId> |
| 1011 | <version>2.9.0</version> |
| 1012 | </dependency> |
| 1013 | <dependency> |
| 1014 | <groupId>org.apache.servicemix.specs</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1015 | <artifactId>org.apache.servicemix.specs.javamail-api-1.4</artifactId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1016 | <version>2.9.0</version> |
| 1017 | </dependency> |
| 1018 | <dependency> |
| 1019 | <groupId>org.apache.servicemix.specs</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1020 | <artifactId>org.apache.servicemix.specs.java-persistence-api-2.0</artifactId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1021 | <version>2.9.0</version> |
| 1022 | </dependency> |
| 1023 | <dependency> |
| 1024 | <groupId>org.apache.servicemix.specs</groupId> |
| 1025 | <artifactId>org.apache.servicemix.specs.jaxb-api-2.2</artifactId> |
| 1026 | <version>2.9.0</version> |
| 1027 | </dependency> |
| 1028 | <dependency> |
| 1029 | <groupId>org.apache.servicemix.specs</groupId> |
| 1030 | <artifactId>org.apache.servicemix.specs.jaxp-api-1.3</artifactId> |
| 1031 | <version>2.9.0</version> |
| 1032 | </dependency> |
| 1033 | <dependency> |
| 1034 | <groupId>org.apache.servicemix.specs</groupId> |
| 1035 | <artifactId>org.apache.servicemix.specs.jsr250-1.0</artifactId> |
| 1036 | <version>2.9.0</version> |
| 1037 | </dependency> |
| 1038 | <dependency> |
| 1039 | <groupId>org.apache.servicemix.specs</groupId> |
| 1040 | <artifactId>org.apache.servicemix.specs.jsr303-api-1.0.0</artifactId> |
| 1041 | <version>2.9.0</version> |
| 1042 | </dependency> |
| 1043 | <dependency> |
| 1044 | <groupId>org.apache.servicemix.specs</groupId> |
| 1045 | <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId> |
| 1046 | <version>2.9.0</version> |
| 1047 | </dependency> |
| 1048 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1049 | <groupId>org.apache.sling</groupId> |
| 1050 | <artifactId>org.apache.sling.commons.johnzon</artifactId> |
| 1051 | <version>1.2.6</version> |
| 1052 | </dependency> |
| 1053 | <dependency> |
| 1054 | <groupId>org.apache.sshd</groupId> |
| 1055 | <artifactId>sshd-osgi</artifactId> |
| 1056 | <version>2.5.1</version> |
| 1057 | </dependency> |
| 1058 | <dependency> |
| 1059 | <groupId>org.apache.sshd</groupId> |
| 1060 | <artifactId>sshd-scp</artifactId> |
| 1061 | <version>2.5.1</version> |
| 1062 | </dependency> |
| 1063 | <dependency> |
| 1064 | <groupId>org.apache.sshd</groupId> |
| 1065 | <artifactId>sshd-sftp</artifactId> |
| 1066 | <version>2.5.1</version> |
| 1067 | </dependency> |
| 1068 | <dependency> |
| 1069 | <groupId>org.apache.xbean</groupId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1070 | <artifactId>xbean-bundleutils</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1071 | <version>4.20</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1072 | </dependency> |
| 1073 | <dependency> |
| 1074 | <groupId>org.apache.xbean</groupId> |
| 1075 | <artifactId>xbean-finder</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1076 | <version>4.20</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1077 | </dependency> |
| 1078 | <dependency> |
| 1079 | <groupId>org.apache.xbean</groupId> |
| 1080 | <artifactId>xbean-reflect</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1081 | <version>4.20</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1082 | </dependency> |
| 1083 | <dependency> |
| 1084 | <groupId>org.checkerframework</groupId> |
| 1085 | <artifactId>checker-qual</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1086 | <version>3.8.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1087 | </dependency> |
| 1088 | <dependency> |
| 1089 | <groupId>org.codehaus.woodstox</groupId> |
| 1090 | <artifactId>stax2-api</artifactId> |
| 1091 | <version>4.2.1</version> |
| 1092 | </dependency> |
| 1093 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1094 | <groupId>org.eclipse.jdt.core.compiler</groupId> |
| 1095 | <artifactId>ecj</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1096 | <version>4.6.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1097 | </dependency> |
| 1098 | <dependency> |
| 1099 | <groupId>org.eclipse.jdt</groupId> |
| 1100 | <artifactId>org.eclipse.jdt.annotation</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1101 | <version>2.2.600</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1102 | </dependency> |
| 1103 | <dependency> |
| 1104 | <groupId>org.eclipse.jetty.alpn</groupId> |
| 1105 | <artifactId>alpn-api</artifactId> |
| 1106 | <version>1.1.2.v20150522</version> |
| 1107 | </dependency> |
| 1108 | <dependency> |
| 1109 | <groupId>org.eclipse.jetty.http2</groupId> |
| 1110 | <artifactId>http2-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1111 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1112 | </dependency> |
| 1113 | <dependency> |
| 1114 | <groupId>org.eclipse.jetty.http2</groupId> |
| 1115 | <artifactId>http2-hpack</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1116 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1117 | </dependency> |
| 1118 | <dependency> |
| 1119 | <groupId>org.eclipse.jetty.http2</groupId> |
| 1120 | <artifactId>http2-server</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1121 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1122 | </dependency> |
| 1123 | <dependency> |
| 1124 | <groupId>org.eclipse.jetty</groupId> |
| 1125 | <artifactId>jetty-alpn-server</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1126 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1127 | </dependency> |
| 1128 | <dependency> |
| 1129 | <groupId>org.eclipse.jetty</groupId> |
| 1130 | <artifactId>jetty-client</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1131 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1132 | </dependency> |
| 1133 | <dependency> |
| 1134 | <groupId>org.eclipse.jetty</groupId> |
| 1135 | <artifactId>jetty-continuation</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1136 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1137 | </dependency> |
| 1138 | <dependency> |
| 1139 | <groupId>org.eclipse.jetty</groupId> |
| 1140 | <artifactId>jetty-deploy</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1141 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1142 | </dependency> |
| 1143 | <dependency> |
| 1144 | <groupId>org.eclipse.jetty</groupId> |
| 1145 | <artifactId>jetty-http</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1146 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1147 | </dependency> |
| 1148 | <dependency> |
| 1149 | <groupId>org.eclipse.jetty</groupId> |
| 1150 | <artifactId>jetty-io</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1151 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1152 | </dependency> |
| 1153 | <dependency> |
| 1154 | <groupId>org.eclipse.jetty</groupId> |
| 1155 | <artifactId>jetty-jaas</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1156 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1157 | </dependency> |
| 1158 | <dependency> |
| 1159 | <groupId>org.eclipse.jetty</groupId> |
| 1160 | <artifactId>jetty-jaspi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1161 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1162 | </dependency> |
| 1163 | <dependency> |
| 1164 | <groupId>org.eclipse.jetty</groupId> |
| 1165 | <artifactId>jetty-jmx</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1166 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1167 | </dependency> |
| 1168 | <dependency> |
| 1169 | <groupId>org.eclipse.jetty</groupId> |
| 1170 | <artifactId>jetty-jndi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1171 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1172 | </dependency> |
| 1173 | <dependency> |
| 1174 | <groupId>org.eclipse.jetty</groupId> |
| 1175 | <artifactId>jetty-plus</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1176 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1177 | </dependency> |
| 1178 | <dependency> |
| 1179 | <groupId>org.eclipse.jetty</groupId> |
| 1180 | <artifactId>jetty-proxy</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1181 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1182 | </dependency> |
| 1183 | <dependency> |
| 1184 | <groupId>org.eclipse.jetty</groupId> |
| 1185 | <artifactId>jetty-rewrite</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1186 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1187 | </dependency> |
| 1188 | <dependency> |
| 1189 | <groupId>org.eclipse.jetty</groupId> |
| 1190 | <artifactId>jetty-security</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1191 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1192 | </dependency> |
| 1193 | <dependency> |
| 1194 | <groupId>org.eclipse.jetty</groupId> |
| 1195 | <artifactId>jetty-server</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1196 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1197 | </dependency> |
| 1198 | <dependency> |
| 1199 | <groupId>org.eclipse.jetty</groupId> |
| 1200 | <artifactId>jetty-servlet</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1201 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1202 | </dependency> |
| 1203 | <dependency> |
| 1204 | <groupId>org.eclipse.jetty</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1205 | <artifactId>jetty-servlets</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1206 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1207 | </dependency> |
| 1208 | <dependency> |
| 1209 | <groupId>org.eclipse.jetty</groupId> |
| 1210 | <artifactId>jetty-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1211 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1212 | </dependency> |
| 1213 | <dependency> |
| 1214 | <groupId>org.eclipse.jetty</groupId> |
| 1215 | <artifactId>jetty-util-ajax</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1216 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1217 | </dependency> |
| 1218 | <dependency> |
| 1219 | <groupId>org.eclipse.jetty</groupId> |
| 1220 | <artifactId>jetty-webapp</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1221 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1222 | </dependency> |
| 1223 | <dependency> |
| 1224 | <groupId>org.eclipse.jetty</groupId> |
| 1225 | <artifactId>jetty-xml</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1226 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1227 | </dependency> |
| 1228 | <dependency> |
| 1229 | <groupId>org.eclipse.jetty.osgi</groupId> |
| 1230 | <artifactId>jetty-osgi-alpn</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1231 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1232 | </dependency> |
| 1233 | <dependency> |
| 1234 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 1235 | <artifactId>javax-websocket-client-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1236 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1237 | </dependency> |
| 1238 | <dependency> |
| 1239 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 1240 | <artifactId>javax-websocket-server-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1241 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1242 | </dependency> |
| 1243 | <dependency> |
| 1244 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 1245 | <artifactId>websocket-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1246 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1247 | </dependency> |
| 1248 | <dependency> |
| 1249 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 1250 | <artifactId>websocket-client</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1251 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1252 | </dependency> |
| 1253 | <dependency> |
| 1254 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 1255 | <artifactId>websocket-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1256 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1257 | </dependency> |
| 1258 | <dependency> |
| 1259 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 1260 | <artifactId>websocket-server</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1261 | <version>9.4.43.v20210629</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1262 | </dependency> |
| 1263 | <dependency> |
| 1264 | <groupId>org.eclipse.jetty.websocket</groupId> |
| 1265 | <artifactId>websocket-servlet</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1266 | <version>9.4.43.v20210629</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1267 | </dependency> |
| 1268 | <dependency> |
| 1269 | <groupId>org.eclipse.platform</groupId> |
| 1270 | <artifactId>org.eclipse.osgi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1271 | <version>3.16.300</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1272 | </dependency> |
| 1273 | <dependency> |
| 1274 | <groupId>org.fusesource.jansi</groupId> |
| 1275 | <artifactId>jansi</artifactId> |
| 1276 | <version>1.18</version> |
| 1277 | </dependency> |
| 1278 | <dependency> |
| 1279 | <groupId>org.glassfish.hk2.external</groupId> |
| 1280 | <artifactId>aopalliance-repackaged</artifactId> |
| 1281 | <version>2.5.0-b42</version> |
| 1282 | </dependency> |
| 1283 | <dependency> |
| 1284 | <groupId>org.glassfish.hk2.external</groupId> |
| 1285 | <artifactId>javax.inject</artifactId> |
| 1286 | <version>2.5.0-b42</version> |
| 1287 | </dependency> |
| 1288 | <dependency> |
| 1289 | <groupId>org.glassfish.hk2</groupId> |
| 1290 | <artifactId>hk2-api</artifactId> |
| 1291 | <version>2.5.0-b42</version> |
| 1292 | </dependency> |
| 1293 | <dependency> |
| 1294 | <groupId>org.glassfish.hk2</groupId> |
| 1295 | <artifactId>hk2-locator</artifactId> |
| 1296 | <version>2.5.0-b42</version> |
| 1297 | </dependency> |
| 1298 | <dependency> |
| 1299 | <groupId>org.glassfish.hk2</groupId> |
| 1300 | <artifactId>hk2-utils</artifactId> |
| 1301 | <version>2.5.0-b42</version> |
| 1302 | </dependency> |
| 1303 | <dependency> |
| 1304 | <groupId>org.glassfish.hk2</groupId> |
| 1305 | <artifactId>osgi-resource-locator</artifactId> |
| 1306 | <version>1.0.1</version> |
| 1307 | </dependency> |
| 1308 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1309 | <groupId>org.glassfish.jersey.containers</groupId> |
| 1310 | <artifactId>jersey-container-servlet</artifactId> |
| 1311 | <version>2.27</version> |
| 1312 | </dependency> |
| 1313 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1314 | <groupId>org.glassfish.jersey.containers</groupId> |
| 1315 | <artifactId>jersey-container-servlet-core</artifactId> |
| 1316 | <version>2.27</version> |
| 1317 | </dependency> |
| 1318 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1319 | <groupId>org.glassfish.jersey.core</groupId> |
| 1320 | <artifactId>jersey-client</artifactId> |
| 1321 | <version>2.27</version> |
| 1322 | </dependency> |
| 1323 | <dependency> |
| 1324 | <groupId>org.glassfish.jersey.core</groupId> |
| 1325 | <artifactId>jersey-common</artifactId> |
| 1326 | <version>2.27</version> |
| 1327 | </dependency> |
| 1328 | <dependency> |
| 1329 | <groupId>org.glassfish.jersey.core</groupId> |
| 1330 | <artifactId>jersey-server</artifactId> |
| 1331 | <version>2.27</version> |
| 1332 | </dependency> |
| 1333 | <dependency> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1334 | <groupId>org.glassfish.jersey.ext</groupId> |
| 1335 | <artifactId>jersey-entity-filtering</artifactId> |
| 1336 | <version>2.27</version> |
| 1337 | </dependency> |
| 1338 | <dependency> |
| 1339 | <groupId>org.glassfish.jersey.ext</groupId> |
| 1340 | <artifactId>jersey-proxy-client</artifactId> |
| 1341 | <version>2.27</version> |
| 1342 | </dependency> |
| 1343 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1344 | <groupId>org.glassfish.jersey.inject</groupId> |
| 1345 | <artifactId>jersey-hk2</artifactId> |
| 1346 | <version>2.27</version> |
| 1347 | </dependency> |
| 1348 | <dependency> |
| 1349 | <groupId>org.glassfish.jersey.media</groupId> |
| 1350 | <artifactId>jersey-media-jaxb</artifactId> |
| 1351 | <version>2.27</version> |
| 1352 | </dependency> |
| 1353 | <dependency> |
| 1354 | <groupId>org.glassfish.jersey.media</groupId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1355 | <artifactId>jersey-media-json-jackson</artifactId> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1356 | <version>2.27</version> |
| 1357 | </dependency> |
| 1358 | <dependency> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1359 | <groupId>org.glassfish.jersey.media</groupId> |
| 1360 | <artifactId>jersey-media-sse</artifactId> |
| 1361 | <version>2.27</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1362 | </dependency> |
| 1363 | <dependency> |
| 1364 | <groupId>org.hsqldb</groupId> |
| 1365 | <artifactId>hsqldb</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1366 | <version>2.5.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1367 | </dependency> |
| 1368 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1369 | <groupId>org.javassist</groupId> |
| 1370 | <artifactId>javassist</artifactId> |
| 1371 | <version>3.27.0-GA</version> |
| 1372 | </dependency> |
| 1373 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1374 | <groupId>org.jboss.logging</groupId> |
| 1375 | <artifactId>jboss-logging</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1376 | <version>3.4.2.Final</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1377 | </dependency> |
| 1378 | <dependency> |
| 1379 | <groupId>org.jboss.narayana.osgi</groupId> |
| 1380 | <artifactId>narayana-osgi-jta</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1381 | <version>5.10.6.Final</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1382 | </dependency> |
| 1383 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1384 | <groupId>org.jboss.xnio</groupId> |
| 1385 | <artifactId>xnio-api</artifactId> |
| 1386 | <version>3.3.8.Final</version> |
| 1387 | </dependency> |
| 1388 | <dependency> |
| 1389 | <groupId>org.jboss.xnio</groupId> |
| 1390 | <artifactId>xnio-nio</artifactId> |
| 1391 | <version>3.3.8.Final</version> |
| 1392 | </dependency> |
| 1393 | <dependency> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1394 | <groupId>org.jgrapht</groupId> |
| 1395 | <artifactId>jgrapht-core</artifactId> |
| 1396 | <version>1.2.0</version> |
| 1397 | </dependency> |
| 1398 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1399 | <groupId>org.jline</groupId> |
| 1400 | <artifactId>jline</artifactId> |
| 1401 | <version>3.19.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1402 | </dependency> |
| 1403 | <dependency> |
| 1404 | <groupId>org.jline</groupId> |
| 1405 | <artifactId>jline-builtins</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1406 | <version>3.19.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1407 | </dependency> |
| 1408 | <dependency> |
| 1409 | <groupId>org.jline</groupId> |
| 1410 | <artifactId>jline-reader</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1411 | <version>3.19.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1412 | </dependency> |
| 1413 | <dependency> |
| 1414 | <groupId>org.jline</groupId> |
| 1415 | <artifactId>jline-terminal</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1416 | <version>3.19.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1417 | </dependency> |
| 1418 | <dependency> |
| 1419 | <groupId>org.jline</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1420 | <artifactId>jline-terminal-jansi</artifactId> |
| 1421 | <version>3.19.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1422 | </dependency> |
| 1423 | <dependency> |
| 1424 | <groupId>org.jolokia</groupId> |
| 1425 | <artifactId>jolokia-osgi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1426 | <version>1.7.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1427 | </dependency> |
| 1428 | <dependency> |
| 1429 | <groupId>org.json</groupId> |
| 1430 | <artifactId>json</artifactId> |
| 1431 | <version>20131018</version> |
| 1432 | </dependency> |
| 1433 | <dependency> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1434 | <groupId>org.lmdbjava</groupId> |
| 1435 | <artifactId>lmdbjava</artifactId> |
| 1436 | <version>0.7.0</version> |
| 1437 | </dependency> |
| 1438 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1439 | <groupId>org.lz4</groupId> |
| 1440 | <artifactId>lz4-java</artifactId> |
Michael DÜrre | 4f50392 | 2021-10-29 07:53:09 +0200 | [diff] [blame] | 1441 | <version>1.8.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1442 | </dependency> |
| 1443 | <dependency> |
| 1444 | <groupId>org.mariadb.jdbc</groupId> |
| 1445 | <artifactId>mariadb-java-client</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1446 | <version>2.7.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1447 | </dependency> |
| 1448 | <dependency> |
| 1449 | <groupId>org.opendaylight.aaa</groupId> |
| 1450 | <artifactId>aaa-authn-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1451 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1452 | </dependency> |
| 1453 | <dependency> |
| 1454 | <groupId>org.opendaylight.aaa</groupId> |
| 1455 | <artifactId>aaa-cert</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1456 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1457 | </dependency> |
| 1458 | <dependency> |
| 1459 | <groupId>org.opendaylight.aaa</groupId> |
| 1460 | <artifactId>aaa-cli</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1461 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1462 | </dependency> |
| 1463 | <dependency> |
| 1464 | <groupId>org.opendaylight.aaa</groupId> |
| 1465 | <artifactId>aaa-encrypt-service</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1466 | <version>0.14.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1467 | </dependency> |
| 1468 | <dependency> |
| 1469 | <groupId>org.opendaylight.aaa</groupId> |
| 1470 | <artifactId>aaa-encrypt-service-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1471 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1472 | </dependency> |
| 1473 | <dependency> |
| 1474 | <groupId>org.opendaylight.aaa</groupId> |
| 1475 | <artifactId>aaa-filterchain</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1476 | <version>0.14.7</version> |
| 1477 | </dependency> |
| 1478 | <dependency> |
| 1479 | <groupId>org.opendaylight.aaa</groupId> |
| 1480 | <artifactId>aaa-idm-store-h2</artifactId> |
| 1481 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1482 | </dependency> |
| 1483 | <dependency> |
| 1484 | <groupId>org.opendaylight.aaa</groupId> |
| 1485 | <artifactId>aaa-password-service-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1486 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1487 | </dependency> |
| 1488 | <dependency> |
| 1489 | <groupId>org.opendaylight.aaa</groupId> |
| 1490 | <artifactId>aaa-password-service-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1491 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1492 | </dependency> |
| 1493 | <dependency> |
| 1494 | <groupId>org.opendaylight.aaa</groupId> |
| 1495 | <artifactId>aaa-shiro</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1496 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1497 | </dependency> |
| 1498 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1499 | <groupId>org.opendaylight.aaa</groupId> |
| 1500 | <artifactId>aaa-shiro-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1501 | <version>0.14.7</version> |
| 1502 | </dependency> |
| 1503 | <dependency> |
| 1504 | <groupId>org.opendaylight.aaa</groupId> |
| 1505 | <artifactId>aaa-tokenauthrealm</artifactId> |
| 1506 | <version>0.14.7</version> |
Michael DÜrre | 4f50392 | 2021-10-29 07:53:09 +0200 | [diff] [blame] | 1507 | </dependency> |
| 1508 | <dependency> |
| 1509 | <groupId>org.opendaylight.aaa</groupId> |
| 1510 | <artifactId>repackaged-shiro</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1511 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1512 | </dependency> |
| 1513 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1514 | <groupId>org.opendaylight.aaa.web</groupId> |
| 1515 | <artifactId>servlet-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1516 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1517 | </dependency> |
| 1518 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1519 | <groupId>org.opendaylight.aaa.web</groupId> |
| 1520 | <artifactId>servlet-jersey2</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1521 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1522 | </dependency> |
| 1523 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1524 | <groupId>org.opendaylight.aaa.web</groupId> |
| 1525 | <artifactId>web-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1526 | <version>0.14.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1527 | </dependency> |
| 1528 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1529 | <groupId>org.opendaylight.aaa.web</groupId> |
| 1530 | <artifactId>web-osgi-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1531 | <version>0.14.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1532 | </dependency> |
| 1533 | <dependency> |
| 1534 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1535 | <artifactId>algo-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1536 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1537 | </dependency> |
| 1538 | <dependency> |
| 1539 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1540 | <artifactId>algo-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1541 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1542 | </dependency> |
| 1543 | <dependency> |
| 1544 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1545 | <artifactId>bgp-benchmark-app</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1546 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1547 | </dependency> |
| 1548 | <dependency> |
| 1549 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1550 | <artifactId>bgp-bmp-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1551 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1552 | </dependency> |
| 1553 | <dependency> |
| 1554 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1555 | <artifactId>bgp-bmp-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1556 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1557 | </dependency> |
| 1558 | <dependency> |
| 1559 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1560 | <artifactId>bgp-bmp-parser-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1561 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1562 | </dependency> |
| 1563 | <dependency> |
| 1564 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1565 | <artifactId>bgp-bmp-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1566 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1567 | </dependency> |
| 1568 | <dependency> |
| 1569 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1570 | <artifactId>bgp-cli</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1571 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1572 | </dependency> |
| 1573 | <dependency> |
| 1574 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1575 | <artifactId>bgp-concepts</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1576 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1577 | </dependency> |
| 1578 | <dependency> |
| 1579 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1580 | <artifactId>bgp-evpn</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1581 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1582 | </dependency> |
| 1583 | <dependency> |
| 1584 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1585 | <artifactId>bgp-flowspec</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1586 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1587 | </dependency> |
| 1588 | <dependency> |
| 1589 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1590 | <artifactId>bgp-inet</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1591 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1592 | </dependency> |
| 1593 | <dependency> |
| 1594 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1595 | <artifactId>bgp-l3vpn</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1596 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1597 | </dependency> |
| 1598 | <dependency> |
| 1599 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1600 | <artifactId>bgp-labeled-unicast</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1601 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1602 | </dependency> |
| 1603 | <dependency> |
| 1604 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1605 | <artifactId>bgp-linkstate</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1606 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1607 | </dependency> |
| 1608 | <dependency> |
| 1609 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1610 | <artifactId>bgp-mvpn</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1611 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1612 | </dependency> |
| 1613 | <dependency> |
| 1614 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1615 | <artifactId>bgp-openconfig-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1616 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1617 | </dependency> |
| 1618 | <dependency> |
| 1619 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1620 | <artifactId>bgp-openconfig-rp-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1621 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1622 | </dependency> |
| 1623 | <dependency> |
| 1624 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1625 | <artifactId>bgp-openconfig-rp-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1626 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1627 | </dependency> |
| 1628 | <dependency> |
| 1629 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1630 | <artifactId>bgp-openconfig-rp-statement</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1631 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1632 | </dependency> |
| 1633 | <dependency> |
| 1634 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1635 | <artifactId>bgp-openconfig-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1636 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1637 | </dependency> |
| 1638 | <dependency> |
| 1639 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1640 | <artifactId>bgp-openconfig-state</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1641 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1642 | </dependency> |
| 1643 | <dependency> |
| 1644 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1645 | <artifactId>bgp-parser-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1646 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1647 | </dependency> |
| 1648 | <dependency> |
| 1649 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1650 | <artifactId>bgp-parser-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1651 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1652 | </dependency> |
| 1653 | <dependency> |
| 1654 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1655 | <artifactId>bgp-parser-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1656 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1657 | </dependency> |
| 1658 | <dependency> |
| 1659 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1660 | <artifactId>bgp-path-selection-mode</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1661 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1662 | </dependency> |
| 1663 | <dependency> |
| 1664 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1665 | <artifactId>bgp-peer-acceptor</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1666 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1667 | </dependency> |
| 1668 | <dependency> |
| 1669 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1670 | <artifactId>bgp-rib-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1671 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1672 | </dependency> |
| 1673 | <dependency> |
| 1674 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1675 | <artifactId>bgp-rib-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1676 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1677 | </dependency> |
| 1678 | <dependency> |
| 1679 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1680 | <artifactId>bgp-rib-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1681 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1682 | </dependency> |
| 1683 | <dependency> |
| 1684 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1685 | <artifactId>bgp-route-target</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1686 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1687 | </dependency> |
| 1688 | <dependency> |
| 1689 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1690 | <artifactId>bgp-topology-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1691 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1692 | </dependency> |
| 1693 | <dependency> |
| 1694 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1695 | <artifactId>bmp-monitors-config-loader</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1696 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1697 | </dependency> |
| 1698 | <dependency> |
| 1699 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1700 | <artifactId>concepts</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1701 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1702 | </dependency> |
| 1703 | <dependency> |
| 1704 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1705 | <artifactId>config-loader-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1706 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1707 | </dependency> |
| 1708 | <dependency> |
| 1709 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1710 | <artifactId>config-loader-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1711 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1712 | </dependency> |
| 1713 | <dependency> |
| 1714 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1715 | <artifactId>data-change-counter</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1716 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1717 | </dependency> |
| 1718 | <dependency> |
| 1719 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1720 | <artifactId>graph-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1721 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1722 | </dependency> |
| 1723 | <dependency> |
| 1724 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1725 | <artifactId>graph-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1726 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1727 | </dependency> |
| 1728 | <dependency> |
| 1729 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1730 | <artifactId>pcep-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1731 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1732 | </dependency> |
| 1733 | <dependency> |
| 1734 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1735 | <artifactId>pcep-auto-bandwidth-extension</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1736 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1737 | </dependency> |
| 1738 | <dependency> |
| 1739 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1740 | <artifactId>pcep-base-parser</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1741 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1742 | </dependency> |
| 1743 | <dependency> |
| 1744 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1745 | <artifactId>pcep-cli</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1746 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1747 | </dependency> |
| 1748 | <dependency> |
| 1749 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1750 | <artifactId>pcep-ietf-p2mp-te-lsp</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1751 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1752 | </dependency> |
| 1753 | <dependency> |
| 1754 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1755 | <artifactId>pcep-ietf-stateful</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1756 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1757 | </dependency> |
| 1758 | <dependency> |
| 1759 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1760 | <artifactId>pcep-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1761 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1762 | </dependency> |
| 1763 | <dependency> |
| 1764 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1765 | <artifactId>pcep-segment-routing</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1766 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1767 | </dependency> |
| 1768 | <dependency> |
| 1769 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1770 | <artifactId>pcep-server-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1771 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1772 | </dependency> |
| 1773 | <dependency> |
| 1774 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1775 | <artifactId>pcep-server-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1776 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1777 | </dependency> |
| 1778 | <dependency> |
| 1779 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1780 | <artifactId>pcep-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1781 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1782 | </dependency> |
| 1783 | <dependency> |
| 1784 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1785 | <artifactId>pcep-topology-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1786 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1787 | </dependency> |
| 1788 | <dependency> |
| 1789 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1790 | <artifactId>pcep-topology-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1791 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1792 | </dependency> |
| 1793 | <dependency> |
| 1794 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1795 | <artifactId>pcep-topology-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1796 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1797 | </dependency> |
| 1798 | <dependency> |
| 1799 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1800 | <artifactId>pcep-topology-stats</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1801 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1802 | </dependency> |
| 1803 | <dependency> |
| 1804 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1805 | <artifactId>pcep-tunnel-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1806 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1807 | </dependency> |
| 1808 | <dependency> |
| 1809 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1810 | <artifactId>pcep-tunnel-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1811 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1812 | </dependency> |
| 1813 | <dependency> |
| 1814 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1815 | <artifactId>programming-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1816 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1817 | </dependency> |
| 1818 | <dependency> |
| 1819 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1820 | <artifactId>programming-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1821 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1822 | </dependency> |
| 1823 | <dependency> |
| 1824 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1825 | <artifactId>programming-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1826 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1827 | </dependency> |
| 1828 | <dependency> |
| 1829 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1830 | <artifactId>programming-topology-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1831 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1832 | </dependency> |
| 1833 | <dependency> |
| 1834 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1835 | <artifactId>programming-tunnel-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1836 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1837 | </dependency> |
| 1838 | <dependency> |
| 1839 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1840 | <artifactId>protocols-config-loader</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1841 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1842 | </dependency> |
| 1843 | <dependency> |
| 1844 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1845 | <artifactId>routing-policy-config-loader</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1846 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1847 | </dependency> |
| 1848 | <dependency> |
| 1849 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1850 | <artifactId>rsvp-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1851 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1852 | </dependency> |
| 1853 | <dependency> |
| 1854 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1855 | <artifactId>rsvp-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1856 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1857 | </dependency> |
| 1858 | <dependency> |
| 1859 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1860 | <artifactId>rsvp-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1861 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1862 | </dependency> |
| 1863 | <dependency> |
| 1864 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1865 | <artifactId>topology-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1866 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1867 | </dependency> |
| 1868 | <dependency> |
| 1869 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1870 | <artifactId>topology-config-loader</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1871 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1872 | </dependency> |
| 1873 | <dependency> |
| 1874 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1875 | <artifactId>topology-segment-routing</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1876 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1877 | </dependency> |
| 1878 | <dependency> |
| 1879 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1880 | <artifactId>topology-tunnel-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1881 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1882 | </dependency> |
| 1883 | <dependency> |
| 1884 | <groupId>org.opendaylight.bgpcep</groupId> |
| 1885 | <artifactId>util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1886 | <version>0.16.13</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1887 | </dependency> |
| 1888 | <dependency> |
| 1889 | <groupId>org.opendaylight.controller</groupId> |
| 1890 | <artifactId>benchmark-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1891 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1892 | </dependency> |
| 1893 | <dependency> |
| 1894 | <groupId>org.opendaylight.controller</groupId> |
| 1895 | <artifactId>blueprint</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1896 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1897 | </dependency> |
| 1898 | <dependency> |
| 1899 | <groupId>org.opendaylight.controller</groupId> |
| 1900 | <artifactId>cds-access-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1901 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1902 | </dependency> |
| 1903 | <dependency> |
| 1904 | <groupId>org.opendaylight.controller</groupId> |
| 1905 | <artifactId>cds-access-client</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1906 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1907 | </dependency> |
| 1908 | <dependency> |
| 1909 | <groupId>org.opendaylight.controller</groupId> |
| 1910 | <artifactId>cds-dom-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1911 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1912 | </dependency> |
| 1913 | <dependency> |
| 1914 | <groupId>org.opendaylight.controller</groupId> |
| 1915 | <artifactId>cds-mgmt-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1916 | <version>4.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1917 | </dependency> |
| 1918 | <dependency> |
| 1919 | <groupId>org.opendaylight.controller</groupId> |
| 1920 | <artifactId>dsbenchmark</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1921 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1922 | </dependency> |
| 1923 | <dependency> |
| 1924 | <groupId>org.opendaylight.controller</groupId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1925 | <artifactId>eos-dom-akka</artifactId> |
| 1926 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1927 | </dependency> |
| 1928 | <dependency> |
| 1929 | <groupId>org.opendaylight.controller</groupId> |
| 1930 | <artifactId>netty-event-executor-config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1931 | <version>0.15.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1932 | </dependency> |
| 1933 | <dependency> |
| 1934 | <groupId>org.opendaylight.controller</groupId> |
| 1935 | <artifactId>netty-threadgroup-config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1936 | <version>0.15.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1937 | </dependency> |
| 1938 | <dependency> |
| 1939 | <groupId>org.opendaylight.controller</groupId> |
| 1940 | <artifactId>netty-timer-config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1941 | <version>0.15.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1942 | </dependency> |
| 1943 | <dependency> |
| 1944 | <groupId>org.opendaylight.controller</groupId> |
| 1945 | <artifactId>ntfbenchmark</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1946 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1947 | </dependency> |
| 1948 | <dependency> |
| 1949 | <groupId>org.opendaylight.controller</groupId> |
| 1950 | <artifactId>repackaged-akka</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1951 | <version>4.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 1952 | </dependency> |
| 1953 | <dependency> |
| 1954 | <groupId>org.opendaylight.controller</groupId> |
| 1955 | <artifactId>rpcbenchmark</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1956 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1957 | </dependency> |
| 1958 | <dependency> |
| 1959 | <groupId>org.opendaylight.controller</groupId> |
| 1960 | <artifactId>sal-akka-raft</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1961 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1962 | </dependency> |
| 1963 | <dependency> |
| 1964 | <groupId>org.opendaylight.controller</groupId> |
| 1965 | <artifactId>sal-akka-segmented-journal</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1966 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1967 | </dependency> |
| 1968 | <dependency> |
| 1969 | <groupId>org.opendaylight.controller</groupId> |
| 1970 | <artifactId>sal-cluster-admin-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1971 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1972 | </dependency> |
| 1973 | <dependency> |
| 1974 | <groupId>org.opendaylight.controller</groupId> |
| 1975 | <artifactId>sal-cluster-admin-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1976 | <version>4.0.7</version> |
| 1977 | </dependency> |
| 1978 | <dependency> |
| 1979 | <groupId>org.opendaylight.controller</groupId> |
| 1980 | <artifactId>sal-cluster-admin-karaf-cli</artifactId> |
| 1981 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1982 | </dependency> |
| 1983 | <dependency> |
| 1984 | <groupId>org.opendaylight.controller</groupId> |
| 1985 | <artifactId>sal-clustering-commons</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1986 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1987 | </dependency> |
| 1988 | <dependency> |
| 1989 | <groupId>org.opendaylight.controller</groupId> |
| 1990 | <artifactId>sal-common-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1991 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1992 | </dependency> |
| 1993 | <dependency> |
| 1994 | <groupId>org.opendaylight.controller</groupId> |
| 1995 | <artifactId>sal-distributed-datastore</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 1996 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 1997 | </dependency> |
| 1998 | <dependency> |
| 1999 | <groupId>org.opendaylight.controller</groupId> |
| 2000 | <artifactId>sal-remoterpc-connector</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2001 | <version>4.0.7</version> |
| 2002 | </dependency> |
| 2003 | <dependency> |
| 2004 | <groupId>org.opendaylight.controller.samples</groupId> |
| 2005 | <artifactId>clustering-it-karaf-cli</artifactId> |
| 2006 | <version>4.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2007 | </dependency> |
| 2008 | <dependency> |
| 2009 | <groupId>org.opendaylight.controller.samples</groupId> |
| 2010 | <artifactId>clustering-it-model</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2011 | <version>4.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2012 | </dependency> |
| 2013 | <dependency> |
| 2014 | <groupId>org.opendaylight.controller.samples</groupId> |
| 2015 | <artifactId>clustering-it-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2016 | <version>4.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2017 | </dependency> |
| 2018 | <dependency> |
| 2019 | <groupId>org.opendaylight.controller.samples</groupId> |
| 2020 | <artifactId>sample-toaster</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2021 | <version>4.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2022 | </dependency> |
| 2023 | <dependency> |
| 2024 | <groupId>org.opendaylight.controller.samples</groupId> |
| 2025 | <artifactId>sample-toaster-consumer</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2026 | <version>4.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2027 | </dependency> |
| 2028 | <dependency> |
| 2029 | <groupId>org.opendaylight.controller.samples</groupId> |
| 2030 | <artifactId>sample-toaster-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2031 | <version>4.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2032 | </dependency> |
| 2033 | <dependency> |
| 2034 | <groupId>org.opendaylight.controller</groupId> |
| 2035 | <artifactId>threadpool-config-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2036 | <version>0.15.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2037 | </dependency> |
| 2038 | <dependency> |
| 2039 | <groupId>org.opendaylight.controller</groupId> |
| 2040 | <artifactId>threadpool-config-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2041 | <version>0.15.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2042 | </dependency> |
| 2043 | <dependency> |
| 2044 | <groupId>org.opendaylight.daexim</groupId> |
| 2045 | <artifactId>daexim-akka-infoprovider-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2046 | <version>1.10.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2047 | </dependency> |
| 2048 | <dependency> |
| 2049 | <groupId>org.opendaylight.daexim</groupId> |
| 2050 | <artifactId>daexim-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2051 | <version>1.10.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2052 | </dependency> |
| 2053 | <dependency> |
| 2054 | <groupId>org.opendaylight.daexim</groupId> |
| 2055 | <artifactId>daexim-model</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2056 | <version>1.10.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2057 | </dependency> |
| 2058 | <dependency> |
| 2059 | <groupId>org.opendaylight.daexim</groupId> |
| 2060 | <artifactId>daexim-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2061 | <version>1.10.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2062 | </dependency> |
| 2063 | <dependency> |
| 2064 | <groupId>org.opendaylight.infrautils</groupId> |
| 2065 | <artifactId>caches-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2066 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2067 | </dependency> |
| 2068 | <dependency> |
| 2069 | <groupId>org.opendaylight.infrautils</groupId> |
| 2070 | <artifactId>caches-cli</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2071 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2072 | </dependency> |
| 2073 | <dependency> |
| 2074 | <groupId>org.opendaylight.infrautils</groupId> |
| 2075 | <artifactId>caches-guava-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2076 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2077 | </dependency> |
| 2078 | <dependency> |
| 2079 | <groupId>org.opendaylight.infrautils</groupId> |
| 2080 | <artifactId>caches-impl-base</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2081 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2082 | </dependency> |
| 2083 | <dependency> |
| 2084 | <groupId>org.opendaylight.infrautils</groupId> |
| 2085 | <artifactId>diagstatus-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2086 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2087 | </dependency> |
| 2088 | <dependency> |
| 2089 | <groupId>org.opendaylight.infrautils</groupId> |
| 2090 | <artifactId>diagstatus-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2091 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2092 | </dependency> |
| 2093 | <dependency> |
| 2094 | <groupId>org.opendaylight.infrautils</groupId> |
| 2095 | <artifactId>diagstatus-shell</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2096 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2097 | </dependency> |
| 2098 | <dependency> |
| 2099 | <groupId>org.opendaylight.infrautils</groupId> |
| 2100 | <artifactId>diagstatus-web</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2101 | <version>2.0.8</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2102 | </dependency> |
| 2103 | <dependency> |
| 2104 | <groupId>org.opendaylight.infrautils</groupId> |
| 2105 | <artifactId>infrautils-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2106 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2107 | </dependency> |
| 2108 | <dependency> |
| 2109 | <groupId>org.opendaylight.infrautils</groupId> |
| 2110 | <artifactId>inject</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2111 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2112 | </dependency> |
| 2113 | <dependency> |
| 2114 | <groupId>org.opendaylight.infrautils</groupId> |
| 2115 | <artifactId>metrics-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2116 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2117 | </dependency> |
| 2118 | <dependency> |
| 2119 | <groupId>org.opendaylight.infrautils</groupId> |
| 2120 | <artifactId>metrics-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2121 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2122 | </dependency> |
| 2123 | <dependency> |
| 2124 | <groupId>org.opendaylight.infrautils</groupId> |
| 2125 | <artifactId>metrics-impl-prometheus</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2126 | <version>2.0.8</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2127 | </dependency> |
| 2128 | <dependency> |
| 2129 | <groupId>org.opendaylight.infrautils</groupId> |
| 2130 | <artifactId>ready-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2131 | <version>2.0.8</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2132 | </dependency> |
| 2133 | <dependency> |
| 2134 | <groupId>org.opendaylight.infrautils</groupId> |
| 2135 | <artifactId>ready-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2136 | <version>2.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2137 | </dependency> |
| 2138 | <dependency> |
| 2139 | <groupId>org.opendaylight.jsonrpc.bus</groupId> |
| 2140 | <artifactId>bus-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2141 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2142 | </dependency> |
| 2143 | <dependency> |
| 2144 | <groupId>org.opendaylight.jsonrpc.bus</groupId> |
| 2145 | <artifactId>bus-jsonrpc</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2146 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2147 | </dependency> |
| 2148 | <dependency> |
| 2149 | <groupId>org.opendaylight.jsonrpc.bus</groupId> |
| 2150 | <artifactId>bus-messagelib</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2151 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2152 | </dependency> |
| 2153 | <dependency> |
| 2154 | <groupId>org.opendaylight.jsonrpc.bus</groupId> |
| 2155 | <artifactId>bus-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2156 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2157 | </dependency> |
| 2158 | <dependency> |
| 2159 | <groupId>org.opendaylight.jsonrpc.bus</groupId> |
| 2160 | <artifactId>transport-http</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2161 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2162 | </dependency> |
| 2163 | <dependency> |
| 2164 | <groupId>org.opendaylight.jsonrpc.bus</groupId> |
| 2165 | <artifactId>transport-zmq</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2166 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2167 | </dependency> |
| 2168 | <dependency> |
| 2169 | <groupId>org.opendaylight.jsonrpc</groupId> |
| 2170 | <artifactId>dom-codec</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2171 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2172 | </dependency> |
| 2173 | <dependency> |
| 2174 | <groupId>org.opendaylight.jsonrpc</groupId> |
| 2175 | <artifactId>jsonrpc-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2176 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2177 | </dependency> |
| 2178 | <dependency> |
| 2179 | <groupId>org.opendaylight.jsonrpc</groupId> |
| 2180 | <artifactId>jsonrpc-provider-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2181 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2182 | </dependency> |
| 2183 | <dependency> |
| 2184 | <groupId>org.opendaylight.jsonrpc</groupId> |
| 2185 | <artifactId>jsonrpc-provider-single</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2186 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2187 | </dependency> |
| 2188 | <dependency> |
| 2189 | <groupId>org.opendaylight.jsonrpc.security</groupId> |
| 2190 | <artifactId>security-aaa</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2191 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2192 | </dependency> |
| 2193 | <dependency> |
| 2194 | <groupId>org.opendaylight.jsonrpc.security</groupId> |
| 2195 | <artifactId>security-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2196 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2197 | </dependency> |
| 2198 | <dependency> |
| 2199 | <groupId>org.opendaylight.jsonrpc.security</groupId> |
| 2200 | <artifactId>security-noop</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2201 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2202 | </dependency> |
| 2203 | <dependency> |
| 2204 | <groupId>org.opendaylight.jsonrpc.security</groupId> |
| 2205 | <artifactId>security-service</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2206 | <version>1.11.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2207 | </dependency> |
| 2208 | <dependency> |
| 2209 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2210 | <artifactId>mappingservice.api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2211 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2212 | </dependency> |
| 2213 | <dependency> |
| 2214 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2215 | <artifactId>mappingservice.config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2216 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2217 | </dependency> |
| 2218 | <dependency> |
| 2219 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2220 | <artifactId>mappingservice.dsbackend</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2221 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2222 | </dependency> |
| 2223 | <dependency> |
| 2224 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2225 | <artifactId>mappingservice.implementation</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2226 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2227 | </dependency> |
| 2228 | <dependency> |
| 2229 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2230 | <artifactId>mappingservice.inmemorydb</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2231 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2232 | </dependency> |
| 2233 | <dependency> |
| 2234 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2235 | <artifactId>mappingservice.lisp-proto</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2236 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2237 | </dependency> |
| 2238 | <dependency> |
| 2239 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2240 | <artifactId>mappingservice.mapcache</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2241 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2242 | </dependency> |
| 2243 | <dependency> |
| 2244 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2245 | <artifactId>mappingservice.shell</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2246 | <version>1.14.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2247 | </dependency> |
| 2248 | <dependency> |
| 2249 | <groupId>org.opendaylight.lispflowmapping</groupId> |
| 2250 | <artifactId>mappingservice.southbound</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2251 | <version>1.14.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2252 | </dependency> |
| 2253 | <dependency> |
| 2254 | <groupId>org.opendaylight.mdsal.binding.model.iana</groupId> |
| 2255 | <artifactId>iana-hardware</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2256 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2257 | </dependency> |
| 2258 | <dependency> |
| 2259 | <groupId>org.opendaylight.mdsal.binding.model.iana</groupId> |
| 2260 | <artifactId>iana-if-type</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2261 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2262 | </dependency> |
| 2263 | <dependency> |
| 2264 | <groupId>org.opendaylight.mdsal.binding.model.iana</groupId> |
| 2265 | <artifactId>iana-routing-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2266 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2267 | </dependency> |
| 2268 | <dependency> |
| 2269 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2270 | <artifactId>rfc6991</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2271 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2272 | </dependency> |
| 2273 | <dependency> |
| 2274 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2275 | <artifactId>rfc6991-ietf-inet-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2276 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2277 | </dependency> |
| 2278 | <dependency> |
| 2279 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2280 | <artifactId>rfc6991-ietf-yang-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2281 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2282 | </dependency> |
| 2283 | <dependency> |
| 2284 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2285 | <artifactId>rfc7223</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2286 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2287 | </dependency> |
| 2288 | <dependency> |
| 2289 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2290 | <artifactId>rfc7277</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2291 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2292 | </dependency> |
| 2293 | <dependency> |
| 2294 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2295 | <artifactId>rfc7895</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2296 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2297 | </dependency> |
| 2298 | <dependency> |
| 2299 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2300 | <artifactId>rfc7952</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2301 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2302 | </dependency> |
| 2303 | <dependency> |
| 2304 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2305 | <artifactId>rfc8294</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2306 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2307 | </dependency> |
| 2308 | <dependency> |
| 2309 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2310 | <artifactId>rfc8294-ietf-routing-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2311 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2312 | </dependency> |
| 2313 | <dependency> |
| 2314 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2315 | <artifactId>rfc8342</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2316 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2317 | </dependency> |
| 2318 | <dependency> |
| 2319 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2320 | <artifactId>rfc8342-ietf-datastores</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2321 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2322 | </dependency> |
| 2323 | <dependency> |
| 2324 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2325 | <artifactId>rfc8342-ietf-origin</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2326 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2327 | </dependency> |
| 2328 | <dependency> |
| 2329 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2330 | <artifactId>rfc8343</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2331 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2332 | </dependency> |
| 2333 | <dependency> |
| 2334 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2335 | <artifactId>rfc8344</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2336 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2337 | </dependency> |
| 2338 | <dependency> |
| 2339 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2340 | <artifactId>rfc8345</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2341 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2342 | </dependency> |
| 2343 | <dependency> |
| 2344 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2345 | <artifactId>rfc8345-ietf-network</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2346 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2347 | </dependency> |
| 2348 | <dependency> |
| 2349 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2350 | <artifactId>rfc8345-ietf-network-state</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2351 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2352 | </dependency> |
| 2353 | <dependency> |
| 2354 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2355 | <artifactId>rfc8345-ietf-network-topology</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2356 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2357 | </dependency> |
| 2358 | <dependency> |
| 2359 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2360 | <artifactId>rfc8345-ietf-network-topology-state</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2361 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2362 | </dependency> |
| 2363 | <dependency> |
| 2364 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2365 | <artifactId>rfc8346</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2366 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2367 | </dependency> |
| 2368 | <dependency> |
| 2369 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2370 | <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2371 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2372 | </dependency> |
| 2373 | <dependency> |
| 2374 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2375 | <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2376 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2377 | </dependency> |
| 2378 | <dependency> |
| 2379 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2380 | <artifactId>rfc8348</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2381 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2382 | </dependency> |
| 2383 | <dependency> |
| 2384 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2385 | <artifactId>rfc8348-ietf-hardware</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2386 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2387 | </dependency> |
| 2388 | <dependency> |
| 2389 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2390 | <artifactId>rfc8348-ietf-hardware-state</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2391 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2392 | </dependency> |
| 2393 | <dependency> |
| 2394 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2395 | <artifactId>rfc8349</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2396 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2397 | </dependency> |
| 2398 | <dependency> |
| 2399 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2400 | <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2401 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2402 | </dependency> |
| 2403 | <dependency> |
| 2404 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2405 | <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2406 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2407 | </dependency> |
| 2408 | <dependency> |
| 2409 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2410 | <artifactId>rfc8349-ietf-routing</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2411 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2412 | </dependency> |
| 2413 | <dependency> |
| 2414 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2415 | <artifactId>rfc8519</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2416 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2417 | </dependency> |
| 2418 | <dependency> |
| 2419 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2420 | <artifactId>rfc8519-ietf-access-control-list</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2421 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2422 | </dependency> |
| 2423 | <dependency> |
| 2424 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2425 | <artifactId>rfc8519-ietf-ethertypes</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2426 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2427 | </dependency> |
| 2428 | <dependency> |
| 2429 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2430 | <artifactId>rfc8519-ietf-packet-fields</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2431 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2432 | </dependency> |
| 2433 | <dependency> |
| 2434 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2435 | <artifactId>rfc8520</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2436 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2437 | </dependency> |
| 2438 | <dependency> |
| 2439 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2440 | <artifactId>rfc8520-ietf-acldns</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2441 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2442 | </dependency> |
| 2443 | <dependency> |
| 2444 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2445 | <artifactId>rfc8520-ietf-mud</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2446 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2447 | </dependency> |
| 2448 | <dependency> |
| 2449 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2450 | <artifactId>rfc8525</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2451 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2452 | </dependency> |
| 2453 | <dependency> |
| 2454 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2455 | <artifactId>rfc8528</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2456 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2457 | </dependency> |
| 2458 | <dependency> |
| 2459 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2460 | <artifactId>rfc8529</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2461 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2462 | </dependency> |
| 2463 | <dependency> |
| 2464 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2465 | <artifactId>rfc8530</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2466 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2467 | </dependency> |
| 2468 | <dependency> |
| 2469 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2470 | <artifactId>rfc8542</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2471 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2472 | </dependency> |
| 2473 | <dependency> |
| 2474 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2475 | <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2476 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2477 | </dependency> |
| 2478 | <dependency> |
| 2479 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2480 | <artifactId>rfc8542-ietf-dc-fabric-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2481 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2482 | </dependency> |
| 2483 | <dependency> |
| 2484 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2485 | <artifactId>rfc8776</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2486 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2487 | </dependency> |
| 2488 | <dependency> |
| 2489 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2490 | <artifactId>rfc8776-ietf-te-packet-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2491 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2492 | </dependency> |
| 2493 | <dependency> |
| 2494 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2495 | <artifactId>rfc8776-ietf-te-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2496 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2497 | </dependency> |
| 2498 | <dependency> |
| 2499 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2500 | <artifactId>rfc8795</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2501 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2502 | </dependency> |
| 2503 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2504 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2505 | <artifactId>rfc8795-ietf-te-topology</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2506 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2507 | </dependency> |
| 2508 | <dependency> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2509 | <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId> |
| 2510 | <artifactId>rfc8795-ietf-te-topology-state</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2511 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2512 | </dependency> |
| 2513 | <dependency> |
| 2514 | <groupId>org.opendaylight.mdsal</groupId> |
| 2515 | <artifactId>mdsal-binding-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2516 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2517 | </dependency> |
| 2518 | <dependency> |
| 2519 | <groupId>org.opendaylight.mdsal</groupId> |
| 2520 | <artifactId>mdsal-binding-dom-adapter</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2521 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2522 | </dependency> |
| 2523 | <dependency> |
| 2524 | <groupId>org.opendaylight.mdsal</groupId> |
| 2525 | <artifactId>mdsal-binding-dom-codec</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2526 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2527 | </dependency> |
| 2528 | <dependency> |
| 2529 | <groupId>org.opendaylight.mdsal</groupId> |
| 2530 | <artifactId>mdsal-binding-dom-codec-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2531 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2532 | </dependency> |
| 2533 | <dependency> |
| 2534 | <groupId>org.opendaylight.mdsal</groupId> |
| 2535 | <artifactId>mdsal-binding-dom-codec-osgi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2536 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2537 | </dependency> |
| 2538 | <dependency> |
| 2539 | <groupId>org.opendaylight.mdsal</groupId> |
| 2540 | <artifactId>mdsal-binding-dom-codec-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2541 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2542 | </dependency> |
| 2543 | <dependency> |
| 2544 | <groupId>org.opendaylight.mdsal</groupId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2545 | <artifactId>mdsal-binding-generator</artifactId> |
| 2546 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2547 | </dependency> |
| 2548 | <dependency> |
| 2549 | <groupId>org.opendaylight.mdsal</groupId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2550 | <artifactId>mdsal-binding-model-api</artifactId> |
| 2551 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2552 | </dependency> |
| 2553 | <dependency> |
| 2554 | <groupId>org.opendaylight.mdsal</groupId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2555 | <artifactId>mdsal-binding-model-ri</artifactId> |
| 2556 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2557 | </dependency> |
| 2558 | <dependency> |
| 2559 | <groupId>org.opendaylight.mdsal</groupId> |
| 2560 | <artifactId>mdsal-binding-runtime-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2561 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2562 | </dependency> |
| 2563 | <dependency> |
| 2564 | <groupId>org.opendaylight.mdsal</groupId> |
| 2565 | <artifactId>mdsal-binding-runtime-osgi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2566 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2567 | </dependency> |
| 2568 | <dependency> |
| 2569 | <groupId>org.opendaylight.mdsal</groupId> |
| 2570 | <artifactId>mdsal-binding-runtime-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2571 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2572 | </dependency> |
| 2573 | <dependency> |
| 2574 | <groupId>org.opendaylight.mdsal</groupId> |
| 2575 | <artifactId>mdsal-binding-spec-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2576 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2577 | </dependency> |
| 2578 | <dependency> |
| 2579 | <groupId>org.opendaylight.mdsal</groupId> |
| 2580 | <artifactId>mdsal-binding-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2581 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2582 | </dependency> |
| 2583 | <dependency> |
| 2584 | <groupId>org.opendaylight.mdsal</groupId> |
| 2585 | <artifactId>mdsal-binding-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2586 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2587 | </dependency> |
| 2588 | <dependency> |
| 2589 | <groupId>org.opendaylight.mdsal</groupId> |
| 2590 | <artifactId>mdsal-common-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2591 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2592 | </dependency> |
| 2593 | <dependency> |
| 2594 | <groupId>org.opendaylight.mdsal</groupId> |
| 2595 | <artifactId>mdsal-dom-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2596 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2597 | </dependency> |
| 2598 | <dependency> |
| 2599 | <groupId>org.opendaylight.mdsal</groupId> |
| 2600 | <artifactId>mdsal-dom-broker</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2601 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2602 | </dependency> |
| 2603 | <dependency> |
| 2604 | <groupId>org.opendaylight.mdsal</groupId> |
| 2605 | <artifactId>mdsal-dom-inmemory-datastore</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2606 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2607 | </dependency> |
| 2608 | <dependency> |
| 2609 | <groupId>org.opendaylight.mdsal</groupId> |
| 2610 | <artifactId>mdsal-dom-schema-osgi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2611 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2612 | </dependency> |
| 2613 | <dependency> |
| 2614 | <groupId>org.opendaylight.mdsal</groupId> |
| 2615 | <artifactId>mdsal-dom-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2616 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2617 | </dependency> |
| 2618 | <dependency> |
| 2619 | <groupId>org.opendaylight.mdsal</groupId> |
| 2620 | <artifactId>mdsal-eos-binding-adapter</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2621 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2622 | </dependency> |
| 2623 | <dependency> |
| 2624 | <groupId>org.opendaylight.mdsal</groupId> |
| 2625 | <artifactId>mdsal-eos-binding-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2626 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2627 | </dependency> |
| 2628 | <dependency> |
| 2629 | <groupId>org.opendaylight.mdsal</groupId> |
| 2630 | <artifactId>mdsal-eos-common-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2631 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2632 | </dependency> |
| 2633 | <dependency> |
| 2634 | <groupId>org.opendaylight.mdsal</groupId> |
| 2635 | <artifactId>mdsal-eos-common-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2636 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2637 | </dependency> |
| 2638 | <dependency> |
| 2639 | <groupId>org.opendaylight.mdsal</groupId> |
| 2640 | <artifactId>mdsal-eos-dom-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2641 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2642 | </dependency> |
| 2643 | <dependency> |
| 2644 | <groupId>org.opendaylight.mdsal</groupId> |
| 2645 | <artifactId>mdsal-eos-dom-simple</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2646 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2647 | </dependency> |
| 2648 | <dependency> |
| 2649 | <groupId>org.opendaylight.mdsal</groupId> |
| 2650 | <artifactId>mdsal-replicate-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2651 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2652 | </dependency> |
| 2653 | <dependency> |
| 2654 | <groupId>org.opendaylight.mdsal</groupId> |
| 2655 | <artifactId>mdsal-replicate-netty</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2656 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2657 | </dependency> |
| 2658 | <dependency> |
| 2659 | <groupId>org.opendaylight.mdsal</groupId> |
| 2660 | <artifactId>mdsal-rfc8294-netty</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2661 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2662 | </dependency> |
| 2663 | <dependency> |
| 2664 | <groupId>org.opendaylight.mdsal</groupId> |
| 2665 | <artifactId>mdsal-singleton-common-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2666 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2667 | </dependency> |
| 2668 | <dependency> |
| 2669 | <groupId>org.opendaylight.mdsal</groupId> |
| 2670 | <artifactId>mdsal-singleton-dom-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2671 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2672 | </dependency> |
| 2673 | <dependency> |
| 2674 | <groupId>org.opendaylight.mdsal</groupId> |
| 2675 | <artifactId>mdsal-trace-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2676 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2677 | </dependency> |
| 2678 | <dependency> |
| 2679 | <groupId>org.opendaylight.mdsal</groupId> |
| 2680 | <artifactId>mdsal-trace-cli</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2681 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2682 | </dependency> |
| 2683 | <dependency> |
| 2684 | <groupId>org.opendaylight.mdsal</groupId> |
| 2685 | <artifactId>mdsal-trace-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2686 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2687 | </dependency> |
| 2688 | <dependency> |
| 2689 | <groupId>org.opendaylight.mdsal</groupId> |
| 2690 | <artifactId>mdsal-yanglib-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2691 | <version>0.13.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2692 | </dependency> |
| 2693 | <dependency> |
| 2694 | <groupId>org.opendaylight.mdsal</groupId> |
| 2695 | <artifactId>mdsal-yanglib-rfc7895</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2696 | <version>0.13.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2697 | </dependency> |
| 2698 | <dependency> |
| 2699 | <groupId>org.opendaylight.mdsal</groupId> |
| 2700 | <artifactId>mdsal-yanglib-rfc8525</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2701 | <version>0.13.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2702 | </dependency> |
| 2703 | <dependency> |
| 2704 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 2705 | <artifactId>general-entity</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2706 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2707 | </dependency> |
| 2708 | <dependency> |
| 2709 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 2710 | <artifactId>ietf-topology</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2711 | <version>2013.10.21.20.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2712 | </dependency> |
| 2713 | <dependency> |
| 2714 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 2715 | <artifactId>ietf-type-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2716 | <version>8.0.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2717 | </dependency> |
| 2718 | <dependency> |
| 2719 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 2720 | <artifactId>opendaylight-l2-types</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2721 | <version>2013.08.27.20.7</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2722 | </dependency> |
| 2723 | <dependency> |
| 2724 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 2725 | <artifactId>yang-ext</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2726 | <version>2013.09.07.20.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2727 | </dependency> |
| 2728 | <dependency> |
| 2729 | <groupId>org.opendaylight.mdsal</groupId> |
| 2730 | <artifactId>yang-binding</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2731 | <version>8.0.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2732 | </dependency> |
| 2733 | <dependency> |
| 2734 | <groupId>org.opendaylight.netconf</groupId> |
| 2735 | <artifactId>aaa-authn-odl-plugin</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2736 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2737 | </dependency> |
| 2738 | <dependency> |
| 2739 | <groupId>org.opendaylight.netconf</groupId> |
| 2740 | <artifactId>callhome-model</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2741 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2742 | </dependency> |
| 2743 | <dependency> |
| 2744 | <groupId>org.opendaylight.netconf</groupId> |
| 2745 | <artifactId>callhome-protocol</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2746 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2747 | </dependency> |
| 2748 | <dependency> |
| 2749 | <groupId>org.opendaylight.netconf</groupId> |
| 2750 | <artifactId>callhome-provider</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2751 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2752 | </dependency> |
| 2753 | <dependency> |
| 2754 | <groupId>org.opendaylight.netconf</groupId> |
| 2755 | <artifactId>ietf-netconf</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2756 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2757 | </dependency> |
| 2758 | <dependency> |
| 2759 | <groupId>org.opendaylight.netconf</groupId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2760 | <artifactId>ietf-netconf-monitoring</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2761 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2762 | </dependency> |
| 2763 | <dependency> |
| 2764 | <groupId>org.opendaylight.netconf</groupId> |
| 2765 | <artifactId>ietf-netconf-monitoring-extension</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2766 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2767 | </dependency> |
| 2768 | <dependency> |
| 2769 | <groupId>org.opendaylight.netconf</groupId> |
| 2770 | <artifactId>ietf-netconf-nmda</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2771 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2772 | </dependency> |
| 2773 | <dependency> |
| 2774 | <groupId>org.opendaylight.netconf</groupId> |
| 2775 | <artifactId>ietf-netconf-notifications</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2776 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2777 | </dependency> |
| 2778 | <dependency> |
| 2779 | <groupId>org.opendaylight.netconf</groupId> |
| 2780 | <artifactId>ietf-netconf-with-defaults</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2781 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2782 | </dependency> |
| 2783 | <dependency> |
| 2784 | <groupId>org.opendaylight.netconf</groupId> |
| 2785 | <artifactId>ietf-restconf</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2786 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2787 | </dependency> |
| 2788 | <dependency> |
| 2789 | <groupId>org.opendaylight.netconf</groupId> |
| 2790 | <artifactId>ietf-restconf-monitoring</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2791 | <version>2.0.11</version> |
| 2792 | </dependency> |
| 2793 | <dependency> |
| 2794 | <groupId>org.opendaylight.netconf</groupId> |
| 2795 | <artifactId>ietf-yang-patch</artifactId> |
| 2796 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2797 | </dependency> |
| 2798 | <dependency> |
| 2799 | <groupId>org.opendaylight.netconf</groupId> |
| 2800 | <artifactId>mdsal-netconf-connector</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2801 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2802 | </dependency> |
| 2803 | <dependency> |
| 2804 | <groupId>org.opendaylight.netconf</groupId> |
| 2805 | <artifactId>mdsal-netconf-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2806 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2807 | </dependency> |
| 2808 | <dependency> |
| 2809 | <groupId>org.opendaylight.netconf</groupId> |
| 2810 | <artifactId>mdsal-netconf-monitoring</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2811 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2812 | </dependency> |
| 2813 | <dependency> |
| 2814 | <groupId>org.opendaylight.netconf</groupId> |
| 2815 | <artifactId>mdsal-netconf-notification</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2816 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2817 | </dependency> |
| 2818 | <dependency> |
| 2819 | <groupId>org.opendaylight.netconf</groupId> |
| 2820 | <artifactId>mdsal-netconf-ssh</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2821 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2822 | </dependency> |
| 2823 | <dependency> |
| 2824 | <groupId>org.opendaylight.netconf</groupId> |
| 2825 | <artifactId>mdsal-netconf-tcp</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2826 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2827 | </dependency> |
| 2828 | <dependency> |
| 2829 | <groupId>org.opendaylight.netconf</groupId> |
| 2830 | <artifactId>mdsal-netconf-yang-library</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2831 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2832 | </dependency> |
| 2833 | <dependency> |
| 2834 | <groupId>org.opendaylight.netconf</groupId> |
| 2835 | <artifactId>netconf-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2836 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2837 | </dependency> |
| 2838 | <dependency> |
| 2839 | <groupId>org.opendaylight.netconf</groupId> |
| 2840 | <artifactId>netconf-auth</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2841 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2842 | </dependency> |
| 2843 | <dependency> |
| 2844 | <groupId>org.opendaylight.netconf</groupId> |
| 2845 | <artifactId>netconf-client</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2846 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2847 | </dependency> |
| 2848 | <dependency> |
| 2849 | <groupId>org.opendaylight.netconf</groupId> |
| 2850 | <artifactId>netconf-config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2851 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2852 | </dependency> |
| 2853 | <dependency> |
| 2854 | <groupId>org.opendaylight.netconf</groupId> |
| 2855 | <artifactId>netconf-console</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2856 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2857 | </dependency> |
| 2858 | <dependency> |
| 2859 | <groupId>org.opendaylight.netconf</groupId> |
| 2860 | <artifactId>netconf-dom-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2861 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2862 | </dependency> |
| 2863 | <dependency> |
| 2864 | <groupId>org.opendaylight.netconf</groupId> |
| 2865 | <artifactId>netconf-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2866 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2867 | </dependency> |
| 2868 | <dependency> |
| 2869 | <groupId>org.opendaylight.netconf</groupId> |
| 2870 | <artifactId>netconf-mapping-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2871 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2872 | </dependency> |
| 2873 | <dependency> |
| 2874 | <groupId>org.opendaylight.netconf</groupId> |
| 2875 | <artifactId>netconf-netty-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2876 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2877 | </dependency> |
| 2878 | <dependency> |
| 2879 | <groupId>org.opendaylight.netconf</groupId> |
| 2880 | <artifactId>netconf-notifications-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2881 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2882 | </dependency> |
| 2883 | <dependency> |
| 2884 | <groupId>org.opendaylight.netconf</groupId> |
| 2885 | <artifactId>netconf-topology</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2886 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2887 | </dependency> |
| 2888 | <dependency> |
| 2889 | <groupId>org.opendaylight.netconf</groupId> |
| 2890 | <artifactId>netconf-topology-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2891 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2892 | </dependency> |
| 2893 | <dependency> |
| 2894 | <groupId>org.opendaylight.netconf</groupId> |
| 2895 | <artifactId>netconf-topology-singleton</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2896 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2897 | </dependency> |
| 2898 | <dependency> |
| 2899 | <groupId>org.opendaylight.netconf</groupId> |
| 2900 | <artifactId>netconf-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2901 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2902 | </dependency> |
| 2903 | <dependency> |
| 2904 | <groupId>org.opendaylight.netconf</groupId> |
| 2905 | <artifactId>restconf-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2906 | <version>2.0.11</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2907 | </dependency> |
| 2908 | <dependency> |
| 2909 | <groupId>org.opendaylight.netconf</groupId> |
| 2910 | <artifactId>restconf-common-models</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2911 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2912 | </dependency> |
| 2913 | <dependency> |
| 2914 | <groupId>org.opendaylight.netconf</groupId> |
| 2915 | <artifactId>restconf-nb-bierman02</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2916 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2917 | </dependency> |
| 2918 | <dependency> |
| 2919 | <groupId>org.opendaylight.netconf</groupId> |
| 2920 | <artifactId>restconf-nb-rfc8040</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2921 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2922 | </dependency> |
| 2923 | <dependency> |
| 2924 | <groupId>org.opendaylight.netconf</groupId> |
| 2925 | <artifactId>sal-netconf-connector</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2926 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2927 | </dependency> |
| 2928 | <dependency> |
| 2929 | <groupId>org.opendaylight.netconf</groupId> |
| 2930 | <artifactId>sal-rest-docgen</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2931 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2932 | </dependency> |
| 2933 | <dependency> |
| 2934 | <groupId>org.opendaylight.netconf</groupId> |
| 2935 | <artifactId>shaded-exificient</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2936 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2937 | </dependency> |
| 2938 | <dependency> |
| 2939 | <groupId>org.opendaylight.netconf</groupId> |
| 2940 | <artifactId>shaded-sshd</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2941 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2942 | </dependency> |
| 2943 | <dependency> |
| 2944 | <groupId>org.opendaylight.netconf</groupId> |
| 2945 | <artifactId>yanglib</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2946 | <version>2.0.11</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2947 | </dependency> |
| 2948 | <dependency> |
| 2949 | <groupId>org.opendaylight.odlparent</groupId> |
| 2950 | <artifactId>bcpkix-framework-ext</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2951 | <version>9.0.8</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2952 | </dependency> |
| 2953 | <dependency> |
| 2954 | <groupId>org.opendaylight.odlparent</groupId> |
| 2955 | <artifactId>bcprov-framework-ext</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2956 | <version>9.0.8</version> |
| 2957 | </dependency> |
| 2958 | <dependency> |
| 2959 | <groupId>org.opendaylight.odlparent</groupId> |
| 2960 | <artifactId>bcutil-framework-ext</artifactId> |
| 2961 | <version>9.0.8</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2962 | </dependency> |
| 2963 | <dependency> |
| 2964 | <groupId>org.opendaylight.odlparent</groupId> |
| 2965 | <artifactId>karaf.branding</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2966 | <version>9.0.8</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 2967 | </dependency> |
| 2968 | <dependency> |
| 2969 | <groupId>org.opendaylight.odlparent</groupId> |
| 2970 | <artifactId>logging-markers</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2971 | <version>9.0.8</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2972 | </dependency> |
| 2973 | <dependency> |
| 2974 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 2975 | <artifactId>arbitratorreconciliation-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2976 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2977 | </dependency> |
| 2978 | <dependency> |
| 2979 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 2980 | <artifactId>arbitratorreconciliation-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2981 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2982 | </dependency> |
| 2983 | <dependency> |
| 2984 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 2985 | <artifactId>bulk-o-matic</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2986 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2987 | </dependency> |
| 2988 | <dependency> |
| 2989 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 2990 | <artifactId>device-ownership-service</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2991 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2992 | </dependency> |
| 2993 | <dependency> |
| 2994 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 2995 | <artifactId>forwardingrules-manager</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 2996 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 2997 | </dependency> |
| 2998 | <dependency> |
| 2999 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3000 | <artifactId>forwardingrules-sync</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3001 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3002 | </dependency> |
| 3003 | <dependency> |
| 3004 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3005 | <artifactId>lldp-speaker</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3006 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3007 | </dependency> |
| 3008 | <dependency> |
| 3009 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3010 | <artifactId>notification-supplier</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3011 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3012 | </dependency> |
| 3013 | <dependency> |
| 3014 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3015 | <artifactId>of-switch-config-pusher</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3016 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3017 | </dependency> |
| 3018 | <dependency> |
| 3019 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3020 | <artifactId>reconciliation-framework</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3021 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3022 | </dependency> |
| 3023 | <dependency> |
| 3024 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3025 | <artifactId>southbound-cli</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3026 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3027 | </dependency> |
| 3028 | <dependency> |
| 3029 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3030 | <artifactId>table-miss-enforcer</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3031 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3032 | </dependency> |
| 3033 | <dependency> |
| 3034 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3035 | <artifactId>topology-lldp-discovery</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3036 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3037 | </dependency> |
| 3038 | <dependency> |
| 3039 | <groupId>org.opendaylight.openflowplugin.applications</groupId> |
| 3040 | <artifactId>topology-manager</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3041 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3042 | </dependency> |
| 3043 | <dependency> |
| 3044 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3045 | <artifactId>drop-test-karaf</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3046 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3047 | </dependency> |
| 3048 | <dependency> |
| 3049 | <groupId>org.opendaylight.openflowplugin.libraries</groupId> |
| 3050 | <artifactId>liblldp</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3051 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3052 | </dependency> |
| 3053 | <dependency> |
| 3054 | <groupId>org.opendaylight.openflowplugin.model</groupId> |
| 3055 | <artifactId>model-flow-base</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3056 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3057 | </dependency> |
| 3058 | <dependency> |
| 3059 | <groupId>org.opendaylight.openflowplugin.model</groupId> |
| 3060 | <artifactId>model-flow-service</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3061 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3062 | </dependency> |
| 3063 | <dependency> |
| 3064 | <groupId>org.opendaylight.openflowplugin.model</groupId> |
| 3065 | <artifactId>model-flow-statistics</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3066 | <version>0.13.1</version> |
| 3067 | </dependency> |
| 3068 | <dependency> |
| 3069 | <groupId>org.opendaylight.openflowplugin.model</groupId> |
| 3070 | <artifactId>model-inventory</artifactId> |
| 3071 | <version>0.13.1</version> |
| 3072 | </dependency> |
| 3073 | <dependency> |
| 3074 | <groupId>org.opendaylight.openflowplugin.model</groupId> |
| 3075 | <artifactId>model-topology</artifactId> |
| 3076 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3077 | </dependency> |
| 3078 | <dependency> |
| 3079 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3080 | <artifactId>openflowjava-extension-eric</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3081 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3082 | </dependency> |
| 3083 | <dependency> |
| 3084 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3085 | <artifactId>openflowjava-extension-nicira</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3086 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3087 | </dependency> |
| 3088 | <dependency> |
| 3089 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3090 | <artifactId>openflowjava-extension-nicira-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3091 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3092 | </dependency> |
| 3093 | <dependency> |
| 3094 | <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> |
| 3095 | <artifactId>openflowjava-blueprint-config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3096 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3097 | </dependency> |
| 3098 | <dependency> |
| 3099 | <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> |
| 3100 | <artifactId>openflowjava-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3101 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3102 | </dependency> |
| 3103 | <dependency> |
| 3104 | <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> |
| 3105 | <artifactId>openflow-protocol-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3106 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3107 | </dependency> |
| 3108 | <dependency> |
| 3109 | <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> |
| 3110 | <artifactId>openflow-protocol-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3111 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3112 | </dependency> |
| 3113 | <dependency> |
| 3114 | <groupId>org.opendaylight.openflowplugin.openflowjava</groupId> |
| 3115 | <artifactId>openflow-protocol-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3116 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3117 | </dependency> |
| 3118 | <dependency> |
| 3119 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3120 | <artifactId>openflowplugin</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3121 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3122 | </dependency> |
| 3123 | <dependency> |
| 3124 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3125 | <artifactId>openflowplugin-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3126 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3127 | </dependency> |
| 3128 | <dependency> |
| 3129 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3130 | <artifactId>openflowplugin-blueprint-config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3131 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3132 | </dependency> |
| 3133 | <dependency> |
| 3134 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3135 | <artifactId>openflowplugin-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3136 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3137 | </dependency> |
| 3138 | <dependency> |
| 3139 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3140 | <artifactId>openflowplugin-extension-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3141 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3142 | </dependency> |
| 3143 | <dependency> |
| 3144 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3145 | <artifactId>openflowplugin-extension-eric</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3146 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3147 | </dependency> |
| 3148 | <dependency> |
| 3149 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3150 | <artifactId>openflowplugin-extension-nicira</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3151 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3152 | </dependency> |
| 3153 | <dependency> |
| 3154 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3155 | <artifactId>openflowplugin-extension-onf</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3156 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3157 | </dependency> |
| 3158 | <dependency> |
| 3159 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3160 | <artifactId>openflowplugin-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3161 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3162 | </dependency> |
| 3163 | <dependency> |
| 3164 | <groupId>org.opendaylight.openflowplugin</groupId> |
| 3165 | <artifactId>test-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3166 | <version>0.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3167 | </dependency> |
| 3168 | <dependency> |
| 3169 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3170 | <artifactId>hwvtepsouthbound-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3171 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3172 | </dependency> |
| 3173 | <dependency> |
| 3174 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3175 | <artifactId>hwvtepsouthbound-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3176 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3177 | </dependency> |
| 3178 | <dependency> |
| 3179 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3180 | <artifactId>library</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3181 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3182 | </dependency> |
| 3183 | <dependency> |
| 3184 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3185 | <artifactId>schema.hardwarevtep</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3186 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3187 | </dependency> |
| 3188 | <dependency> |
| 3189 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3190 | <artifactId>schema.openvswitch</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3191 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3192 | </dependency> |
| 3193 | <dependency> |
| 3194 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3195 | <artifactId>southbound-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3196 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3197 | </dependency> |
| 3198 | <dependency> |
| 3199 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3200 | <artifactId>southbound-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3201 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3202 | </dependency> |
| 3203 | <dependency> |
| 3204 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3205 | <artifactId>utils.config</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3206 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3207 | </dependency> |
| 3208 | <dependency> |
| 3209 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3210 | <artifactId>utils.hwvtepsouthbound-utils</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3211 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3212 | </dependency> |
| 3213 | <dependency> |
| 3214 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3215 | <artifactId>utils.mdsal-utils</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3216 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3217 | </dependency> |
| 3218 | <dependency> |
| 3219 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3220 | <artifactId>utils.servicehelper</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3221 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3222 | </dependency> |
| 3223 | <dependency> |
| 3224 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3225 | <artifactId>utils.southbound-utils</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3226 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3227 | </dependency> |
| 3228 | <dependency> |
| 3229 | <groupId>org.opendaylight.ovsdb</groupId> |
| 3230 | <artifactId>utils.yang-utils</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3231 | <version>1.13.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3232 | </dependency> |
| 3233 | <dependency> |
| 3234 | <groupId>org.opendaylight.serviceutils</groupId> |
| 3235 | <artifactId>listener-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3236 | <version>0.8.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3237 | </dependency> |
| 3238 | <dependency> |
| 3239 | <groupId>org.opendaylight.serviceutils</groupId> |
| 3240 | <artifactId>rpc-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3241 | <version>0.8.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3242 | </dependency> |
| 3243 | <dependency> |
| 3244 | <groupId>org.opendaylight.serviceutils</groupId> |
| 3245 | <artifactId>srm-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3246 | <version>0.8.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3247 | </dependency> |
| 3248 | <dependency> |
| 3249 | <groupId>org.opendaylight.serviceutils</groupId> |
| 3250 | <artifactId>srm-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3251 | <version>0.8.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3252 | </dependency> |
| 3253 | <dependency> |
| 3254 | <groupId>org.opendaylight.serviceutils</groupId> |
| 3255 | <artifactId>srm-shell</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3256 | <version>0.8.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3257 | </dependency> |
| 3258 | <dependency> |
| 3259 | <groupId>org.opendaylight.serviceutils</groupId> |
| 3260 | <artifactId>tools-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3261 | <version>0.8.1</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3262 | </dependency> |
| 3263 | <dependency> |
| 3264 | <groupId>org.opendaylight.serviceutils</groupId> |
| 3265 | <artifactId>upgrade</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3266 | <version>0.8.1</version> |
| 3267 | </dependency> |
| 3268 | <dependency> |
| 3269 | <groupId>org.opendaylight.transportpce.ordmodels</groupId> |
| 3270 | <artifactId>transportpce-ordmodels-common</artifactId> |
| 3271 | <version>4.1.0</version> |
| 3272 | </dependency> |
| 3273 | <dependency> |
| 3274 | <groupId>org.opendaylight.transportpce.ordmodels</groupId> |
| 3275 | <artifactId>transportpce-ordmodels-device</artifactId> |
| 3276 | <version>4.1.0</version> |
| 3277 | </dependency> |
| 3278 | <dependency> |
| 3279 | <groupId>org.opendaylight.transportpce.ordmodels</groupId> |
| 3280 | <artifactId>transportpce-ordmodels-network</artifactId> |
| 3281 | <version>4.1.0</version> |
| 3282 | </dependency> |
| 3283 | <dependency> |
| 3284 | <groupId>org.opendaylight.transportpce.ordmodels</groupId> |
| 3285 | <artifactId>transportpce-ordmodels-service</artifactId> |
| 3286 | <version>4.1.0</version> |
| 3287 | </dependency> |
| 3288 | <dependency> |
| 3289 | <groupId>org.opendaylight.transportpce</groupId> |
| 3290 | <artifactId>transportpce-api</artifactId> |
| 3291 | <version>4.1.0</version> |
| 3292 | </dependency> |
| 3293 | <dependency> |
| 3294 | <groupId>org.opendaylight.transportpce</groupId> |
| 3295 | <artifactId>transportpce-common</artifactId> |
| 3296 | <version>4.1.0</version> |
| 3297 | </dependency> |
| 3298 | <dependency> |
| 3299 | <groupId>org.opendaylight.transportpce</groupId> |
| 3300 | <artifactId>transportpce-dmaap-client</artifactId> |
| 3301 | <version>4.1.0</version> |
| 3302 | </dependency> |
| 3303 | <dependency> |
| 3304 | <groupId>org.opendaylight.transportpce</groupId> |
| 3305 | <artifactId>transportpce-inventory</artifactId> |
| 3306 | <version>4.1.0</version> |
| 3307 | </dependency> |
| 3308 | <dependency> |
| 3309 | <groupId>org.opendaylight.transportpce</groupId> |
| 3310 | <artifactId>transportpce-nbinotifications</artifactId> |
| 3311 | <version>4.1.0</version> |
| 3312 | </dependency> |
| 3313 | <dependency> |
| 3314 | <groupId>org.opendaylight.transportpce</groupId> |
| 3315 | <artifactId>transportpce-networkmodel</artifactId> |
| 3316 | <version>4.1.0</version> |
| 3317 | </dependency> |
| 3318 | <dependency> |
| 3319 | <groupId>org.opendaylight.transportpce</groupId> |
| 3320 | <artifactId>transportpce-olm</artifactId> |
| 3321 | <version>4.1.0</version> |
| 3322 | </dependency> |
| 3323 | <dependency> |
| 3324 | <groupId>org.opendaylight.transportpce</groupId> |
| 3325 | <artifactId>transportpce-pce</artifactId> |
| 3326 | <version>4.1.0</version> |
| 3327 | </dependency> |
| 3328 | <dependency> |
| 3329 | <groupId>org.opendaylight.transportpce</groupId> |
| 3330 | <artifactId>transportpce-renderer</artifactId> |
| 3331 | <version>4.1.0</version> |
| 3332 | </dependency> |
| 3333 | <dependency> |
| 3334 | <groupId>org.opendaylight.transportpce</groupId> |
| 3335 | <artifactId>transportpce-servicehandler</artifactId> |
| 3336 | <version>4.1.0</version> |
| 3337 | </dependency> |
| 3338 | <dependency> |
| 3339 | <groupId>org.opendaylight.transportpce</groupId> |
| 3340 | <artifactId>transportpce-tapi</artifactId> |
| 3341 | <version>4.1.0</version> |
| 3342 | </dependency> |
| 3343 | <dependency> |
| 3344 | <groupId>org.opendaylight.transportpce</groupId> |
| 3345 | <artifactId>transportpce-tapimodels</artifactId> |
| 3346 | <version>4.1.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3347 | </dependency> |
| 3348 | <dependency> |
| 3349 | <groupId>org.opendaylight.yangtools</groupId> |
| 3350 | <artifactId>concepts</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3351 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3352 | </dependency> |
| 3353 | <dependency> |
| 3354 | <groupId>org.opendaylight.yangtools</groupId> |
| 3355 | <artifactId>odlext-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3356 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3357 | </dependency> |
| 3358 | <dependency> |
| 3359 | <groupId>org.opendaylight.yangtools</groupId> |
| 3360 | <artifactId>odlext-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3361 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3362 | </dependency> |
| 3363 | <dependency> |
| 3364 | <groupId>org.opendaylight.yangtools</groupId> |
| 3365 | <artifactId>openconfig-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3366 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3367 | </dependency> |
| 3368 | <dependency> |
| 3369 | <groupId>org.opendaylight.yangtools</groupId> |
| 3370 | <artifactId>openconfig-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3371 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3372 | </dependency> |
| 3373 | <dependency> |
| 3374 | <groupId>org.opendaylight.yangtools</groupId> |
| 3375 | <artifactId>rfc6241-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3376 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3377 | </dependency> |
| 3378 | <dependency> |
| 3379 | <groupId>org.opendaylight.yangtools</groupId> |
| 3380 | <artifactId>rfc6241-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3381 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3382 | </dependency> |
| 3383 | <dependency> |
| 3384 | <groupId>org.opendaylight.yangtools</groupId> |
| 3385 | <artifactId>rfc6536-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3386 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3387 | </dependency> |
| 3388 | <dependency> |
| 3389 | <groupId>org.opendaylight.yangtools</groupId> |
| 3390 | <artifactId>rfc6536-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3391 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3392 | </dependency> |
| 3393 | <dependency> |
| 3394 | <groupId>org.opendaylight.yangtools</groupId> |
| 3395 | <artifactId>rfc6643-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3396 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3397 | </dependency> |
| 3398 | <dependency> |
| 3399 | <groupId>org.opendaylight.yangtools</groupId> |
| 3400 | <artifactId>rfc6643-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3401 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3402 | </dependency> |
| 3403 | <dependency> |
| 3404 | <groupId>org.opendaylight.yangtools</groupId> |
| 3405 | <artifactId>rfc7952-data-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3406 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3407 | </dependency> |
| 3408 | <dependency> |
| 3409 | <groupId>org.opendaylight.yangtools</groupId> |
| 3410 | <artifactId>rfc7952-data-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3411 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3412 | </dependency> |
| 3413 | <dependency> |
| 3414 | <groupId>org.opendaylight.yangtools</groupId> |
| 3415 | <artifactId>rfc7952-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3416 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3417 | </dependency> |
| 3418 | <dependency> |
| 3419 | <groupId>org.opendaylight.yangtools</groupId> |
| 3420 | <artifactId>rfc7952-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3421 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3422 | </dependency> |
| 3423 | <dependency> |
| 3424 | <groupId>org.opendaylight.yangtools</groupId> |
| 3425 | <artifactId>rfc8040-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3426 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3427 | </dependency> |
| 3428 | <dependency> |
| 3429 | <groupId>org.opendaylight.yangtools</groupId> |
| 3430 | <artifactId>rfc8040-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3431 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3432 | </dependency> |
| 3433 | <dependency> |
| 3434 | <groupId>org.opendaylight.yangtools</groupId> |
| 3435 | <artifactId>rfc8528-data-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3436 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3437 | </dependency> |
| 3438 | <dependency> |
| 3439 | <groupId>org.opendaylight.yangtools</groupId> |
| 3440 | <artifactId>rfc8528-data-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3441 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3442 | </dependency> |
| 3443 | <dependency> |
| 3444 | <groupId>org.opendaylight.yangtools</groupId> |
| 3445 | <artifactId>rfc8528-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3446 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3447 | </dependency> |
| 3448 | <dependency> |
| 3449 | <groupId>org.opendaylight.yangtools</groupId> |
| 3450 | <artifactId>rfc8528-parser-support</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3451 | <version>7.0.9</version> |
| 3452 | </dependency> |
| 3453 | <dependency> |
| 3454 | <groupId>org.opendaylight.yangtools</groupId> |
| 3455 | <artifactId>rfc8639-model-api</artifactId> |
| 3456 | <version>7.0.9</version> |
| 3457 | </dependency> |
| 3458 | <dependency> |
| 3459 | <groupId>org.opendaylight.yangtools</groupId> |
| 3460 | <artifactId>rfc8639-parser-support</artifactId> |
| 3461 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3462 | </dependency> |
| 3463 | <dependency> |
| 3464 | <groupId>org.opendaylight.yangtools</groupId> |
| 3465 | <artifactId>util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3466 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3467 | </dependency> |
| 3468 | <dependency> |
| 3469 | <groupId>org.opendaylight.yangtools</groupId> |
| 3470 | <artifactId>yang-common</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3471 | <version>7.0.9</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3472 | </dependency> |
| 3473 | <dependency> |
| 3474 | <groupId>org.opendaylight.yangtools</groupId> |
| 3475 | <artifactId>yang-common-netty</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3476 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3477 | </dependency> |
| 3478 | <dependency> |
| 3479 | <groupId>org.opendaylight.yangtools</groupId> |
| 3480 | <artifactId>yang-data-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3481 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3482 | </dependency> |
| 3483 | <dependency> |
| 3484 | <groupId>org.opendaylight.yangtools</groupId> |
| 3485 | <artifactId>yang-data-codec-binfmt</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3486 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3487 | </dependency> |
| 3488 | <dependency> |
| 3489 | <groupId>org.opendaylight.yangtools</groupId> |
| 3490 | <artifactId>yang-data-codec-gson</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3491 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3492 | </dependency> |
| 3493 | <dependency> |
| 3494 | <groupId>org.opendaylight.yangtools</groupId> |
| 3495 | <artifactId>yang-data-codec-xml</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3496 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3497 | </dependency> |
| 3498 | <dependency> |
| 3499 | <groupId>org.opendaylight.yangtools</groupId> |
| 3500 | <artifactId>yang-data-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3501 | <version>7.0.9</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3502 | </dependency> |
| 3503 | <dependency> |
| 3504 | <groupId>org.opendaylight.yangtools</groupId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3505 | <artifactId>yang-data-spi</artifactId> |
| 3506 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3507 | </dependency> |
| 3508 | <dependency> |
| 3509 | <groupId>org.opendaylight.yangtools</groupId> |
| 3510 | <artifactId>yang-data-transform</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3511 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3512 | </dependency> |
| 3513 | <dependency> |
| 3514 | <groupId>org.opendaylight.yangtools</groupId> |
| 3515 | <artifactId>yang-data-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3516 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3517 | </dependency> |
| 3518 | <dependency> |
| 3519 | <groupId>org.opendaylight.yangtools</groupId> |
| 3520 | <artifactId>yang-model-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3521 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3522 | </dependency> |
| 3523 | <dependency> |
| 3524 | <groupId>org.opendaylight.yangtools</groupId> |
| 3525 | <artifactId>yang-model-export</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3526 | <version>7.0.9</version> |
| 3527 | </dependency> |
| 3528 | <dependency> |
| 3529 | <groupId>org.opendaylight.yangtools</groupId> |
| 3530 | <artifactId>yang-model-ri</artifactId> |
| 3531 | <version>7.0.9</version> |
| 3532 | </dependency> |
| 3533 | <dependency> |
| 3534 | <groupId>org.opendaylight.yangtools</groupId> |
| 3535 | <artifactId>yang-model-spi</artifactId> |
| 3536 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3537 | </dependency> |
| 3538 | <dependency> |
| 3539 | <groupId>org.opendaylight.yangtools</groupId> |
| 3540 | <artifactId>yang-model-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3541 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3542 | </dependency> |
| 3543 | <dependency> |
| 3544 | <groupId>org.opendaylight.yangtools</groupId> |
| 3545 | <artifactId>yang-parser-antlr</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3546 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3547 | </dependency> |
| 3548 | <dependency> |
| 3549 | <groupId>org.opendaylight.yangtools</groupId> |
| 3550 | <artifactId>yang-parser-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3551 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3552 | </dependency> |
| 3553 | <dependency> |
| 3554 | <groupId>org.opendaylight.yangtools</groupId> |
| 3555 | <artifactId>yang-parser-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3556 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3557 | </dependency> |
| 3558 | <dependency> |
| 3559 | <groupId>org.opendaylight.yangtools</groupId> |
| 3560 | <artifactId>yang-parser-reactor</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3561 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3562 | </dependency> |
| 3563 | <dependency> |
| 3564 | <groupId>org.opendaylight.yangtools</groupId> |
| 3565 | <artifactId>yang-parser-rfc7950</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3566 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3567 | </dependency> |
| 3568 | <dependency> |
| 3569 | <groupId>org.opendaylight.yangtools</groupId> |
| 3570 | <artifactId>yang-parser-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3571 | <version>7.0.9</version> |
| 3572 | </dependency> |
| 3573 | <dependency> |
| 3574 | <groupId>org.opendaylight.yangtools</groupId> |
| 3575 | <artifactId>yang-repo-api</artifactId> |
| 3576 | <version>7.0.9</version> |
| 3577 | </dependency> |
| 3578 | <dependency> |
| 3579 | <groupId>org.opendaylight.yangtools</groupId> |
| 3580 | <artifactId>yang-repo-fs</artifactId> |
| 3581 | <version>7.0.9</version> |
| 3582 | </dependency> |
| 3583 | <dependency> |
| 3584 | <groupId>org.opendaylight.yangtools</groupId> |
| 3585 | <artifactId>yang-repo-spi</artifactId> |
| 3586 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3587 | </dependency> |
| 3588 | <dependency> |
| 3589 | <groupId>org.opendaylight.yangtools</groupId> |
| 3590 | <artifactId>yang-xpath-antlr</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3591 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3592 | </dependency> |
| 3593 | <dependency> |
| 3594 | <groupId>org.opendaylight.yangtools</groupId> |
| 3595 | <artifactId>yang-xpath-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3596 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3597 | </dependency> |
| 3598 | <dependency> |
| 3599 | <groupId>org.opendaylight.yangtools</groupId> |
| 3600 | <artifactId>yang-xpath-impl</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3601 | <version>7.0.9</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3602 | </dependency> |
| 3603 | <dependency> |
| 3604 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3605 | <artifactId>pax-jdbc</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3606 | <version>1.5.0</version> |
| 3607 | </dependency> |
| 3608 | <dependency> |
| 3609 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3610 | <artifactId>pax-jdbc-config</artifactId> |
| 3611 | <version>1.5.0</version> |
| 3612 | </dependency> |
| 3613 | <dependency> |
| 3614 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3615 | <artifactId>pax-jdbc-db2</artifactId> |
| 3616 | <version>1.5.0</version> |
| 3617 | </dependency> |
| 3618 | <dependency> |
| 3619 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3620 | <artifactId>pax-jdbc-derby</artifactId> |
| 3621 | <version>1.5.0</version> |
| 3622 | </dependency> |
| 3623 | <dependency> |
| 3624 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3625 | <artifactId>pax-jdbc-derbyclient</artifactId> |
| 3626 | <version>1.5.0</version> |
| 3627 | </dependency> |
| 3628 | <dependency> |
| 3629 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3630 | <artifactId>pax-jdbc-hsqldb</artifactId> |
| 3631 | <version>1.5.0</version> |
| 3632 | </dependency> |
| 3633 | <dependency> |
| 3634 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3635 | <artifactId>pax-jdbc-jtds</artifactId> |
| 3636 | <version>1.5.0</version> |
| 3637 | </dependency> |
| 3638 | <dependency> |
| 3639 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3640 | <artifactId>pax-jdbc-mariadb</artifactId> |
| 3641 | <version>1.5.0</version> |
| 3642 | </dependency> |
| 3643 | <dependency> |
| 3644 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3645 | <artifactId>pax-jdbc-oracle</artifactId> |
| 3646 | <version>1.5.0</version> |
| 3647 | </dependency> |
| 3648 | <dependency> |
| 3649 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3650 | <artifactId>pax-jdbc-pool-aries</artifactId> |
| 3651 | <version>1.5.0</version> |
| 3652 | </dependency> |
| 3653 | <dependency> |
| 3654 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3655 | <artifactId>pax-jdbc-pool-c3p0</artifactId> |
| 3656 | <version>1.5.0</version> |
| 3657 | </dependency> |
| 3658 | <dependency> |
| 3659 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3660 | <artifactId>pax-jdbc-pool-common</artifactId> |
| 3661 | <version>1.5.0</version> |
| 3662 | </dependency> |
| 3663 | <dependency> |
| 3664 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3665 | <artifactId>pax-jdbc-pool-dbcp2</artifactId> |
| 3666 | <version>1.5.0</version> |
| 3667 | </dependency> |
| 3668 | <dependency> |
| 3669 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3670 | <artifactId>pax-jdbc-pool-hikaricp</artifactId> |
| 3671 | <version>1.5.0</version> |
| 3672 | </dependency> |
| 3673 | <dependency> |
| 3674 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3675 | <artifactId>pax-jdbc-pool-narayana</artifactId> |
| 3676 | <version>1.5.0</version> |
| 3677 | </dependency> |
| 3678 | <dependency> |
| 3679 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3680 | <artifactId>pax-jdbc-pool-transx</artifactId> |
| 3681 | <version>1.5.0</version> |
| 3682 | </dependency> |
| 3683 | <dependency> |
| 3684 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3685 | <artifactId>pax-jdbc-sqlite</artifactId> |
| 3686 | <version>1.5.0</version> |
| 3687 | </dependency> |
| 3688 | <dependency> |
| 3689 | <groupId>org.ops4j.pax.jdbc</groupId> |
| 3690 | <artifactId>pax-jdbc-teradata</artifactId> |
| 3691 | <version>1.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3692 | </dependency> |
| 3693 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3694 | <groupId>org.ops4j.pax.logging</groupId> |
| 3695 | <artifactId>pax-logging-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3696 | <version>2.0.10</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3697 | </dependency> |
| 3698 | <dependency> |
| 3699 | <groupId>org.ops4j.pax.logging</groupId> |
| 3700 | <artifactId>pax-logging-log4j2</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3701 | <version>2.0.10</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3702 | </dependency> |
| 3703 | <dependency> |
| 3704 | <groupId>org.ops4j.pax.logging</groupId> |
| 3705 | <artifactId>pax-logging-logback</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3706 | <version>2.0.10</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3707 | </dependency> |
| 3708 | <dependency> |
| 3709 | <groupId>org.ops4j.pax.tipi</groupId> |
| 3710 | <artifactId>org.ops4j.pax.tipi.tomcat-embed-core</artifactId> |
| 3711 | <version>9.0.36.1</version> |
| 3712 | </dependency> |
| 3713 | <dependency> |
| 3714 | <groupId>org.ops4j.pax.tipi</groupId> |
| 3715 | <artifactId>org.ops4j.pax.tipi.tomcat-embed-websocket</artifactId> |
| 3716 | <version>9.0.36.1</version> |
| 3717 | </dependency> |
| 3718 | <dependency> |
| 3719 | <groupId>org.ops4j.pax.transx</groupId> |
| 3720 | <artifactId>pax-transx-connector</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3721 | <version>0.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3722 | </dependency> |
| 3723 | <dependency> |
| 3724 | <groupId>org.ops4j.pax.transx</groupId> |
| 3725 | <artifactId>pax-transx-jdbc</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3726 | <version>0.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3727 | </dependency> |
| 3728 | <dependency> |
| 3729 | <groupId>org.ops4j.pax.transx</groupId> |
| 3730 | <artifactId>pax-transx-jms</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3731 | <version>0.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3732 | </dependency> |
| 3733 | <dependency> |
| 3734 | <groupId>org.ops4j.pax.transx</groupId> |
| 3735 | <artifactId>pax-transx-tm-api</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3736 | <version>0.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3737 | </dependency> |
| 3738 | <dependency> |
| 3739 | <groupId>org.ops4j.pax.transx</groupId> |
| 3740 | <artifactId>pax-transx-tm-atomikos</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3741 | <version>0.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3742 | </dependency> |
| 3743 | <dependency> |
| 3744 | <groupId>org.ops4j.pax.transx</groupId> |
| 3745 | <artifactId>pax-transx-tm-geronimo</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3746 | <version>0.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3747 | </dependency> |
| 3748 | <dependency> |
| 3749 | <groupId>org.ops4j.pax.transx</groupId> |
| 3750 | <artifactId>pax-transx-tm-narayana</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3751 | <version>0.5.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3752 | </dependency> |
| 3753 | <dependency> |
| 3754 | <groupId>org.ops4j.pax.url</groupId> |
| 3755 | <artifactId>pax-url-aether</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3756 | <version>2.6.7</version> |
| 3757 | </dependency> |
| 3758 | <dependency> |
| 3759 | <groupId>org.ops4j.pax.url</groupId> |
| 3760 | <artifactId>pax-url-classpath</artifactId> |
| 3761 | <version>2.6.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3762 | </dependency> |
| 3763 | <dependency> |
| 3764 | <groupId>org.ops4j.pax.url</groupId> |
| 3765 | <artifactId>pax-url-obr</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3766 | <version>2.6.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3767 | </dependency> |
| 3768 | <dependency> |
| 3769 | <groupId>org.ops4j.pax.url</groupId> |
| 3770 | <artifactId>pax-url-war</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3771 | <version>2.6.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3772 | </dependency> |
| 3773 | <dependency> |
| 3774 | <groupId>org.ops4j.pax.url</groupId> |
| 3775 | <artifactId>pax-url-wrap</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3776 | <version>2.6.7</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3777 | </dependency> |
| 3778 | <dependency> |
| 3779 | <groupId>org.ops4j.pax.web</groupId> |
| 3780 | <artifactId>pax-web-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3781 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3782 | </dependency> |
| 3783 | <dependency> |
| 3784 | <groupId>org.ops4j.pax.web</groupId> |
| 3785 | <artifactId>pax-web-deployer</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3786 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3787 | </dependency> |
| 3788 | <dependency> |
| 3789 | <groupId>org.ops4j.pax.web</groupId> |
| 3790 | <artifactId>pax-web-descriptor</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3791 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3792 | </dependency> |
| 3793 | <dependency> |
| 3794 | <groupId>org.ops4j.pax.web</groupId> |
| 3795 | <artifactId>pax-web-extender-war</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3796 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3797 | </dependency> |
| 3798 | <dependency> |
| 3799 | <groupId>org.ops4j.pax.web</groupId> |
| 3800 | <artifactId>pax-web-extender-whiteboard</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3801 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3802 | </dependency> |
| 3803 | <dependency> |
| 3804 | <groupId>org.ops4j.pax.web</groupId> |
| 3805 | <artifactId>pax-web-jetty</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3806 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3807 | </dependency> |
| 3808 | <dependency> |
| 3809 | <groupId>org.ops4j.pax.web</groupId> |
| 3810 | <artifactId>pax-web-jsp</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3811 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3812 | </dependency> |
| 3813 | <dependency> |
| 3814 | <groupId>org.ops4j.pax.web</groupId> |
| 3815 | <artifactId>pax-web-resources-extender</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3816 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3817 | </dependency> |
| 3818 | <dependency> |
| 3819 | <groupId>org.ops4j.pax.web</groupId> |
| 3820 | <artifactId>pax-web-resources-jsf</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3821 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3822 | </dependency> |
| 3823 | <dependency> |
| 3824 | <groupId>org.ops4j.pax.web</groupId> |
| 3825 | <artifactId>pax-web-runtime</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3826 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3827 | </dependency> |
| 3828 | <dependency> |
| 3829 | <groupId>org.ops4j.pax.web</groupId> |
| 3830 | <artifactId>pax-web-spi</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3831 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3832 | </dependency> |
| 3833 | <dependency> |
| 3834 | <groupId>org.ops4j.pax.web</groupId> |
| 3835 | <artifactId>pax-web-tomcat</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3836 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3837 | </dependency> |
| 3838 | <dependency> |
| 3839 | <groupId>org.ops4j.pax.web</groupId> |
| 3840 | <artifactId>pax-web-undertow</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3841 | <version>7.3.19</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3842 | </dependency> |
| 3843 | <dependency> |
| 3844 | <groupId>org.osgi</groupId> |
| 3845 | <artifactId>org.osgi.service.event</artifactId> |
| 3846 | <version>1.4.0</version> |
| 3847 | </dependency> |
| 3848 | <dependency> |
| 3849 | <groupId>org.osgi</groupId> |
| 3850 | <artifactId>org.osgi.service.jdbc</artifactId> |
| 3851 | <version>1.0.0</version> |
| 3852 | </dependency> |
| 3853 | <dependency> |
| 3854 | <groupId>org.osgi</groupId> |
| 3855 | <artifactId>org.osgi.util.function</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3856 | <version>1.1.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3857 | </dependency> |
| 3858 | <dependency> |
| 3859 | <groupId>org.osgi</groupId> |
| 3860 | <artifactId>org.osgi.util.promise</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3861 | <version>1.1.1</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3862 | </dependency> |
| 3863 | <dependency> |
| 3864 | <groupId>org.ow2.asm</groupId> |
| 3865 | <artifactId>asm</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3866 | <version>9.2</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3867 | </dependency> |
| 3868 | <dependency> |
| 3869 | <groupId>org.ow2.asm</groupId> |
| 3870 | <artifactId>asm-analysis</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3871 | <version>9.2</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3872 | </dependency> |
| 3873 | <dependency> |
| 3874 | <groupId>org.ow2.asm</groupId> |
| 3875 | <artifactId>asm-commons</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3876 | <version>9.2</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3877 | </dependency> |
| 3878 | <dependency> |
| 3879 | <groupId>org.ow2.asm</groupId> |
| 3880 | <artifactId>asm-tree</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3881 | <version>9.2</version> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3882 | </dependency> |
| 3883 | <dependency> |
| 3884 | <groupId>org.ow2.asm</groupId> |
| 3885 | <artifactId>asm-util</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3886 | <version>9.2</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3887 | </dependency> |
| 3888 | <dependency> |
Michael DÜrre | 4f50392 | 2021-10-29 07:53:09 +0200 | [diff] [blame] | 3889 | <groupId>org.owasp.encoder</groupId> |
| 3890 | <artifactId>encoder</artifactId> |
| 3891 | <version>1.2.3</version> |
| 3892 | </dependency> |
| 3893 | <dependency> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3894 | <groupId>org.postgresql</groupId> |
| 3895 | <artifactId>postgresql</artifactId> |
| 3896 | <version>42.2.8</version> |
| 3897 | </dependency> |
| 3898 | <dependency> |
| 3899 | <groupId>org.reactivestreams</groupId> |
| 3900 | <artifactId>reactive-streams</artifactId> |
| 3901 | <version>1.0.3</version> |
| 3902 | </dependency> |
| 3903 | <dependency> |
| 3904 | <groupId>org.scala-lang.modules</groupId> |
| 3905 | <artifactId>scala-java8-compat_2.13</artifactId> |
| 3906 | <version>0.9.1</version> |
| 3907 | </dependency> |
| 3908 | <dependency> |
| 3909 | <groupId>org.scala-lang.modules</groupId> |
| 3910 | <artifactId>scala-parser-combinators_2.13</artifactId> |
| 3911 | <version>1.1.2</version> |
| 3912 | </dependency> |
| 3913 | <dependency> |
| 3914 | <groupId>org.scala-lang</groupId> |
| 3915 | <artifactId>scala-library</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3916 | <version>2.13.6</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3917 | </dependency> |
| 3918 | <dependency> |
| 3919 | <groupId>org.scala-lang</groupId> |
| 3920 | <artifactId>scala-reflect</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3921 | <version>2.13.6</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3922 | </dependency> |
| 3923 | <dependency> |
| 3924 | <groupId>org.slf4j</groupId> |
| 3925 | <artifactId>slf4j-api</artifactId> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3926 | <version>1.7.32</version> |
| 3927 | </dependency> |
| 3928 | <dependency> |
| 3929 | <groupId>org.xerial.snappy</groupId> |
| 3930 | <artifactId>snappy-java</artifactId> |
| 3931 | <version>1.1.7.3</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3932 | </dependency> |
| 3933 | <dependency> |
| 3934 | <groupId>org.xerial</groupId> |
| 3935 | <artifactId>sqlite-jdbc</artifactId> |
Michael DÜrre | b91d791 | 2021-07-07 07:28:02 +0200 | [diff] [blame] | 3936 | <version>3.34.0</version> |
Dan Timoney | 06b5003 | 2021-06-07 13:55:46 -0400 | [diff] [blame] | 3937 | </dependency> |
| 3938 | <dependency> |
| 3939 | <groupId>tech.pantheon.triemap</groupId> |
| 3940 | <artifactId>triemap</artifactId> |
| 3941 | <version>1.2.0</version> |
| 3942 | </dependency> |
Dan Timoney | 7f23907 | 2020-06-01 09:28:12 -0400 | [diff] [blame] | 3943 | </dependencies> |
| 3944 | </dependencyManagement> |
Michael DÜrre | 7bb133e | 2022-01-18 10:06:31 +0100 | [diff] [blame^] | 3945 | |
Singal, Kapil (ks220y) | e1d0e25 | 2021-02-01 22:06:16 -0500 | [diff] [blame] | 3946 | <build> |
| 3947 | <plugins> |
| 3948 | <plugin> |
| 3949 | <groupId>org.apache.maven.plugins</groupId> |
| 3950 | <artifactId>maven-deploy-plugin</artifactId> |
| 3951 | <!-- This version supports the "deployAtEnd" parameter --> |
| 3952 | <version>2.8</version> |
| 3953 | <configuration> |
| 3954 | <skip/> |
| 3955 | <deployAtEnd>true</deployAtEnd> |
| 3956 | </configuration> |
| 3957 | </plugin> |
| 3958 | </plugins> |
| 3959 | </build> |
Dan Timoney | 7f23907 | 2020-06-01 09:28:12 -0400 | [diff] [blame] | 3960 | </project> |