This is an automated email from the ASF dual-hosted git repository. caigy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
The following commit(s) were added to refs/heads/master by this push: new c1dbf87 Exclude rocketmq-rocksdb due to the large size of this package (#647) c1dbf87 is described below commit c1dbf877e59463e82138f6531f7943855409d89b Author: rongtong <jinrongto...@163.com> AuthorDate: Tue Mar 26 17:05:37 2024 +0800 Exclude rocketmq-rocksdb due to the large size of this package (#647) --- rocketmq-spring-boot-parent/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml index 956b723..84b4763 100644 --- a/rocketmq-spring-boot-parent/pom.xml +++ b/rocketmq-spring-boot-parent/pom.xml @@ -121,6 +121,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.rocketmq</groupId> + <artifactId>rocketmq-rocksdb</artifactId> + </exclusion> </exclusions> </dependency> @@ -133,6 +137,10 @@ <groupId>org.apache.tomcat</groupId> <artifactId>annotations-api</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.rocketmq</groupId> + <artifactId>rocketmq-rocksdb</artifactId> + </exclusion> </exclusions> </dependency>