diff options
| author | 王宽 <[email protected]> | 2024-10-28 07:21:19 +0000 |
|---|---|---|
| committer | 王宽 <[email protected]> | 2024-10-28 07:21:19 +0000 |
| commit | df64cdfaa445c1a1de3e476cadf7ea7deb3c8264 (patch) | |
| tree | cbd9563a095445e7260affd8cf99acfd43c4bfa0 | |
| parent | 5c5e83c6804f25067d9b1ec55372880ef0349d73 (diff) | |
| parent | c2aec4fb44c1e67fdfed005fbe0064f778d9200f (diff) | |
Merge branch 'feature/pack' into 'develop'
[improve][pack]调整部分pom引入依赖位置,udf配置文件删除多余的function
See merge request galaxy/platform/groot-stream!122
| -rw-r--r-- | config/udf.plugins | 3 | ||||
| -rw-r--r-- | groot-core/pom.xml | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index 83da898..fe7a083 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -33,8 +33,5 @@ com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantiles com.geedgenetworks.core.udf.udtf.JsonUnroll com.geedgenetworks.core.udf.udtf.Unroll com.geedgenetworks.core.udf.udtf.PathUnroll -com.geedgenetworks.core.udf.uuid.Uuid -com.geedgenetworks.core.udf.uuid.UuidV5 -com.geedgenetworks.core.udf.uuid.UuidV7 com.geedgenetworks.core.udf.udaf.Max com.geedgenetworks.core.udf.udaf.Min
\ No newline at end of file diff --git a/groot-core/pom.xml b/groot-core/pom.xml index 322f63d..3611539 100644 --- a/groot-core/pom.xml +++ b/groot-core/pom.xml @@ -13,6 +13,11 @@ <dependencies> <dependency> + <groupId>com.typesafe</groupId> + <artifactId>config</artifactId> + </dependency> + + <dependency> <groupId>com.fasterxml.uuid</groupId> <artifactId>java-uuid-generator</artifactId> </dependency> |
