去除common-lang的依赖

This commit is contained in:
everywhere.z
2022-06-29 11:41:48 +08:00
parent 2e3b0f5804
commit ee9868bbac

View File

@@ -72,12 +72,6 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>QLExpress</artifactId>
<exclusions>
<exclusion>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>