Showing
1 changed file
with
12 additions
and
0 deletions
@@ -468,11 +468,23 @@ | @@ -468,11 +468,23 @@ | ||
468 | <groupId>org.springframework.security</groupId> | 468 | <groupId>org.springframework.security</groupId> |
469 | <artifactId>spring-security-oauth2-client</artifactId> | 469 | <artifactId>spring-security-oauth2-client</artifactId> |
470 | <version>${spring-security.version}</version> | 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 | </dependency> | 477 | </dependency> |
472 | <dependency> | 478 | <dependency> |
473 | <groupId>org.springframework.security</groupId> | 479 | <groupId>org.springframework.security</groupId> |
474 | <artifactId>spring-security-oauth2-jose</artifactId> | 480 | <artifactId>spring-security-oauth2-jose</artifactId> |
475 | <version>${spring-security.version}</version> | 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 | </dependency> | 488 | </dependency> |
477 | <dependency> | 489 | <dependency> |
478 | <groupId>org.springframework.boot</groupId> | 490 | <groupId>org.springframework.boot</groupId> |