From 3abe4cf4062f5a8710479334ba08b441a64b682d Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 21 三月 2023 18:28:58 +0800
Subject: [PATCH] 密码策略
---
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.10.0