Skip to content

Commit

Permalink
Exclude rocketmq-rocksdb due to the large size of this package (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin authored Mar 26, 2024
1 parent bde14a9 commit c1dbf87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rocketmq-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>

Expand Down

0 comments on commit c1dbf87

Please sign in to comment.