|
|
@@ -78,10 +78,6 @@
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
<artifactId>caffeine</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.security</groupId>
|
|
|
- <artifactId>spring-security-oauth2-jose</artifactId>
|
|
|
- </dependency>
|
|
|
<!--启用 Spring Security 对 OAuth 2.0 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@@ -108,22 +104,11 @@
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-oauth2-jose</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.hutool</groupId>
|
|
|
- <artifactId>hutool-all</artifactId>
|
|
|
- <version>5.3.2</version>
|
|
|
- <scope>compile</scope>
|
|
|
- </dependency>
|
|
|
- <!--HttpClient -->
|
|
|
<dependency>
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
<version>3.1</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|