| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
-          xmlns="http://maven.apache.org/POM/4.0.0"
 
-          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.taais</groupId>
 
-     <artifactId>taais-common-bom</artifactId>
 
-     <version>${revision}</version>
 
-     <packaging>pom</packaging>
 
-     <description>
 
-         taais-common-bom common依赖项
 
-     </description>
 
-     <properties>
 
-         <revision>1.1.0</revision>
 
-     </properties>
 
-     <dependencyManagement>
 
-         <dependencies>
 
-             <!-- 核心模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-core</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 加解密模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-encrypt</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- excel模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-excel</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 定时任务模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-job</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 序列化模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-json</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 日志模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-log</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 数据库映射模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-orm</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- oss对象存储服务模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-oss</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 限流公共服务 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-ratelimiter</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 缓存服务 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-redis</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 安全模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-security</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 接口模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-springdoc</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- 多租户模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-tenant</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- web服务 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-web</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-             <!-- WebSocket模块 -->
 
-             <dependency>
 
-                 <groupId>com.taais</groupId>
 
-                 <artifactId>taais-common-websocket</artifactId>
 
-                 <version>${revision}</version>
 
-             </dependency>
 
-         </dependencies>
 
-     </dependencyManagement>
 
- </project>
 
 
  |