提交 76a56d7f authored 作者: sin's avatar sin

- 修改dubbo版本

上级 78d10765
...@@ -17,4 +17,13 @@ ...@@ -17,4 +17,13 @@
<module>promotion-application</module> <module>promotion-application</module>
</modules> </modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>2.7.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project> </project>
\ No newline at end of file
...@@ -57,13 +57,13 @@ ...@@ -57,13 +57,13 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId> <artifactId>dubbo</artifactId>
</dependency> </dependency>
<dependency> <!--<dependency>-->
<groupId>com.alibaba.boot</groupId> <!--<groupId>com.alibaba.boot</groupId>-->
<artifactId>dubbo-spring-boot-starter</artifactId> <!--<artifactId>dubbo-spring-boot-starter</artifactId>-->
</dependency> <!--</dependency>-->
<dependency> <dependency>
<groupId>org.apache.curator</groupId> <groupId>org.apache.curator</groupId>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId> <artifactId>dubbo</artifactId>
</dependency> </dependency>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论