Skip to content

Commit

Permalink
refactor: 🎨 移除部分包版本管理
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Sep 16, 2023
1 parent 51b918c commit 68389cd
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions bubble-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@

<!-- Other Dependency Versions -->
<knife4j.version>4.3.0</knife4j.version>
<okhttp.version>4.9.3</okhttp.version>
<hutool.version>5.8.21</hutool.version>
<guava.version>32.1.2-jre</guava.version>
<auto-service.version>1.1.1</auto-service.version>
<httpclient.version>4.5.14</httpclient.version>
<mybatis-plus.version>3.5.3.2</mybatis-plus.version>
<dynamic-datasource.version>4.1.3</dynamic-datasource.version>
<easyexcel.version>3.2.1</easyexcel.version>
Expand Down Expand Up @@ -207,13 +205,6 @@
<scope>import</scope>
</dependency>

<!-- okhttp3 -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>

<!-- guava -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -242,15 +233,6 @@
<scope>import</scope>
</dependency>



<!-- httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>

<!-- mybatis-plus -->
<dependency>
<groupId>com.baomidou</groupId>
Expand Down Expand Up @@ -333,13 +315,6 @@
<version>${redisson.version}</version>
</dependency>

<!-- curator -->
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>${curator.version}</version>
</dependency>

<!-- aliyun-log -->
<dependency>
<groupId>com.aliyun.openservices</groupId>
Expand Down

0 comments on commit 68389cd

Please sign in to comment.