|
|
|
@ -70,6 +70,12 @@
@@ -70,6 +70,12 @@
|
|
|
|
|
<groupId>org.springframework.retry</groupId> |
|
|
|
|
<artifactId>spring-retry</artifactId> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>javax.annotation</groupId> |
|
|
|
|
<artifactId>javax.annotation-api</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
@ -133,6 +139,16 @@
@@ -133,6 +139,16 @@
|
|
|
|
|
<groupId>org.springframework.security.oauth.boot</groupId> |
|
|
|
|
<artifactId>spring-security-oauth2-autoconfigure</artifactId> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>javax.activation</groupId> |
|
|
|
|
<artifactId>javax.activation-api</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|