Skip to content

Commit

Permalink
refactor: 🎨 优化dubbo包管理方式
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Sep 14, 2023
1 parent 599d78a commit 51b918c
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions bubble-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<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>
<dubbo.version>3.2.6</dubbo.version>
<sms4j.version>2.2.0</sms4j.version>
</properties>

Expand Down Expand Up @@ -451,35 +451,11 @@
<!-- dubbo -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<artifactId>dubbo-bom</artifactId>
<version>${dubbo.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-nacos</artifactId>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-zookeeper</artifactId>
<version>${dubbo.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>


<!-- sms4j https://wind.kim/ -->
<dependency>
Expand Down

0 comments on commit 51b918c

Please sign in to comment.