From e12e717a045c4b5d9893ddac9135c1721e7a0cc3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 16 三月 2023 17:58:26 +0800 Subject: [PATCH] 上传更改过的源码jar包,上传租户管理相关功能 --- Source/BladeX/blade-auth/pom.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Source/BladeX/blade-auth/pom.xml b/Source/BladeX/blade-auth/pom.xml index 4d979ce..b79e5d7 100644 --- a/Source/BladeX/blade-auth/pom.xml +++ b/Source/BladeX/blade-auth/pom.xml @@ -6,7 +6,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>BladeX</artifactId> + <artifactId>UBCS</artifactId> <groupId>org.springblade</groupId> <version>3.0.1.RELEASE</version> </parent> @@ -89,6 +89,16 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency> + <!--oracle椹卞姩--> + <dependency> + <groupId>com.oracle.database.jdbc</groupId> + <artifactId>ojdbc8</artifactId> + </dependency> + <dependency> + <groupId>cn.easyproject</groupId> + <artifactId>orai18n</artifactId> + <version>${orai18n.version}</version> + </dependency> <!-- 閾捐矾杩借釜銆佹湇鍔$洃鎺� --> <!--<dependency> <groupId>org.springblade</groupId> -- Gitblit v1.9.3