Kaynağa Gözat

fix 修改pmæo–‡件

daiyihua 1 yıl önce
ebeveyn
işleme
1fc42f9a63
1 değiştirilmiş dosya ile 16 ekleme ve 0 silme
  1. 16 0
      pom.xml

+ 16 - 0
pom.xml

@@ -131,6 +131,22 @@
             <artifactId>ywt-biz-common</artifactId>
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.dubbo</groupId>
+            <artifactId>dubbo-spring-boot-starter</artifactId>
+            <version>3.2.7</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.dubbo</groupId>
+            <artifactId>dubbo-registry-nacos</artifactId>
+            <version>3.2.7</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.alibaba.nacos</groupId>
+            <artifactId>nacos-client</artifactId>
+            <version>2.2.1</version>
+        </dependency>
     </dependencies>
 
     <profiles>