Skip to content

Commit

Permalink
refactor: ➕ 新增mica-bom依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Sep 12, 2023
1 parent bd1a8be commit c99c1bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bubble-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<fastjson.version>2.0.15</fastjson.version>
<aliyun-oss.version>3.16.2</aliyun-oss.version>
<lombok.version>1.18.28</lombok.version>
<mica.version>3.1.3</mica.version>
<mica-auto.version>2.3.2</mica-auto.version>
<easy-trans.version>2.2.6</easy-trans.version>
<dubbo.version>3.1.11</dubbo.version>
Expand Down Expand Up @@ -426,6 +427,14 @@
<version>${mica-auto.version}</version>
</dependency>

<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-bom</artifactId>
<version>${mica.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- easy-trans -->
<dependency>
<groupId>com.fhs-opensource</groupId>
Expand Down

0 comments on commit c99c1bb

Please sign in to comment.