|
@@ -10,7 +10,15 @@
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<artifactId>sms_water</artifactId>
|
|
<artifactId>sms_water</artifactId>
|
|
- <dependencies>
|
|
|
|
|
|
+ <dependencies> <!--common-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
|
+ <artifactId>spring-cloud-starter-oauth2</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.security.oauth</groupId>
|
|
|
|
+ <artifactId>spring-security-oauth2</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-all</artifactId>
|
|
<artifactId>hutool-all</artifactId>
|