Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
db7b6be82e Merge bfb828f8f5 into 983aac6c4d 2025-07-10 15:33:08 +00:00
zhuoda
983aac6c4d v3.24.0【优化】SM4依赖优化;【优化】前端样式 2025-07-10 23:32:55 +08:00
7 changed files with 8 additions and 23 deletions

View File

@@ -241,6 +241,10 @@
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@@ -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;

View File

@@ -210,12 +210,6 @@
<dependency>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
<exclusions>
<exclusion>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>

View File

@@ -267,6 +267,10 @@
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@@ -231,12 +231,6 @@
<dependency>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
<exclusions>
<exclusion>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>

View File

@@ -37,8 +37,3 @@
let activeKey = ref();
</script>
<style scoped lang="less">
.role-container {
height: 100%;
}
</style>

View File

@@ -37,8 +37,3 @@
let activeKey = ref();
</script>
<style scoped lang="less">
.role-container {
height: 100%;
}
</style>