添加公共实体类依赖

This commit is contained in:
cwchen 2024-02-20 16:22:17 +08:00
parent 221491c5bb
commit 7c22ecfef1
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
<dependency>
<groupId>com.securitycontrol</groupId>
<artifactId>securitycontrol-commons-entity</artifactId>
</dependency>
</dependencies>