diff options
| author | lifengchao <[email protected]> | 2024-10-31 14:39:19 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-10-31 14:39:19 +0800 |
| commit | fa5729fd4a2292400be61fdfc2e7f6719928c87b (patch) | |
| tree | ae10dd7d9db994d0bb6a7add69e18e72074147e1 /groot-bootstrap | |
| parent | 06975ee829f9395f095a12c10eaedffcd89b3d83 (diff) | |
[feature][format-csv]GAL-687 Groot Stream 支持CSV Format
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> |
