summaryrefslogtreecommitdiff
path: root/groot-bootstrap
diff options
context:
space:
mode:
authorlifengchao <[email protected]>2024-01-04 15:46:13 +0800
committerlifengchao <[email protected]>2024-01-04 15:46:13 +0800
commit43fec7da7bbc1ed27fbb476469c7e95f0d2221f5 (patch)
tree90457722c321406ae6ef8b8724dff2045374ee41 /groot-bootstrap
parent0e8decac6728ee3ba996ac11f3a9fb7c493639a1 (diff)
[feature][format-protobuf] 添加format-protobuf。
Diffstat (limited to 'groot-bootstrap')
-rw-r--r--groot-bootstrap/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml
index e76a55b..ff30067 100644
--- a/groot-bootstrap/pom.xml
+++ b/groot-bootstrap/pom.xml
@@ -58,6 +58,13 @@
<scope>${scope}</scope>
</dependency>
+ <dependency>
+ <groupId>com.geedgenetworks</groupId>
+ <artifactId>format-protobuf</artifactId>
+ <version>${revision}</version>
+ <scope>${scope}</scope>
+ </dependency>
+
<!-- Idea debug dependencies -->
<dependency>
<groupId>org.apache.flink</groupId>