|
@@ -4,13 +4,13 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-bom</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-bom</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
<description>
|
|
|
- km-common-bom common依赖项
|
|
|
+ common-bom common依赖项
|
|
|
</description>
|
|
|
|
|
|
<properties>
|
|
@@ -21,106 +21,106 @@
|
|
|
<dependencies>
|
|
|
<!-- 核心模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-core</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-core</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 加解密模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-encrypt</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-encrypt</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- excel模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-excel</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-excel</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 定时任务模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-job</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-job</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 序列化模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-json</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-json</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 日志模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-log</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-log</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 数据库映射模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-orm</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-orm</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- oss对象存储服务模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-oss</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-oss</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 限流公共服务 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-ratelimiter</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-ratelimiter</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 缓存服务 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-redis</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-redis</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 安全模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-security</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-security</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 接口模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-springdoc</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-springdoc</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 多租户模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-tenant</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-tenant</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- web服务 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-web</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-web</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- WebSocket模块 -->
|
|
|
<dependency>
|
|
|
- <groupId>com.km</groupId>
|
|
|
- <artifactId>km-common-websocket</artifactId>
|
|
|
+ <groupId>org.eco</groupId>
|
|
|
+ <artifactId>common-websocket</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
</dependency>
|
|
|
|