diff options
| author | wangkuan <[email protected]> | 2024-04-30 17:55:08 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-04-30 17:55:08 +0800 |
| commit | 75e4e73e01be9e5faea3b9c2aad0fab8eabc238b (patch) | |
| tree | a04ec38b1c1869852052f866e5cbc98725de8278 /pom.xml | |
| parent | 67a4ede2e6217f57e4f311c888ae18fbce67aff6 (diff) | |
开启offset设置24.02
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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. |
