diff --git a/pom.xml b/pom.xml
index 99a6f5c9d..594cebc46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
2.0.9
1.4.11
2.2
+ 0.1.0-SNAPSHOT
23.5.26
@@ -106,6 +107,11 @@
flatbuffers-java
${flatbuffers.version}
+
+ com.automq.elasticstream
+ s3stream
+ ${s3stream.version}
+
diff --git a/s3stream/pom.xml b/s3stream/pom.xml
index 4675911bb..9ac6eaa21 100644
--- a/s3stream/pom.xml
+++ b/s3stream/pom.xml
@@ -20,14 +20,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
-
- com.automq.rocketmq
- rocketmq-on-s3
- 5.1.3-automq-0-SNAPSHOT
-
-
com.automq.elasticstream
s3stream
+ 0.1.0-SNAPSHOT
+
+ 5.5.0
+ 5.10.0
+ 3.24.2
+ 2.0.9
+
+ 3.2.0
+ 17
+ 17
+ UTF-8
+
@@ -53,6 +59,86 @@
org.apache.commons
commons-lang3
+ 3.13.0
+
+
+ org.slf4j
+ slf4j-api
+ ${slf4j.version}
+
+
+
+ org.junit.jupiter
+ junit-jupiter
+ ${junit-jupiter.version}
+ test
+
+
+ org.mockito
+ mockito-core
+ ${mockito-core.version}
+ test
+
+
+ org.mockito
+ mockito-junit-jupiter
+ ${mockito-core.version}
+ test
+
+
+
+
+ maven-checkstyle-plugin
+ ${maven-checkstyle-plugin.version}
+
+
+ validate
+ validate
+
+ ../style/rmq_checkstyle.xml
+ UTF-8
+ true
+ true
+ true
+ **/generated*/**/*
+
+
+ check
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 1.4.1
+
+
+ enforce
+
+ enforce
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.1.2
+
+ 1
+ 1
+ true
+
+
+
+
\ No newline at end of file
diff --git a/store/pom.xml b/store/pom.xml
index f6e5d2245..ad29230e5 100644
--- a/store/pom.xml
+++ b/store/pom.xml
@@ -42,7 +42,6 @@
com.automq.elasticstream
s3stream
- ${project.version}
org.rocksdb