summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-04-30 17:55:08 +0800
committerwangkuan <[email protected]>2024-04-30 17:55:08 +0800
commit75e4e73e01be9e5faea3b9c2aad0fab8eabc238b (patch)
treea04ec38b1c1869852052f866e5cbc98725de8278 /pom.xml
parent67a4ede2e6217f57e4f311c888ae18fbce67aff6 (diff)
开启offset设置24.02
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index eb7787b..104515c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>com.galaxy.tsg</groupId>
<artifactId>topn-metrics-job</artifactId>
- <version>24-02-07</version>
+ <version>24-02-07-hotfix</version>
<repositories>
<repository>
@@ -40,6 +40,11 @@
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.googlecode.aviator</groupId>
+ <artifactId>aviator</artifactId>
+ <version>5.2.6</version>
+ </dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
@@ -89,6 +94,7 @@
<version>3.4.9</version>
</dependency>
+
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-json</artifactId>
@@ -165,7 +171,7 @@
</goals>
<configuration>
- <finalName>topn-metrics-job-24-02-07</finalName>
+ <finalName>topn-metrics-job-24-02-07-hotfix</finalName>
<filters>
<filter>
<!-- Do not copy the signatures in the META-INF folder.