|
33 | 33 | <bouncycastle.version>1.66</bouncycastle.version> |
34 | 34 | <keycloak.version>11.0.0</keycloak.version> |
35 | 35 |
|
| 36 | + <!-- Attention: Compile dependencies with versions are maintained redundantly in sormas-app/app/build.gradle --> |
| 37 | + |
36 | 38 | </properties> |
37 | 39 |
|
38 | 40 | <dependencyManagement> |
|
324 | 326 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
325 | 327 | <version>${jackson.version}</version> |
326 | 328 | <scope>provided</scope> |
| 329 | + <exclusions> |
| 330 | + <!-- Exclude Payara modules here --> |
| 331 | + <exclusion> |
| 332 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 333 | + <artifactId>jackson-annotations</artifactId> |
| 334 | + </exclusion> |
| 335 | + <exclusion> |
| 336 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 337 | + <artifactId>jackson-core</artifactId> |
| 338 | + </exclusion> |
| 339 | + <exclusion> |
| 340 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 341 | + <artifactId>jackson-databind</artifactId> |
| 342 | + </exclusion> |
| 343 | + <exclusion> |
| 344 | + <groupId>com.fasterxml.jackson.module</groupId> |
| 345 | + <artifactId>jackson-module-jaxb-annotations</artifactId> |
| 346 | + </exclusion> |
| 347 | + </exclusions> |
| 348 | + </dependency> |
| 349 | + |
| 350 | + <dependency> |
| 351 | + <groupId>com.github.mpkorstanje</groupId> |
| 352 | + <artifactId>simmetrics-core</artifactId> |
| 353 | + <version>4.1.1</version> |
| 354 | + <scope>provided</scope> |
| 355 | + </dependency> |
| 356 | + |
| 357 | + <dependency> |
| 358 | + <groupId>com.google.guava</groupId> |
| 359 | + <artifactId>guava</artifactId> |
| 360 | + <version>19.0</version> |
| 361 | + <scope>provided</scope> |
| 362 | + </dependency> |
| 363 | + |
| 364 | + <dependency> |
| 365 | + <groupId>com.opencsv</groupId> |
| 366 | + <artifactId>opencsv</artifactId> |
| 367 | + <version>5.3</version> |
| 368 | + <scope>provided</scope> |
327 | 369 | </dependency> |
328 | 370 |
|
329 | 371 | <dependency> |
|
333 | 375 | <scope>provided</scope> |
334 | 376 | </dependency> |
335 | 377 |
|
| 378 | + <dependency> |
| 379 | + <groupId>commons-beanutils</groupId> |
| 380 | + <artifactId>commons-beanutils</artifactId> |
| 381 | + <version>1.9.2</version> |
| 382 | + <scope>provided</scope> |
| 383 | + </dependency> |
| 384 | + <dependency> |
| 385 | + <groupId>commons-codec</groupId> |
| 386 | + <artifactId>commons-codec</artifactId> |
| 387 | + <version>1.9</version> |
| 388 | + <scope>provided</scope> |
| 389 | + </dependency> |
| 390 | + <dependency> |
| 391 | + <groupId>commons-collections</groupId> |
| 392 | + <artifactId>commons-collections</artifactId> |
| 393 | + <version>3.2.2</version> |
| 394 | + <scope>provided</scope> |
| 395 | + </dependency> |
| 396 | + <dependency> |
| 397 | + <groupId>commons-logging</groupId> |
| 398 | + <artifactId>commons-logging</artifactId> |
| 399 | + <version>1.2</version> |
| 400 | + <scope>provided</scope> |
| 401 | + </dependency> |
| 402 | + |
| 403 | + <dependency> |
| 404 | + <groupId>joda-time</groupId> |
| 405 | + <artifactId>joda-time</artifactId> |
| 406 | + <version>2.9.4</version> |
| 407 | + <scope>provided</scope> |
| 408 | + </dependency> |
| 409 | + |
336 | 410 | <dependency> |
337 | 411 | <groupId>org.apache.httpcomponents</groupId> |
338 | 412 | <artifactId>httpclient</artifactId> |
|
346 | 420 | <scope>provided</scope> |
347 | 421 | </dependency> |
348 | 422 |
|
| 423 | + <dependency> |
| 424 | + <groupId>org.apache.commons</groupId> |
| 425 | + <artifactId>commons-collections4</artifactId> |
| 426 | + <version>4.4</version> |
| 427 | + <scope>provided</scope> |
| 428 | + </dependency> |
| 429 | + <dependency> |
| 430 | + <groupId>org.apache.commons</groupId> |
| 431 | + <artifactId>commons-lang3</artifactId> |
| 432 | + <version>3.10</version> |
| 433 | + <scope>provided</scope> |
| 434 | + </dependency> |
| 435 | + <dependency> |
| 436 | + <groupId>org.apache.commons</groupId> |
| 437 | + <artifactId>commons-text</artifactId> |
| 438 | + <version>1.9</version> |
| 439 | + <scope>provided</scope> |
| 440 | + </dependency> |
| 441 | + |
349 | 442 | <dependency> |
350 | 443 | <groupId>org.bouncycastle</groupId> |
351 | 444 | <artifactId>bcpkix-jdk15on</artifactId> |
|
544 | 637 |
|
545 | 638 | <!-- compile dependencies --> |
546 | 639 |
|
547 | | - <dependency> |
548 | | - <groupId>org.apache.commons</groupId> |
549 | | - <artifactId>commons-lang3</artifactId> |
550 | | - <version>3.10</version> |
551 | | - </dependency> |
552 | | - |
553 | 640 | <dependency> |
554 | 641 | <groupId>commons-validator</groupId> |
555 | 642 | <artifactId>commons-validator</artifactId> |
556 | 643 | <version>1.6</version> |
557 | 644 | </dependency> |
558 | 645 |
|
559 | | - <dependency> |
560 | | - <groupId>com.github.mpkorstanje</groupId> |
561 | | - <artifactId>simmetrics-core</artifactId> |
562 | | - <version>4.1.1</version> |
563 | | - </dependency> |
564 | | - |
565 | | - <dependency> |
566 | | - <groupId>joda-time</groupId> |
567 | | - <artifactId>joda-time</artifactId> |
568 | | - <version>2.9.4</version> |
569 | | - </dependency> |
570 | 646 | <dependency> |
571 | 647 | <groupId>com.googlecode.libphonenumber</groupId> |
572 | 648 | <artifactId>libphonenumber</artifactId> |
|
693 | 769 | <version>3.3.0</version> |
694 | 770 | </dependency> |
695 | 771 |
|
696 | | - <!-- OpenCSV --> |
697 | | - <dependency> |
698 | | - <groupId>com.opencsv</groupId> |
699 | | - <artifactId>opencsv</artifactId> |
700 | | - <version>5.3</version> |
701 | | - </dependency> |
702 | | - |
703 | 772 | <!-- Swagger --> |
704 | 773 | <dependency> |
705 | 774 | <groupId>io.swagger.core.v3</groupId> |
|
0 commit comments