Browse Source

fix 修复 cos_api bcprov-jdk15on 漏洞

疯狂的狮子Li 3 years ago
parent
commit
df0497fb58
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ruoyi-oss/pom.xml

+ 4 - 0
ruoyi-oss/pom.xml

@@ -42,6 +42,10 @@
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.bouncycastle</groupId>
+                    <artifactId>bcprov-jdk15on</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>