Exclude rocketmq-rocksdb due to the large size of this package (#647)

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>