iailab-framework/iailab-common-biz-data-permission/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
iailab-framework/iailab-common-biz-tenant/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
iailab-module-data/iailab-module-data-biz/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
iailab-module-infra/iailab-module-infra-biz/pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
iailab-framework/iailab-common-biz-data-permission/pom.xml
@@ -33,6 +33,10 @@ <groupId>com.iailab</groupId> <artifactId>iailab-common-mybatis</artifactId> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> <!-- RPC 远程调用相关 --> <dependency> iailab-framework/iailab-common-biz-tenant/pom.xml
@@ -37,6 +37,10 @@ <groupId>com.iailab</groupId> <artifactId>iailab-common-redis</artifactId> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> <!-- RPC 远程调用相关 --> <dependency> iailab-module-data/iailab-module-data-biz/pom.xml
@@ -66,6 +66,10 @@ <groupId>com.iailab</groupId> <artifactId>iailab-common-mybatis</artifactId> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> <!-- RPC 远程调用相关 --> <dependency> iailab-module-infra/iailab-module-infra-biz/pom.xml
@@ -141,6 +141,11 @@ <artifactId>tika-core</artifactId> <!-- 文件客户端:文件类型的识别 --> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> </dependencies> <build> <!-- 设置构建的 jar 包名 --> pom.xml
@@ -102,6 +102,7 @@ <xercesImpl.version>2.12.2</xercesImpl.version> <weixin-java.version>4.6.0</weixin-java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <postgresql.version>42.7.2</postgresql.version> </properties> <profiles> @@ -258,6 +259,11 @@ <!-- DB 相关 --> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>${postgresql.version}</version> </dependency> <dependency> <groupId>com.iailab</groupId> <artifactId>iailab-common-mybatis</artifactId> <version>${revision}</version>