소스 검색

pom修改

785834757 1 년 전
부모
커밋
3cd9b0ae41
4개의 변경된 파일17개의 추가작업 그리고 11개의 파일을 삭제
  1. 6 0
      authentication/pom.xml
  2. 4 4
      platform/pom.xml
  3. 3 3
      pom.xml
  4. 4 4
      tenant/openfeign/pom.xml

+ 6 - 0
authentication/pom.xml

@@ -82,6 +82,12 @@
             <groupId>org.redisson</groupId>
             <artifactId>redisson-spring-data-27</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>com.alibaba.cloud</groupId>
+            <artifactId>spring-cloud-starter-alibaba-seata</artifactId>
+        </dependency>
+
     </dependencies>
     <build>
         <plugins>

+ 4 - 4
platform/pom.xml

@@ -26,10 +26,10 @@
 <!--            <version>2.2.8.RELEASE</version>-->
 <!--        </dependency>-->
 
-<!--        <dependency>-->
-<!--            <groupId>io.seata</groupId>-->
-<!--            <artifactId>seata-spring-boot-starter</artifactId>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-starter-openfeign</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.springframework.boot</groupId>

+ 3 - 3
pom.xml

@@ -109,9 +109,9 @@
 
 
       <dependency>
-        <groupId>io.seata</groupId>
-        <artifactId>seata-spring-boot-starter</artifactId>
-        <version>${seate.version}</version>
+        <groupId>org.springframework.cloud</groupId>
+        <artifactId>spring-cloud-starter-openfeign</artifactId>
+        <version>${openfeign.version}</version>
       </dependency>
 
       <!-- Spring Boot Starter Web -->

+ 4 - 4
tenant/openfeign/pom.xml

@@ -17,10 +17,10 @@
             <version>3.0.0</version>
         </dependency>
 
-<!--        <dependency>-->
-<!--            <groupId>org.springframework.cloud</groupId>-->
-<!--            <artifactId>spring-cloud-starter-openfeign</artifactId>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>org.springframework.cloud</groupId>
+            <artifactId>spring-cloud-starter-openfeign</artifactId>
+        </dependency>
 
     </dependencies>
     <build>