diff options
| author | lifengchao <[email protected]> | 2024-03-13 09:58:36 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-03-13 09:58:36 +0800 |
| commit | 4e2a9108198a32d9ea491765dd8ddd1d1c163877 (patch) | |
| tree | 03e9d132739d39370ae2d222a33e886cdbb65688 /groot-common/pom.xml | |
| parent | 039d9c0d0bf081865a3fc8a9cdc4359e0bac6331 (diff) | |
[feature][connector] GAL-508 Source/Sink Connector 支持引用外部的schema, ck sink支持http动态schema
Diffstat (limited to 'groot-common/pom.xml')
| -rw-r--r-- | groot-common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml index 8ff4910..d6463cb 100644 --- a/groot-common/pom.xml +++ b/groot-common/pom.xml @@ -42,6 +42,11 @@ </dependency> <dependency> + <groupId>org.apache.avro</groupId> + <artifactId>avro</artifactId> + </dependency> + + <dependency> <groupId>com.geedgenetworks</groupId> <artifactId>galaxy</artifactId> <exclusions> |
