mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 10:57:15 +08:00 
			
		
		
		
	build(log): 移除 Web 模块依赖
This commit is contained in:
		| @@ -20,10 +20,10 @@ | |||||||
|     </modules> |     </modules> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <!-- Web 模块 --> |         <!-- 核心模块 --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>top.continew</groupId> |             <groupId>top.continew</groupId> | ||||||
|             <artifactId>continew-starter-web</artifactId> |             <artifactId>continew-starter-core</artifactId> | ||||||
|         </dependency> |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
| </project> | </project> | ||||||
		Reference in New Issue
	
	Block a user