diff options
| author | lifengchao <[email protected]> | 2024-01-04 15:46:13 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-01-04 15:46:13 +0800 |
| commit | 43fec7da7bbc1ed27fbb476469c7e95f0d2221f5 (patch) | |
| tree | 90457722c321406ae6ef8b8724dff2045374ee41 /groot-bootstrap | |
| parent | 0e8decac6728ee3ba996ac11f3a9fb7c493639a1 (diff) | |
[feature][format-protobuf] 添加format-protobuf。
Diffstat (limited to 'groot-bootstrap')
| -rw-r--r-- | groot-bootstrap/pom.xml | 7 |
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> |
