Skip to content

Commit

Permalink
chore(pom.xml): seata依赖调整为common-seata
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxianrui committed Nov 29, 2022
1 parent 43ee28a commit 87060a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 29 deletions.
23 changes: 5 additions & 18 deletions laboratory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,6 @@
<version>1.9.5</version>
</dependency>


<!-- 分布式事务 -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-seata</artifactId>
<exclusions>
<exclusion>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
<version>${seata.version}</version>
</dependency>

<dependency>
<groupId>com.youlai</groupId>
<artifactId>oms-api</artifactId>
Expand Down Expand Up @@ -149,6 +131,11 @@
<artifactId>sentinel-datasource-nacos</artifactId>
</dependency>

<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-seata</artifactId>
</dependency>

</dependencies>

<build>
Expand Down
10 changes: 5 additions & 5 deletions mall-pms/pms-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>

<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
</dependency>

<!-- 商品feign客户端 -->
<dependency>
<groupId>com.youlai</groupId>
Expand Down Expand Up @@ -92,6 +87,11 @@
<artifactId>common-security</artifactId>
</dependency>

<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-seata</artifactId>
</dependency>

</dependencies>

<build>
Expand Down
12 changes: 6 additions & 6 deletions mall-ums/ums-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>ums-boot</artifactId>

<properties>
<service.port>8601</service.port>
<service.port>8801</service.port>
<service.nodeport>32003</service.nodeport>
</properties>

Expand Down Expand Up @@ -48,11 +48,6 @@
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>

<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-spring-boot-starter</artifactId>
</dependency>

<dependency>
<groupId>com.youlai</groupId>
<artifactId>ums-api</artifactId>
Expand All @@ -78,6 +73,11 @@
<artifactId>common-security</artifactId>
</dependency>

<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-seata</artifactId>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 87060a3

Please sign in to comment.