♻️ ballcat-oauth 更名为 ballcat-auth,将授权相关代码剥离。方便后续将授权服务和 upms 资源服务分开独立部署
This commit is contained in:
@@ -292,15 +292,15 @@
|
||||
<artifactId>ballcat-system-model</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- oauth 授权模块 -->
|
||||
<!-- auth 授权模块 -->
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-oauth-controller</artifactId>
|
||||
<artifactId>ballcat-auth-controller</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-oauth-biz</artifactId>
|
||||
<artifactId>ballcat-auth-biz</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<!-- notify 通知模块 -->
|
||||
|
||||
Reference in New Issue
Block a user