(improvement)(chat) Remove redundant maven dependencies and classes (#453)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-11-30 19:36:18 +08:00
committed by GitHub
parent 380597f0c3
commit 507c02a8fd
13 changed files with 20 additions and 87 deletions

View File

@@ -24,10 +24,7 @@
<!-- use uber jar with all dependencies included, change classifier to http for smaller jar -->
<classifier>all</classifier>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.tencent.supersonic</groupId>
<artifactId>common</artifactId>
@@ -63,11 +60,6 @@
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>com.tencent.supersonic</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.tencent.supersonic</groupId>
<artifactId>auth-api</artifactId>