Browse Source

:zap: 优化pom 依赖

冷冷 6 năm trước cách đây
mục cha
commit
d709e1a6ce
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 0 4
      pigx-auth/pom.xml
  2. 4 0
      pigx-common/pigx-common-security/pom.xml

+ 0 - 4
pigx-auth/pom.xml

@@ -72,10 +72,6 @@
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>org.springframework.boot</groupId>
-			<artifactId>spring-boot-starter-jdbc</artifactId>
-		</dependency>
 		<!--web 模块-->
 		<dependency>
 			<groupId>org.springframework.boot</groupId>

+ 4 - 0
pigx-common/pigx-common-security/pom.xml

@@ -45,6 +45,10 @@
 			<groupId>org.springframework.cloud</groupId>
 			<artifactId>spring-cloud-starter-security</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-jdbc</artifactId>
+		</dependency>
 		<!--UPMS API-->
 		<dependency>
 			<groupId>com.pig4cloud</groupId>