summaryrefslogtreecommitdiff
path: root/groot-core
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 /groot-core
parent03d8bcc30fcd06968644a994e5a6a6841c0bcd19 (diff)
[improve][pack]调整部分pom引入依赖位置,udf配置文件删除多余的functionfeature/pack
Diffstat (limited to 'groot-core')
-rw-r--r--groot-core/pom.xml5
1 files changed, 5 insertions, 0 deletions
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>