diff options
| author | lifengchao <[email protected]> | 2024-04-11 17:39:31 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-04-11 17:39:31 +0800 |
| commit | dd23817b3fd2fc84bc3fbb29aa6ba7f9e2725aa1 (patch) | |
| tree | 7296fd890144da3c4e1327e4a7ffa8b2e7a7f562 /groot-bootstrap/pom.xml | |
| parent | 0e16b559798033f291b714a6bbdc8a3792fb0791 (diff) | |
[improve][format-msgpack] GAL-536 Groot Stream Data Format支持MessagePack
Diffstat (limited to 'groot-bootstrap/pom.xml')
| -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 7b21a43..3ba0bd0 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -65,6 +65,13 @@ <scope>${scope}</scope> </dependency> + <dependency> + <groupId>com.geedgenetworks</groupId> + <artifactId>format-msgpack</artifactId> + <version>${revision}</version> + <scope>${scope}</scope> + </dependency> + <!-- Idea debug dependencies --> <dependency> <groupId>org.apache.flink</groupId> |
