pom依赖排除测试

This commit is contained in:
张松 2025-03-10 14:37:51 +08:00
parent e9947bdc69
commit 76633e7de6
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@
<groupId>com.czg</groupId> <groupId>com.czg</groupId>
<artifactId>cash-common-tools</artifactId> <artifactId>cash-common-tools</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.binarywang</groupId> <groupId>com.github.binarywang</groupId>