|
50 | 50 | <version.lib.graphql-java>22.1</version.lib.graphql-java> |
51 | 51 | <version.lib.graphql-java.extended.scalars>22.0</version.lib.graphql-java.extended.scalars> |
52 | 52 | <version.lib.grpc>1.73.0</version.lib.grpc> |
53 | | - <version.lib.google-findbugs-jsr305>3.0.2</version.lib.google-findbugs-jsr305> |
54 | 53 | <version.lib.guava>33.3.1-jre</version.lib.guava> |
55 | 54 | <version.lib.h2>2.4.240</version.lib.h2> |
56 | 55 | <version.lib.hamcrest>1.3</version.lib.hamcrest> |
57 | 56 | <version.lib.handlebars>4.5.1</version.lib.handlebars> |
58 | 57 | <version.lib.hibernate.family>6.3</version.lib.hibernate.family> |
59 | 58 | <version.lib.hibernate>${version.lib.hibernate.family}.1.Final</version.lib.hibernate> |
60 | | - <version.lib.hibernate-validator>8.0.2.Final</version.lib.hibernate-validator> |
61 | 59 | <version.lib.hikaricp>5.0.1</version.lib.hikaricp> |
62 | 60 | <version.lib.jackson>2.21.3</version.lib.jackson> |
63 | 61 | <version.lib.jakarta.activation-api>2.1.3</version.lib.jakarta.activation-api> |
|
80 | 78 | <!-- Jetbrains annotations: dependency convergence requirement, we never use this directly --> |
81 | 79 | <version.lib.jetbrains.annotations>17.0.0</version.lib.jetbrains.annotations> |
82 | 80 | <version.lib.junit>5.12.2</version.lib.junit> |
83 | | - <version.lib.kafka>3.9.2</version.lib.kafka> |
84 | | - <!-- Kotlin: dependency convergence requirement, we never use this directly --> |
85 | | - <version.lib.kotlin>1.9.10</version.lib.kotlin> |
86 | 81 | <version.lib.log4j>2.25.4</version.lib.log4j> |
87 | 82 | <version.lib.micrometer>1.15.2</version.lib.micrometer> |
88 | 83 | <version.lib.micrometer-prometheus>1.15.2</version.lib.micrometer-prometheus> |
|
91 | 86 | <version.lib.narayana>7.1.0.Final</version.lib.narayana> |
92 | 87 | <version.lib.ojdbc.family>23</version.lib.ojdbc.family> |
93 | 88 | <version.lib.ojdbc>${version.lib.ojdbc.family}.26.1.0.0</version.lib.ojdbc> |
94 | | - <!-- Force upgrade of okio for dependency convergence --> |
95 | | - <version.lib.okio>3.6.0</version.lib.okio> |
96 | | - <!-- Force upgrade okhttp3 for dependency convergence --> |
97 | | - <version.lib.okhttp3>4.12.0</version.lib.okhttp3> |
98 | 89 | <version.lib.opentelemetry.semconv>1.37.0</version.lib.opentelemetry.semconv> |
99 | 90 | <version.lib.opentelemetry>1.58.0</version.lib.opentelemetry> |
100 | | - <version.lib.opentelemetry.instrumentation.annotations>2.24.0</version.lib.opentelemetry.instrumentation.annotations> |
101 | 91 | <version.lib.parsson>1.1.7</version.lib.parsson> |
102 | 92 | <version.lib.postgresql>42.7.11</version.lib.postgresql> |
103 | 93 | <version.lib.prometheus>0.16.0</version.lib.prometheus> |
|
107 | 97 | <version.lib.testcontainers>1.21.4</version.lib.testcontainers> |
108 | 98 | <version.lib.typesafe-config>1.4.8</version.lib.typesafe-config> |
109 | 99 | <version.lib.yasson>3.0.4</version.lib.yasson> |
110 | | - <version.lib.zookeeper>3.5.7</version.lib.zookeeper> |
111 | 100 | </properties> |
112 | 101 |
|
113 | 102 | <dependencyManagement> |
|
161 | 150 | </exclusion> |
162 | 151 | </exclusions> |
163 | 152 | </dependency> |
164 | | - <!-- --> |
165 | | - <dependency> |
166 | | - <groupId>io.opentelemetry.instrumentation</groupId> |
167 | | - <artifactId>opentelemetry-instrumentation-annotations</artifactId> |
168 | | - <version>${version.lib.opentelemetry.instrumentation.annotations}</version> |
169 | | - </dependency> |
170 | | - <dependency> |
171 | | - <groupId>io.opentelemetry.instrumentation</groupId> |
172 | | - <artifactId>opentelemetry-instrumentation-api</artifactId> |
173 | | - <version>${version.lib.opentelemetry}</version> |
174 | | - </dependency> |
175 | 153 | <!-- |
176 | 154 | "Jakarta XML Binding API". (See |
177 | 155 | https://github.com/jakartaee/jaxb-api/blob/d8a68e76a5391cb2462f540c9e4c5c81d0a91942/jaxb-api/pom.xml#L23-L25) |
|
248 | 226 | <artifactId>parsson</artifactId> |
249 | 227 | <version>${version.lib.parsson}</version> |
250 | 228 | </dependency> |
251 | | - <dependency> |
252 | | - <groupId>org.eclipse.parsson</groupId> |
253 | | - <artifactId>parsson-media</artifactId> |
254 | | - <version>${version.lib.parsson}</version> |
255 | | - </dependency> |
256 | 229 | <dependency> |
257 | 230 | <groupId>org.eclipse</groupId> |
258 | 231 | <artifactId>yasson</artifactId> |
|
276 | 249 | <version>${version.lib.snakeyaml}</version> |
277 | 250 | </dependency> |
278 | 251 | <!-- Webserver related --> |
279 | | - <dependency> |
280 | | - <groupId>io.prometheus</groupId> |
281 | | - <artifactId>simpleclient</artifactId> |
282 | | - <version>${version.lib.prometheus}</version> |
283 | | - </dependency> |
284 | | - <dependency> |
285 | | - <groupId>io.prometheus</groupId> |
286 | | - <artifactId>simpleclient_common</artifactId> |
287 | | - <version>${version.lib.prometheus}</version> |
288 | | - </dependency> |
289 | 252 | <dependency> |
290 | 253 | <groupId>io.prometheus</groupId> |
291 | 254 | <artifactId>simpleclient_tracer_common</artifactId> |
|
330 | 293 | <version>${version.lib.micrometer}</version> |
331 | 294 | </dependency> |
332 | 295 |
|
333 | | - <dependency> |
334 | | - <groupId>io.smallrye</groupId> |
335 | | - <artifactId>jandex</artifactId> |
336 | | - <version>${version.lib.jandex}</version> |
337 | | - </dependency> |
338 | | - |
339 | 296 | <!-- Integrations related --> |
340 | 297 | <dependency> |
341 | 298 | <groupId>jakarta.persistence</groupId> |
|
388 | 345 | <artifactId>hibernate-core</artifactId> |
389 | 346 | <version>${version.lib.hibernate}</version> |
390 | 347 | </dependency> |
391 | | - <dependency> |
392 | | - <groupId>org.hibernate.validator</groupId> |
393 | | - <artifactId>hibernate-validator</artifactId> |
394 | | - <version>${version.lib.hibernate-validator}</version> |
395 | | - </dependency> |
396 | 348 | <dependency> |
397 | 349 | <groupId>org.jboss.narayana.jta</groupId> |
398 | 350 | <artifactId>narayana-jta</artifactId> |
|
423 | 375 | </exclusion> |
424 | 376 | </exclusions> |
425 | 377 | </dependency> |
426 | | - <!-- Kafka support --> |
427 | | - <dependency> |
428 | | - <groupId>org.apache.kafka</groupId> |
429 | | - <artifactId>kafka-clients</artifactId> |
430 | | - <version>${version.lib.kafka}</version> |
431 | | - </dependency> |
432 | | - <dependency> |
433 | | - <groupId>org.jetbrains.kotlin</groupId> |
434 | | - <artifactId>kotlin-stdlib</artifactId> |
435 | | - <version>${version.lib.kotlin}</version> |
436 | | - </dependency> |
437 | | - <dependency> |
438 | | - <groupId>org.jetbrains.kotlin</groupId> |
439 | | - <artifactId>kotlin-stdlib-common</artifactId> |
440 | | - <version>${version.lib.kotlin}</version> |
441 | | - </dependency> |
442 | | - <dependency> |
443 | | - <groupId>org.jetbrains.kotlin</groupId> |
444 | | - <artifactId>kotlin-stdlib-jdk8</artifactId> |
445 | | - <version>${version.lib.kotlin}</version> |
446 | | - </dependency> |
447 | 378 | <dependency> |
448 | 379 | <groupId>org.jetbrains</groupId> |
449 | 380 | <artifactId>annotations</artifactId> |
|
460 | 391 | <artifactId>reactive-streams</artifactId> |
461 | 392 | <version>${version.lib.reactivestreams}</version> |
462 | 393 | </dependency> |
463 | | - <dependency> |
464 | | - <groupId>org.reactivestreams</groupId> |
465 | | - <artifactId>reactive-streams-tck</artifactId> |
466 | | - <version>${version.lib.reactivestreams}</version> |
467 | | - </dependency> |
468 | 394 | <!-- END OF Section 1: direct third party dependencies --> |
469 | 395 |
|
470 | 396 | <!-- Section 2: third party dependencies used by examples (obsolete) --> |
471 | 397 | <!-- END OF Section 2: third party dependencies used by examples --> |
472 | 398 |
|
473 | 399 | <!-- Section 3: transitive dependencies we manage the version of for convergence/upgrade --> |
| 400 | + <!-- For dependency convergence --> |
474 | 401 | <dependency> |
475 | 402 | <groupId>com.google.guava</groupId> |
476 | 403 | <artifactId>guava</artifactId> |
|
488 | 415 | <artifactId>commons-lang3</artifactId> |
489 | 416 | <version>${version.lib.commons-lang}</version> |
490 | 417 | </dependency> |
491 | | - <dependency> |
492 | | - <!-- Force upgrade okhttp3 for dependency convergence --> |
493 | | - <groupId>com.squareup.okhttp3</groupId> |
494 | | - <artifactId>okhttp</artifactId> |
495 | | - <version>${version.lib.okhttp3}</version> |
496 | | - </dependency> |
497 | | - <dependency> |
498 | | - <!-- For dependency convergence --> |
499 | | - <groupId>com.squareup.okio</groupId> |
500 | | - <artifactId>okio</artifactId> |
501 | | - <version>${version.lib.okio}</version> |
502 | | - </dependency> |
503 | | - <dependency> |
504 | | - <!-- For dependency convergence --> |
505 | | - <groupId>com.squareup.okio</groupId> |
506 | | - <artifactId>okio-jvm</artifactId> |
507 | | - <version>${version.lib.okio}</version> |
508 | | - </dependency> |
509 | 418 | <!-- For dependency convergence --> |
510 | 419 | <dependency> |
511 | 420 | <groupId>com.google.errorprone</groupId> |
512 | 421 | <artifactId>error_prone_annotations</artifactId> |
513 | 422 | <version>${version.lib.google-error-prone-annotations}</version> |
514 | 423 | </dependency> |
515 | | - <dependency> |
516 | | - <groupId>com.google.code.findbugs</groupId> |
517 | | - <artifactId>jsr305</artifactId> |
518 | | - <version>${version.lib.google-findbugs-jsr305}</version> |
519 | | - </dependency> |
| 424 | + <!-- For dependency convergence --> |
520 | 425 | <dependency> |
521 | 426 | <groupId>com.google.code.gson</groupId> |
522 | 427 | <artifactId>gson</artifactId> |
523 | 428 | <version>${version.lib.google-gson}</version> |
524 | 429 | </dependency> |
| 430 | + <!-- For dependency convergence --> |
525 | 431 | <dependency> |
526 | 432 | <groupId>com.google.j2objc</groupId> |
527 | 433 | <artifactId>j2objc-annotations</artifactId> |
|
550 | 456 | <artifactId>testcontainers</artifactId> |
551 | 457 | <version>${version.lib.testcontainers}</version> |
552 | 458 | </dependency> |
553 | | - <dependency> |
554 | | - <groupId>org.testcontainers</groupId> |
555 | | - <artifactId>mongodb</artifactId> |
556 | | - <version>${version.lib.testcontainers}</version> |
557 | | - </dependency> |
558 | 459 | <dependency> |
559 | 460 | <groupId>org.testcontainers</groupId> |
560 | 461 | <artifactId>mysql</artifactId> |
|
565 | 466 | <artifactId>jdbc</artifactId> |
566 | 467 | <version>${version.lib.testcontainers}</version> |
567 | 468 | </dependency> |
568 | | - <dependency> |
569 | | - <groupId>org.testcontainers</groupId> |
570 | | - <artifactId>oracle-xe</artifactId> |
571 | | - <version>${version.lib.testcontainers}</version> |
572 | | - </dependency> |
573 | | - <dependency> |
574 | | - <groupId>org.slf4j</groupId> |
575 | | - <artifactId>slf4j-simple</artifactId> |
576 | | - <version>${version.lib.slf4j}</version> |
577 | | - </dependency> |
578 | 469 | <!-- END OF Section 4: Testing --> |
579 | 470 |
|
580 | 471 | <!-- imported boms --> |
|
0 commit comments