fix: Remove duplicate dependencies in pom.xml

This commit is contained in:
小民同学 2024-05-31 16:46:59 +08:00 committed by GitHub
parent 328445f7c0
commit ab642c615e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,12 +74,6 @@
<artifactId>bizlog-sdk</artifactId> <artifactId>bizlog-sdk</artifactId>
</dependency> </dependency>
<!-- 业务组件 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-module-system-api</artifactId> <!-- 需要使用它,进行 Token 的校验 -->
<version>${revision}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>