summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-10-28 14:55:37 +0800
committerwangkuan <[email protected]>2024-10-28 14:55:37 +0800
commitc2aec4fb44c1e67fdfed005fbe0064f778d9200f (patch)
tree21b77524bd455e41974fc370022aeaac7cbd87e4
parent03d8bcc30fcd06968644a994e5a6a6841c0bcd19 (diff)
[improve][pack]调整部分pom引入依赖位置,udf配置文件删除多余的functionfeature/pack
-rw-r--r--config/udf.plugins3
-rw-r--r--groot-core/pom.xml5
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>