This is an automated email from the ASF dual-hosted git repository.
lollipop pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 10398f4ca Restructure the maven dependencies
new 0e0e9f053 Merge pull request #4695 from aaron-ai/pr
10398f4ca is described below
commit 10398f4cabe6c73909b8f4eb8ab3771d74a43920
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Jul 26 17:09:30 2022 +0800
Restructure the maven dependencies
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index dfcc728fc..cf5ceae72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -590,11 +590,6 @@
<artifactId>rocketmq-proxy</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>io.openmessaging.storage</groupId>
- <artifactId>dledger</artifactId>
- <version>${dleger.version}</version>
- </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -833,10 +828,6 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>