summaryrefslogtreecommitdiff
path: root/groot-bootstrap
diff options
context:
space:
mode:
authorlifengchao <[email protected]>2024-04-22 14:42:50 +0800
committerlifengchao <[email protected]>2024-04-22 14:42:50 +0800
commite611a266a1ea658ae824c07fb73c23ebd92963cf (patch)
tree2468b0706f1088389699b9d420cef4689b4c7e79 /groot-bootstrap
parent35d98fa5adfe514f33b9d674d30dbe3875fb6b68 (diff)
[improve][format-raw] GAL-550 Groot Stream Data Format支持Raw
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 3ba0bd0..9f67699 100644
--- a/groot-bootstrap/pom.xml
+++ b/groot-bootstrap/pom.xml
@@ -95,6 +95,13 @@
</dependency>
<dependency>
+ <groupId>com.geedgenetworks</groupId>
+ <artifactId>format-raw</artifactId>
+ <version>${revision}</version>
+ <scope>${scope}</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web_${scala.version}</artifactId>
<version>${flink.version}</version>