diff options
| -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> |
