diff options
| author | lifengchao <[email protected]> | 2024-10-11 10:48:07 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-10-11 10:48:07 +0800 |
| commit | 52e849290b05b81a7ede56bb1e388e0ec2bf9d17 (patch) | |
| tree | d179091f898cdda427dbb145e119dc9a6c4ebe1f /groot-bootstrap | |
| parent | 13c046f56014ac7496c1d6ec07029756bb3cc287 (diff) | |
GAL-660 支持StarRocks Sink
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 ab68e08..2da2b11 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -66,6 +66,13 @@ <dependency> <groupId>com.geedgenetworks</groupId> + <artifactId>connector-starrocks</artifactId> + <version>${revision}</version> + <scope>${scope}</scope> + </dependency> + + <dependency> + <groupId>com.geedgenetworks</groupId> <artifactId>format-json</artifactId> <version>${revision}</version> <scope>${scope}</scope> |
