diff options
| author | 王宽 <[email protected]> | 2024-10-21 08:27:53 +0000 |
|---|---|---|
| committer | 王宽 <[email protected]> | 2024-10-21 08:27:53 +0000 |
| commit | ac085998d64b91f59d4f1c590540781be2c7c94c (patch) | |
| tree | 028aafc12bb47737fe2995e79b78722ffe078d8a /groot-bootstrap | |
| parent | 3b4034993c5812ca239c4824d8101b1cca567b5c (diff) | |
| parent | d6a715c0d65e36665536b8ff03e0cf5ef9ff3e4b (diff) | |
Merge branch 'develop' into 'feature/dos'feature/dos
# Conflicts:
# config/udf.plugins
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> |
