chore: 移除漏洞依赖 velocity

This commit is contained in:
fit2cloud-chenyw
2026-04-13 12:44:16 +08:00
committed by fit2cloud-chenyw
parent e9a3eab51c
commit fb3f6d2f0c

View File

@@ -66,6 +66,12 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -165,6 +171,12 @@
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-impl</artifactId>
<version>${opensaml.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>