修改 common 模块名.

This commit is contained in:
lijiahang
2023-10-09 17:35:36 +08:00
parent 890afa093c
commit 8f626d278c
58 changed files with 70 additions and 21 deletions

View File

@@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-common</artifactId>
<artifactId>orion-ops-framework-common</artifactId>
</dependency>
</dependencies>

View File

@@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-common</artifactId>
<artifactId>orion-ops-framework-common</artifactId>
</dependency>
<!-- infra provider -->
@@ -35,6 +35,30 @@
<version>${revision}</version>
</dependency>
<!-- web -->
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-web</artifactId>
</dependency>
<!-- log -->
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-log</artifactId>
</dependency>
<!-- operator-log -->
<!-- <dependency>-->
<!-- <groupId>com.orion.ops</groupId>-->
<!-- <artifactId>orion-ops-spring-boot-starter-operator-log</artifactId>-->
<!-- </dependency>-->
<!-- desensitize -->
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-desensitize</artifactId>
</dependency>
<!-- security -->
<dependency>
<groupId>com.orion.ops</groupId>