diff --git a/smart-admin-api-java17-springboot3/pom.xml b/smart-admin-api-java17-springboot3/pom.xml
index 086d0ee..1e2b044 100644
--- a/smart-admin-api-java17-springboot3/pom.xml
+++ b/smart-admin-api-java17-springboot3/pom.xml
@@ -241,6 +241,10 @@
logback-classic
ch.qos.logback
+
+ org.bouncycastle
+ bcprov-jdk15on
+
diff --git a/smart-admin-api-java17-springboot3/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/role/service/RoleEmployeeService.java b/smart-admin-api-java17-springboot3/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/role/service/RoleEmployeeService.java
index 05481c0..88e22dc 100644
--- a/smart-admin-api-java17-springboot3/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/role/service/RoleEmployeeService.java
+++ b/smart-admin-api-java17-springboot3/sa-admin/src/main/java/net/lab1024/sa/admin/module/system/role/service/RoleEmployeeService.java
@@ -22,7 +22,6 @@ import net.lab1024.sa.base.common.util.SmartBeanUtil;
import net.lab1024.sa.base.common.util.SmartPageUtil;
import org.apache.commons.collections4.CollectionUtils;
import org.springframework.stereotype.Service;
-import org.springframework.transaction.annotation.Transactional;
import java.util.List;
import java.util.Map;
diff --git a/smart-admin-api-java17-springboot3/sa-base/pom.xml b/smart-admin-api-java17-springboot3/sa-base/pom.xml
index a72aca4..bd5b22d 100644
--- a/smart-admin-api-java17-springboot3/sa-base/pom.xml
+++ b/smart-admin-api-java17-springboot3/sa-base/pom.xml
@@ -210,12 +210,6 @@
cn.idev.excel
fastexcel
-
-
- logback-classic
- ch.qos.logback
-
-
diff --git a/smart-admin-api-java8-springboot2/pom.xml b/smart-admin-api-java8-springboot2/pom.xml
index d50cdb7..28671c0 100644
--- a/smart-admin-api-java8-springboot2/pom.xml
+++ b/smart-admin-api-java8-springboot2/pom.xml
@@ -267,6 +267,10 @@
logback-classic
ch.qos.logback
+
+ org.bouncycastle
+ bcprov-jdk15on
+
diff --git a/smart-admin-api-java8-springboot2/sa-base/pom.xml b/smart-admin-api-java8-springboot2/sa-base/pom.xml
index fa760e1..788b77a 100644
--- a/smart-admin-api-java8-springboot2/sa-base/pom.xml
+++ b/smart-admin-api-java8-springboot2/sa-base/pom.xml
@@ -231,12 +231,6 @@
cn.idev.excel
fastexcel
-
-
- logback-classic
- ch.qos.logback
-
-
diff --git a/smart-admin-web-javascript/src/views/system/role/components/role-setting/index.vue b/smart-admin-web-javascript/src/views/system/role/components/role-setting/index.vue
index 31c16db..292fe2d 100644
--- a/smart-admin-web-javascript/src/views/system/role/components/role-setting/index.vue
+++ b/smart-admin-web-javascript/src/views/system/role/components/role-setting/index.vue
@@ -37,8 +37,3 @@
let activeKey = ref();
-
diff --git a/smart-admin-web-typescript/src/views/system/role/components/role-setting/index.vue b/smart-admin-web-typescript/src/views/system/role/components/role-setting/index.vue
index 5a8247b..7ff80bc 100644
--- a/smart-admin-web-typescript/src/views/system/role/components/role-setting/index.vue
+++ b/smart-admin-web-typescript/src/views/system/role/components/role-setting/index.vue
@@ -37,8 +37,3 @@
let activeKey = ref();
-