blob: eff16e5fba3420b8469eedae2294e48562116e7c [file] [log] [blame]
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -04002<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">
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -04003 <modelVersion>4.0.0</modelVersion>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -04004
5 <parent>
6 <groupId>org.opendaylight.odlparent</groupId>
7 <artifactId>odlparent</artifactId>
Singal, Kapil (ks220y)f15762d2019-12-03 10:48:17 -05008 <version>4.0.10</version>
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -04009 <relativePath/>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040010 </parent>
11
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -040012 <groupId>org.onap.ccsdk.parent</groupId>
13 <artifactId>dependencies-odl-bom</artifactId>
Dan Timoney568e3542020-05-26 08:49:35 -040014 <version>1.5.7-SNAPSHOT</version>
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -040015 <packaging>pom</packaging>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040016
Timoney, Dan (dt5972)54fc4ce2019-06-25 09:26:00 -040017 <distributionManagement>
18 <repository>
19 <id>ecomp-releases</id>
20 <url>https://nexus.onap.org/content/repositories/releases</url>
21 </repository>
22 <snapshotRepository>
23 <id>ecomp-snapshots</id>
24 <url>https://nexus.onap.org/content/repositories/snapshots</url>
25 </snapshotRepository>
26 </distributionManagement>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040027
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040028 <!-- Note: maven properties do not work as expected in BOMs. The property settings are
29 not imported - so if you use a property in the version below, the pom that imports your BOM is
30 expected to have that property set - defeating the whole point of a BOM. Moral : use constants,
31 not properties, for versions in BOMs -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040032 <dependencyManagement>
33 <dependencies>
34 <!-- OpenDaylight dependencies -->
35 <dependency>
Dan Timoney49c2f042020-04-10 13:50:09 -040036 <groupId>org.opendaylight.bgpcep</groupId>
37 <artifactId>bgp-artifacts</artifactId>
38 <version>0.11.1</version>
39 <type>pom</type>
40 <scope>import</scope>
41 </dependency>
42 <dependency>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040043 <groupId>org.opendaylight.controller</groupId>
44 <artifactId>mdsal-artifacts</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -040045 <version>1.9.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040046 <type>pom</type>
47 <scope>import</scope>
48 </dependency>
49 <dependency>
50 <groupId>org.opendaylight.controller</groupId>
51 <artifactId>sal-binding-broker-impl</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -040052 <version>1.9.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040053 </dependency>
54 <dependency>
55 <groupId>org.opendaylight.controller</groupId>
56 <artifactId>sal-binding-broker-impl</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -040057 <version>1.9.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040058 <type>test-jar</type>
59 <classifier>tests</classifier>
60 <scope>test</scope>
61 </dependency>
62 <dependency>
63 <groupId>org.opendaylight.controller</groupId>
64 <artifactId>sal-test-model</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -040065 <version>1.9.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040066 </dependency>
67 <dependency>
68 <groupId>org.opendaylight.mdsal</groupId>
69 <artifactId>mdsal-artifacts</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -040070 <version>3.0.8</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040071 <type>pom</type>
72 <scope>import</scope>
73 </dependency>
74 <dependency>
75 <groupId>org.opendaylight.netconf</groupId>
76 <artifactId>netconf-artifacts</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -040077 <version>1.6.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040078 <type>pom</type>
79 <scope>import</scope>
80 </dependency>
81 <dependency>
82 <groupId>org.opendaylight.netconf</groupId>
83 <artifactId>restconf-artifacts</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -040084 <version>1.9.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040085 <type>pom</type>
86 <scope>import</scope>
87 </dependency>
88
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -040089 <!-- Other dependencies -->
90 <dependency>
91 <groupId>ch.qos.logback</groupId>
92 <artifactId>logback-classic</artifactId>
93 <version>1.2.3</version>
94 </dependency>
95 <dependency>
96 <groupId>ch.qos.logback</groupId>
97 <artifactId>logback-core</artifactId>
98 <version>1.2.3</version>
99 </dependency>
100 <dependency>
101 <groupId>ch.vorburger.mariaDB4j</groupId>
102 <artifactId>mariaDB4j</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500103 <version>2.4.0</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400104 <scope>test</scope>
105 </dependency>
106 <dependency>
107 <groupId>com.att.eelf</groupId>
108 <artifactId>eelf-core</artifactId>
109 <version>1.0.0</version>
110 </dependency>
111 <dependency>
112 <groupId>com.carrotsearch</groupId>
113 <artifactId>hppc</artifactId>
114 <version>0.7.1</version>
115 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500116 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400117 <dependency>
118 <groupId>com.fasterxml.jackson</groupId>
119 <artifactId>jackson-bom</artifactId>
Singal, Kapil (ks220y)f15762d2019-12-03 10:48:17 -0500120 <version>2.9.8</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400121 <type>pom</type>
122 <scope>import</scope>
123 </dependency>
124 <dependency>
125 <groupId>com.github.stefanbirkner</groupId>
126 <artifactId>system-rules</artifactId>
127 <version>1.19.0</version>
128 </dependency>
129 <dependency>
130 <groupId>com.github.tomakehurst</groupId>
131 <artifactId>wiremock</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500132 <version>2.25.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400133 <scope>test</scope>
134 </dependency>
135 <dependency>
136 <groupId>com.google.code.gson</groupId>
137 <artifactId>gson</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500138 <version>2.8.6</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400139 </dependency>
140 <dependency>
141 <groupId>com.google.protobuf</groupId>
142 <artifactId>protobuf-java</artifactId>
Singal, Kapil (ks220y)b5adc452020-02-20 13:53:41 -0500143 <version>3.10.0</version>
144 </dependency>
145 <dependency>
146 <groupId>com.google.protobuf</groupId>
147 <artifactId>protobuf-java-util</artifactId>
148 <version>3.10.0</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400149 </dependency>
150 <dependency>
151 <groupId>com.jayway.jsonpath</groupId>
152 <artifactId>json-path</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500153 <version>2.4.0</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400154 </dependency>
155 <dependency>
156 <groupId>com.ning</groupId>
157 <artifactId>compress-lzf</artifactId>
158 <version>1.0.2</version>
159 </dependency>
160 <dependency>
161 <groupId>com.spatial4j</groupId>
162 <artifactId>spatial4j</artifactId>
163 <version>0.5</version>
164 </dependency>
165 <dependency>
166 <groupId>com.tdunning</groupId>
167 <artifactId>t-digest</artifactId>
168 <version>3.0</version>
169 </dependency>
170 <dependency>
171 <groupId>com.twitter</groupId>
172 <artifactId>jsr166e</artifactId>
173 <version>1.1.0</version>
174 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500175 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400176 <dependency>
177 <groupId>commons-collections</groupId>
178 <artifactId>commons-collections</artifactId>
179 <version>3.2.2</version>
180 </dependency>
181 <dependency>
182 <groupId>commons-cli</groupId>
183 <artifactId>commons-cli</artifactId>
184 <version>1.3.1</version>
185 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500186 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400187 <dependency>
188 <groupId>commons-io</groupId>
189 <artifactId>commons-io</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400190 <version>2.6</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400191 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500192 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400193 <dependency>
194 <groupId>commons-logging</groupId>
195 <artifactId>commons-logging</artifactId>
196 <version>1.2</version>
197 </dependency>
198 <dependency>
199 <groupId>dom4j</groupId>
200 <artifactId>dom4j</artifactId>
201 <version>1.6.1</version>
202 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500203 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400204 <dependency>
Timoney, Dan (dt5972)93ebb3d2019-09-06 12:16:00 -0400205 <groupId>io.netty</groupId>
206 <artifactId>netty-bom</artifactId>
207 <version>4.1.34.Final</version>
208 <type>pom</type>
Singal, Kapil (ks220y)b5adc452020-02-20 13:53:41 -0500209 <scope>import</scope>
Timoney, Dan (dt5972)93ebb3d2019-09-06 12:16:00 -0400210 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500211 <!-- Indirect ODL constraint : should be compatible with io.netty version -->
Timoney, Dan (dt5972)93ebb3d2019-09-06 12:16:00 -0400212 <dependency>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400213 <groupId>io.grpc</groupId>
Singal, Kapil (ks220y)b5adc452020-02-20 13:53:41 -0500214 <artifactId>grpc-bom</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500215 <version>1.21.1</version>
Singal, Kapil (ks220y)b5adc452020-02-20 13:53:41 -0500216 <type>pom</type>
217 <scope>import</scope>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400218 </dependency>
219 <dependency>
220 <groupId>jakarta-regexp</groupId>
221 <artifactId>jakarta-regexp</artifactId>
222 <version>1.4</version>
223 </dependency>
224 <dependency>
225 <groupId>javax</groupId>
226 <artifactId>javaee-api</artifactId>
227 <version>7.0</version>
228 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500229 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400230 <dependency>
231 <groupId>javax.servlet</groupId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400232 <artifactId>javax.servlet-api</artifactId>
233 <version>3.1.0</version>
234 </dependency>
235 <dependency>
236 <groupId>javax.servlet</groupId>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400237 <artifactId>servlet-api</artifactId>
238 <version>2.5</version>
239 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500240
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400241 <dependency>
242 <groupId>joda-time</groupId>
243 <artifactId>joda-time</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400244 <version>2.9.7</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400245 </dependency>
246 <dependency>
247 <groupId>junit</groupId>
248 <artifactId>junit</artifactId>
249 <version>4.12</version>
250 <scope>test</scope>
251 </dependency>
252 <dependency>
253 <groupId>org.apache.commons</groupId>
254 <artifactId>commons-io</artifactId>
255 <version>1.3.2</version>
256 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500257 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400258 <dependency>
259 <groupId>org.apache.commons</groupId>
260 <artifactId>commons-lang3</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400261 <version>3.8.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400262 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500263 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400264 <dependency>
265 <groupId>org.apache.commons</groupId>
266 <artifactId>commons-text</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400267 <version>1.6</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400268 </dependency>
269 <dependency>
270 <groupId>org.apache.derby</groupId>
271 <artifactId>derby</artifactId>
272 <version>10.14.2.0</version>
273 <scope>test</scope>
274 </dependency>
275 <dependency>
276 <groupId>org.apache.httpcomponents</groupId>
277 <artifactId>httpcore</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500278 <version>4.4.12</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400279 </dependency>
280 <dependency>
281 <groupId>org.apache.httpcomponents</groupId>
282 <artifactId>httpclient</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500283 <version>4.5.10</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400284 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500285
286 <!-- There are newer major releases of lucene available -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400287 <dependency>
288 <groupId>org.apache.lucene</groupId>
289 <artifactId>lucene-analyzers-common</artifactId>
290 <version>5.4.1</version>
291 </dependency>
292 <dependency>
293 <groupId>org.apache.lucene</groupId>
294 <artifactId>lucene-backward-codecs</artifactId>
295 <version>5.4.1</version>
296 </dependency>
297 <dependency>
298 <groupId>org.apache.lucene</groupId>
299 <artifactId>lucene-core</artifactId>
300 <version>5.4.1</version>
301 </dependency>
302 <dependency>
303 <groupId>org.apache.lucene</groupId>
304 <artifactId>lucene-grouping</artifactId>
305 <version>5.4.1</version>
306 </dependency>
307 <dependency>
308 <groupId>org.apache.lucene</groupId>
309 <artifactId>lucene-highlighter</artifactId>
310 <version>5.4.1</version>
311 </dependency>
312 <dependency>
313 <groupId>org.apache.lucene</groupId>
314 <artifactId>lucene-join</artifactId>
315 <version>5.4.1</version>
316 </dependency>
317 <dependency>
318 <groupId>org.apache.lucene</groupId>
319 <artifactId>lucene-memory</artifactId>
320 <version>5.4.1</version>
321 </dependency>
322 <dependency>
323 <groupId>org.apache.lucene</groupId>
324 <artifactId>lucene-misc</artifactId>
325 <version>5.4.1</version>
326 </dependency>
327 <dependency>
328 <groupId>org.apache.lucene</groupId>
329 <artifactId>lucene-queries</artifactId>
330 <version>5.4.1</version>
331 </dependency>
332 <dependency>
333 <groupId>org.apache.lucene</groupId>
334 <artifactId>lucene-queryparser</artifactId>
335 <version>5.4.1</version>
336 </dependency>
337 <dependency>
338 <groupId>org.apache.lucene</groupId>
339 <artifactId>lucene-sandbox</artifactId>
340 <version>5.4.1</version>
341 </dependency>
342 <dependency>
343 <groupId>org.apache.lucene</groupId>
344 <artifactId>lucene-spatial</artifactId>
345 <version>5.4.1</version>
346 </dependency>
347 <dependency>
348 <groupId>org.apache.lucene</groupId>
349 <artifactId>lucene-spatial3d</artifactId>
350 <version>5.4.1</version>
351 </dependency>
352 <dependency>
353 <groupId>org.apache.lucene</groupId>
354 <artifactId>lucene-suggest</artifactId>
355 <version>5.4.1</version>
356 </dependency>
357 <dependency>
358 <groupId>org.apache.sling</groupId>
359 <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500360 <version>2.3.10</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400361 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500362 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400363 <dependency>
364 <groupId>org.apache.sshd</groupId>
365 <artifactId>sshd-core</artifactId>
Singal, Kapil (ks220y)04b970d2019-12-03 16:29:09 -0500366 <version>2.0.0</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400367 </dependency>
368 <dependency>
369 <groupId>org.apache.tomcat</groupId>
370 <artifactId>tomcat-jdbc</artifactId>
Dan Timoney7047ebf2020-04-23 08:24:54 -0400371 <version>9.0.30</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400372 </dependency>
373 <dependency>
374 <groupId>org.apache.velocity</groupId>
375 <artifactId>velocity</artifactId>
376 <version>1.7</version>
377 </dependency>
378 <dependency>
379 <groupId>org.codehaus.jackson</groupId>
380 <artifactId>jackson-jaxrs</artifactId>
381 <version>1.9.13</version>
382 </dependency>
383 <dependency>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400384 <groupId>org.codehaus.jettison</groupId>
385 <artifactId>jettison</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500386 <version>1.4.0</version>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400387 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500388 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400389 <dependency>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400390 <groupId>org.eclipse.jetty</groupId>
Singal, Kapil (ks220y)46751a72020-02-19 17:45:00 -0500391 <artifactId>jetty-server</artifactId>
392 <version>9.4.12.v20180830</version>
393 </dependency>
394 <!-- Constrained by OpenDaylight -->
395 <dependency>
396 <groupId>org.eclipse.jetty</groupId>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400397 <artifactId>jetty-servlet</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400398 <version>9.4.12.v20180830</version>
399 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500400 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400401 <dependency>
402 <groupId>org.eclipse.jetty</groupId>
403 <artifactId>jetty-servlets</artifactId>
404 <version>9.4.12.v20180830</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400405 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500406 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400407 <dependency>
408 <groupId>org.eclipse.jetty.websocket</groupId>
409 <artifactId>websocket-api</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400410 <version>9.4.12.v20180830</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400411 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500412 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400413 <dependency>
414 <groupId>org.eclipse.jetty.websocket</groupId>
415 <artifactId>websocket-servlet</artifactId>
Timoney, Dan (dt5972)135e4072019-07-01 13:08:58 -0400416 <version>9.4.12.v20180830</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400417 </dependency>
418 <dependency>
419 <groupId>org.elasticsearch</groupId>
420 <artifactId>elasticsearch</artifactId>
421 <version>2.2.0</version>
422 </dependency>
423 <dependency>
424 <groupId>org.elasticsearch</groupId>
425 <artifactId>securesm</artifactId>
426 <version>1.0</version>
427 </dependency>
428 <dependency>
429 <groupId>org.elasticsearch.plugin</groupId>
430 <artifactId>delete-by-query</artifactId>
431 <version>2.2.0</version>
432 </dependency>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500433 <!-- Constrained by OpenDaylight -->
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400434 <dependency>
435 <groupId>org.glassfish.jersey</groupId>
436 <artifactId>jersey-bom</artifactId>
437 <version>2.25.1</version>
438 <type>pom</type>
439 <scope>import</scope>
440 </dependency>
441 <dependency>
442 <groupId>org.hdrhistogram</groupId>
443 <artifactId>HdrHistogram</artifactId>
444 <version>2.1.6</version>
445 </dependency>
446 <dependency>
447 <groupId>org.java-websocket</groupId>
448 <artifactId>Java-WebSocket</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500449 <version>1.4.0</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400450 </dependency>
451 <dependency>
452 <groupId>org.joda</groupId>
453 <artifactId>joda-convert</artifactId>
454 <version>1.2</version>
455 </dependency>
456 <dependency>
457 <groupId>org.mockito</groupId>
458 <artifactId>mockito-core</artifactId>
Singal, Kapil (ks220y)ffff34a2020-02-27 11:02:51 -0500459 <version>2.23.4</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400460 <scope>test</scope>
461 </dependency>
462 <dependency>
463 <groupId>org.jsoup</groupId>
464 <artifactId>jsoup</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500465 <version>1.12.1</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400466 <scope>test</scope>
467 </dependency>
468 <dependency>
469 <groupId>org.mariadb.jdbc</groupId>
470 <artifactId>mariadb-java-client</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500471 <version>2.4.4</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400472 </dependency>
473 <dependency>
474 <groupId>org.powermock</groupId>
475 <artifactId>powermock-api-mockito2</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500476 <version>1.7.4</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400477 </dependency>
478 <dependency>
479 <groupId>org.powermock</groupId>
480 <artifactId>powermock-module-junit4</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500481 <version>1.7.4</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400482 </dependency>
483 <dependency>
484 <groupId>org.slf4j</groupId>
485 <artifactId>jcl-over-slf4j</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500486 <version>1.7.29</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400487 </dependency>
488 <dependency>
489 <groupId>org.springframework</groupId>
490 <artifactId>spring-framework-bom</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500491 <version>4.3.25.RELEASE</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400492 <type>pom</type>
493 <scope>import</scope>
494 </dependency>
495 <dependency>
496 <groupId>org.testng</groupId>
497 <artifactId>testng</artifactId>
Timoney, Dan (dt5972)48f55772019-12-17 10:44:04 -0500498 <version>6.14.3</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400499 </dependency>
500 <dependency>
501 <groupId>org.yaml</groupId>
502 <artifactId>snakeyaml</artifactId>
Singal, Kapil (ks220y)04b970d2019-12-03 16:29:09 -0500503 <version>1.25</version>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400504 </dependency>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400505 </dependencies>
Timoney, Dan (dt5972)bbcacd22019-06-18 10:42:07 -0400506 </dependencyManagement>
Singal, Kapil (ks220y)2e8a4da2019-10-01 22:31:50 -0400507</project>