|
23 | 23 | <payara.version>5.2020.2</payara.version> |
24 | 24 |
|
25 | 25 | <!-- *** Other dependency versions *** --> |
| 26 | + <glassfish.jaxb.version>2.3.1</glassfish.jaxb.version> |
26 | 27 | <slf4j.version>1.7.30</slf4j.version> |
27 | 28 | <logback.version>1.1.7</logback.version> |
28 | 29 | <vaadin.version.warning>TODO: Remove bootstrap.js in widgetset</vaadin.version.warning> |
|
312 | 313 | <scope>runtime</scope> |
313 | 314 | </dependency> |
314 | 315 |
|
| 316 | + <dependency> |
| 317 | + <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 318 | + <artifactId>jackson-jaxrs-base</artifactId> |
| 319 | + <version>${jackson.version}</version> |
| 320 | + <scope>provided</scope> |
| 321 | + </dependency> |
| 322 | + <dependency> |
| 323 | + <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 324 | + <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 325 | + <version>${jackson.version}</version> |
| 326 | + <scope>provided</scope> |
| 327 | + </dependency> |
| 328 | + |
| 329 | + <dependency> |
| 330 | + <groupId>com.vaadin</groupId> |
| 331 | + <artifactId>vaadin-themes</artifactId> |
| 332 | + <version>${vaadin.version}</version> |
| 333 | + <scope>provided</scope> |
| 334 | + </dependency> |
| 335 | + |
| 336 | + <dependency> |
| 337 | + <groupId>org.apache.httpcomponents</groupId> |
| 338 | + <artifactId>httpclient</artifactId> |
| 339 | + <version>4.5.4</version> |
| 340 | + <scope>provided</scope> |
| 341 | + </dependency> |
| 342 | + <dependency> |
| 343 | + <groupId>org.apache.httpcomponents</groupId> |
| 344 | + <artifactId>httpcore</artifactId> |
| 345 | + <version>4.4.1</version> |
| 346 | + <scope>provided</scope> |
| 347 | + </dependency> |
| 348 | + |
315 | 349 | <dependency> |
316 | 350 | <groupId>org.bouncycastle</groupId> |
317 | 351 | <artifactId>bcpkix-jdk15on</artifactId> |
|
362 | 396 | </exclusion> |
363 | 397 | </exclusions> |
364 | 398 | </dependency> |
| 399 | + <dependency> |
| 400 | + <groupId>com.sun.xml.fastinfoset</groupId> |
| 401 | + <artifactId>FastInfoset</artifactId> |
| 402 | + <version>1.2.15</version> |
| 403 | + <scope>provided</scope> |
| 404 | + <!-- Dependency of hibernate-core --> |
| 405 | + </dependency> |
| 406 | + <dependency> |
| 407 | + <groupId>org.glassfish.jaxb</groupId> |
| 408 | + <artifactId>jaxb-runtime</artifactId> |
| 409 | + <version>${glassfish.jaxb.version}</version> |
| 410 | + <scope>provided</scope> |
| 411 | + <!-- Dependency of hibernate-core --> |
| 412 | + </dependency> |
| 413 | + <dependency> |
| 414 | + <groupId>org.glassfish.jaxb</groupId> |
| 415 | + <artifactId>txw2</artifactId> |
| 416 | + <version>${glassfish.jaxb.version}</version> |
| 417 | + <scope>provided</scope> |
| 418 | + <!-- Dependency of hibernate-core --> |
| 419 | + </dependency> |
| 420 | + <dependency> |
| 421 | + <groupId>org.jvnet.staxex</groupId> |
| 422 | + <artifactId>stax-ex</artifactId> |
| 423 | + <version>1.8</version> |
| 424 | + <scope>provided</scope> |
| 425 | + <!-- Dependency of hibernate-core --> |
| 426 | + </dependency> |
| 427 | + <dependency> |
| 428 | + <groupId>com.vladmihalcea</groupId> |
| 429 | + <artifactId>hibernate-types-52</artifactId> |
| 430 | + <version>2.9.13</version> |
| 431 | + <scope>provided</scope> |
| 432 | + <!-- Additional datatypes for hibernate-core --> |
| 433 | + <exclusions> |
| 434 | + <exclusion> |
| 435 | + <groupId>com.fasterxml.jackson.module</groupId> |
| 436 | + <artifactId>jackson-module-jaxb-annotations</artifactId> |
| 437 | + </exclusion> |
| 438 | + </exclusions> |
| 439 | + </dependency> |
365 | 440 |
|
366 | 441 | <dependency> |
367 | 442 | <groupId>org.jsoup</groupId> |
|
402 | 477 | <scope>provided</scope> |
403 | 478 | </dependency> |
404 | 479 |
|
405 | | - <dependency> |
406 | | - <groupId>com.vaadin</groupId> |
407 | | - <artifactId>vaadin-themes</artifactId> |
408 | | - <version>${vaadin.version}</version> |
409 | | - <scope>provided</scope> |
410 | | - </dependency> |
411 | | - |
412 | 480 | <!-- *** Domain libs END *** --> |
413 | 481 |
|
414 | 482 | <dependency> |
|
509 | 577 | <groupId>org.keycloak</groupId> |
510 | 578 | <artifactId>keycloak-admin-client</artifactId> |
511 | 579 | <version>${keycloak.version}</version> |
512 | | - <!-- TODO #3449: avoid scope compile --> |
513 | 580 | <exclusions> |
514 | 581 | <!-- Exclude Payara modules here --> |
515 | 582 | <exclusion> |
|
529 | 596 | </exclusion> |
530 | 597 | </exclusions> |
531 | 598 | </dependency> |
| 599 | + <dependency> |
| 600 | + <groupId>org.keycloak</groupId> |
| 601 | + <artifactId>keycloak-common</artifactId> |
| 602 | + <version>${keycloak.version}</version> |
| 603 | + <!-- No Domain lib, because it ran with Ant into problem, see https://stackoverflow.com/questions/64857838/invalid-jdk-version-in-profile-compile-java8-release-flag-unbounded-range-9 --> |
| 604 | + </dependency> |
532 | 605 | <dependency> |
533 | 606 | <groupId>org.keycloak</groupId> |
534 | 607 | <artifactId>keycloak-core</artifactId> |
535 | 608 | <version>${keycloak.version}</version> |
536 | | - <!-- TODO #3449: avoid scope compile --> |
| 609 | + <!-- No Domain lib, because it ran with Ant into problem, see https://stackoverflow.com/questions/64857838/invalid-jdk-version-in-profile-compile-java8-release-flag-unbounded-range-9 --> |
537 | 610 | </dependency> |
538 | 611 | <dependency> |
539 | 612 | <groupId>org.keycloak</groupId> |
540 | 613 | <artifactId>keycloak-servlet-filter-adapter</artifactId> |
541 | 614 | <version>${keycloak.version}</version> |
542 | | - <!-- TODO #3449: avoid scope compile --> |
543 | 615 | </dependency> |
544 | 616 |
|
545 | 617 | <dependency> |
546 | 618 | <groupId>com.googlecode.libphonenumber</groupId> |
547 | 619 | <artifactId>libphonenumber</artifactId> |
548 | 620 | <version>8.12.11</version> |
549 | | - <!-- TODO #3449: avoid scope compile --> |
550 | 621 | </dependency> |
551 | 622 |
|
552 | 623 | <dependency> |
553 | 624 | <groupId>com.jayway.jsonpath</groupId> |
554 | 625 | <artifactId>json-path</artifactId> |
555 | 626 | <version>2.4.0</version> |
556 | | - <!-- TODO #3449: avoid scope compile --> |
557 | | - </dependency> |
558 | | - |
559 | | - <dependency> |
560 | | - <groupId>com.vladmihalcea</groupId> |
561 | | - <artifactId>hibernate-types-52</artifactId> |
562 | | - <version>2.9.13</version> |
563 | | - <!-- TODO #3449: avoid scope compile --> |
564 | 627 | </dependency> |
565 | 628 |
|
566 | 629 | <dependency> |
567 | 630 | <groupId>com.fasterxml.jackson.core</groupId> |
568 | 631 | <artifactId>jackson-module-jaxm-annotations</artifactId> |
569 | 632 | <version>${jackson.version}</version> |
570 | | - <!-- TODO #3449: avoid scope compile --> |
| 633 | + <!-- TODO #3449: Not existing artifactId --> |
571 | 634 | </dependency> |
572 | 635 |
|
573 | 636 | <dependency> |
|
0 commit comments