Skip to content

Commit c1dbf87

Browse files
authored
Exclude rocketmq-rocksdb due to the large size of this package (#647)
1 parent bde14a9 commit c1dbf87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rocketmq-spring-boot-parent/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@
121121
<groupId>org.slf4j</groupId>
122122
<artifactId>slf4j-api</artifactId>
123123
</exclusion>
124+
<exclusion>
125+
<groupId>org.apache.rocketmq</groupId>
126+
<artifactId>rocketmq-rocksdb</artifactId>
127+
</exclusion>
124128
</exclusions>
125129
</dependency>
126130

@@ -133,6 +137,10 @@
133137
<groupId>org.apache.tomcat</groupId>
134138
<artifactId>annotations-api</artifactId>
135139
</exclusion>
140+
<exclusion>
141+
<groupId>org.apache.rocketmq</groupId>
142+
<artifactId>rocketmq-rocksdb</artifactId>
143+
</exclusion>
136144
</exclusions>
137145
</dependency>
138146

0 commit comments

Comments
 (0)