Fix milvus dependency conflict (#1246)

This commit is contained in:
二毛
2024-06-28 14:14:04 +08:00
committed by GitHub
parent 3d4c078d95
commit 3e8283a7b6
5 changed files with 18 additions and 25 deletions

View File

@@ -38,10 +38,6 @@
<artifactId>druid</artifactId>
<version>${alibaba.druid.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -50,7 +46,6 @@
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>${pagehelper.version}</version>
<scope>compile</scope>
</dependency>