fix: deleted dubbo dependencies

pull/2724/head
chengpu.rzh 2 years ago
parent de3cfb10cb
commit 676ca4a66b

@ -6,7 +6,6 @@ Spring Cloud Alibaba 致力于提供分布式应用服务开发的一站式解
如果您对 Roadmap 有任何建议或想法,欢迎在 issues 中或者通过其他社区渠道向我们提出,一起讨论。
## 已包含的组件
**Sentinel**
@ -21,10 +20,6 @@ Spring Cloud Alibaba 致力于提供分布式应用服务开发的一站式解
Apache RocketMQ™ 基于 Java 的高性能、高吞吐量的分布式消息和流计算平台。
**Dubbo**
Apache Dubbo™ 是一款高性能 Java RPC 框架。
**Seata**
阿里巴巴开源产品,一个易于使用的高性能微服务分布式事务解决方案。

@ -2,45 +2,47 @@
See the [中文文档](https://github.com/alibaba/spring-cloud-alibaba/blob/master/Roadmap-zh.md) for Chinese Roadmap.
Spring Cloud Alibaba provides a one-stop solution for distributed application development. It contains all the
components required to develop distributed applications, making it easy for you to develop your applications using
Spring Cloud.
Spring Cloud Alibaba provides a one-stop solution for distributed application development. It contains all the components required to develop distributed applications, making it easy for you to develop your applications using Spring Cloud.
This project contains components from both open-source and commercialized Alibaba middleware productsbut are not limited to them.
This project contains components from both open-source and commercialized Alibaba middleware productsbut are not
limited to them.
If you have any suggestions on our roadmap, feel free to submit issues or contact us via the other channels.
## Components
**Sentinel**
An open-source project of Alibaba, Sentinel takes "flow" as breakthrough point, and provides solutions in areas such as flow control, concurrency, circuit breaking, and load protection to protect service stability.
An open-source project of Alibaba, Sentinel takes "flow" as breakthrough point, and provides solutions in areas such as
flow control, concurrency, circuit breaking, and load protection to protect service stability.
**Nacos**
An opensource project of Alibaba, an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
An opensource project of Alibaba, an easy-to-use dynamic service discovery, configuration and service management
platform for building cloud native applications.
**RocketMQ**
Apache RocketMQ™ is an open source distributed messaging and streaming data platform.
**Dubbo**
Apache Dubbo™ is a high-performance, Java based open source RPC framework.
**Seata**
A distributed transaction solution with high performance and ease of use for microservices architecture.
**Alibaba Cloud OSS**
Alibaba Cloud Object Storage Service, An encrypted and secure cloud storage service which stores, processes and accesses massive amounts of data from anywhere in the world.
Alibaba Cloud Object Storage Service, An encrypted and secure cloud storage service which stores, processes and accesses
massive amounts of data from anywhere in the world.
**Alibaba Cloud Schedulerx**
A distributed task scheduling product developed by Alibaba Middleware team. It supports both periodical tasks and tasks to be triggered at specified time points.
A distributed task scheduling product developed by Alibaba Middleware team. It supports both periodical tasks and tasks
to be triggered at specified time points.
**Alibaba Cloud SMS**
A messaging service that covers the globe, Alibaba SMS provides convenient, efficient, and intelligent communication capabilities that help businesses quickly contact their customers.
A messaging service that covers the globe, Alibaba SMS provides convenient, efficient, and intelligent communication
capabilities that help businesses quickly contact their customers.

@ -85,8 +85,6 @@
<!-- Spring Cloud -->
<spring.cloud.version>Hoxton.SR12</spring.cloud.version>
<!-- Apache Dubbo -->
<dubbo.version>2.7.15</dubbo.version>
<curator.version>4.0.1</curator.version>
<!-- Apache RocketMQ -->
@ -141,44 +139,6 @@
<scope>import</scope>
</dependency>
<!-- Dubbo Dependencies -->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-dependencies-bom</artifactId>
<version>${dubbo.version}</version>
<type>pom</type>
<scope>import</scope>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-actuator</artifactId>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>${dubbo.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>

@ -48,6 +48,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
</dependencies>
</project>

@ -47,7 +47,8 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<version>1.2.16</version>
</dependency>
</dependencies>

Loading…
Cancel
Save