diff options
| author | 李奉超 <[email protected]> | 2024-10-31 06:45:21 +0000 |
|---|---|---|
| committer | 李奉超 <[email protected]> | 2024-10-31 06:45:21 +0000 |
| commit | e25eabde3ccb3f0d52346cb11cac757763c41be8 (patch) | |
| tree | ab2df5ea7fe42b84517c8d5f01422789f54d70cd /groot-bootstrap | |
| parent | 03c84f6ca3b1669bf034a2a76ef80308132b2204 (diff) | |
| parent | fa5729fd4a2292400be61fdfc2e7f6719928c87b (diff) | |
Merge branch 'feature/format_csv' into 'develop'
[feature][format-csv]GAL-687 Groot Stream 支持CSV Format
See merge request galaxy/platform/groot-stream!127
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 2da2b11..24a202a 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -92,6 +92,13 @@ <scope>${scope}</scope> </dependency> + <dependency> + <groupId>com.geedgenetworks</groupId> + <artifactId>format-csv</artifactId> + <version>${revision}</version> + <scope>${scope}</scope> + </dependency> + <!-- Idea debug dependencies --> <dependency> <groupId>org.apache.flink</groupId> |
