Showing
1 changed file
with
12 additions
and
0 deletions
... | ... | @@ -468,11 +468,23 @@ |
468 | 468 | <groupId>org.springframework.security</groupId> |
469 | 469 | <artifactId>spring-security-oauth2-client</artifactId> |
470 | 470 | <version>${spring-security.version}</version> |
471 | + <exclusions> | |
472 | + <exclusion> | |
473 | + <groupId>org.springframework</groupId> | |
474 | + <artifactId>spring-core</artifactId> | |
475 | + </exclusion> | |
476 | + </exclusions> | |
471 | 477 | </dependency> |
472 | 478 | <dependency> |
473 | 479 | <groupId>org.springframework.security</groupId> |
474 | 480 | <artifactId>spring-security-oauth2-jose</artifactId> |
475 | 481 | <version>${spring-security.version}</version> |
482 | + <exclusions> | |
483 | + <exclusion> | |
484 | + <groupId>org.springframework</groupId> | |
485 | + <artifactId>spring-core</artifactId> | |
486 | + </exclusion> | |
487 | + </exclusions> | |
476 | 488 | </dependency> |
477 | 489 | <dependency> |
478 | 490 | <groupId>org.springframework.boot</groupId> | ... | ... |