diff options
| author | doufenghu <[email protected]> | 2023-11-15 23:54:50 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-15 23:54:50 +0800 |
| commit | 3b18347250767197f1f6c932d8a71a29ab2400b7 (patch) | |
| tree | 5cffabbc37eb12c26cc42b18d2fd51dc1e71b00b /groot-bootstrap/pom.xml | |
| parent | 791aa2f8bbb6b3730e7a96de4d2161b4f34f3f9f (diff) | |
[improve][bootstrap] add ck and ipfix connector
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 07d0a49..0c9bfca 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -33,6 +33,20 @@ <scope>${debug.scope}</scope> </dependency> + <dependency> + <groupId>com.geedgenetworks</groupId> + <artifactId>connector-clickhouse</artifactId> + <version>${revision}</version> + <scope>${debug.scope}</scope> + </dependency> + + <dependency> + <groupId>com.geedgenetworks</groupId> + <artifactId>connector-ipfix-collector</artifactId> + <version>${revision}</version> + <scope>${debug.scope}</scope> + </dependency> + <!-- Idea debug dependencies --> <dependency> <groupId>org.apache.flink</groupId> |
