diff options
Diffstat (limited to 'groot-bootstrap/pom.xml')
| -rw-r--r-- | groot-bootstrap/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index ab68e08..24a202a 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> @@ -85,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> |
