diff options
| author | wangkuan <[email protected]> | 2024-02-06 15:38:42 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-02-06 15:38:42 +0800 |
| commit | 6d68355b5e1e412fbceed9af70310137b41fffc7 (patch) | |
| tree | aad2fa66d31f707e472a6f0541f5467c9d48aa26 /pom.xml | |
| parent | 6e683191c209855924e938b9b9dd5475458c0b7f (diff) | |
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -6,7 +6,7 @@ <groupId>com.galaxy.tsg</groupId> <artifactId>topn-metrics-job</artifactId> - <version>23-11-01</version> + <version>24-01-16</version> <repositories> <repository> @@ -21,11 +21,13 @@ <hadoop.version>2.7.1</hadoop.version> </properties> - <dependencies> + +<dependencies> + <dependency> - <groupId>com.zdjizhi</groupId> + <groupId>com.geedgenetworks</groupId> <artifactId>galaxy</artifactId> - <version>1.1.0</version> + <version>1.2.3</version> <exclusions> <exclusion> <artifactId>slf4j-log4j12</artifactId> @@ -37,6 +39,7 @@ </exclusion> </exclusions> </dependency> + <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> @@ -149,6 +152,12 @@ <version>3.3.0</version> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-test-utils_2.12</artifactId> + <version>${flink.version}</version> + <scope>test</scope> + </dependency> </dependencies> <build> @@ -181,7 +190,7 @@ </goals> <configuration> - <finalName>topn-metrics-job-23-11-01</finalName> + <finalName>topn-metrics-job-24-01-16</finalName> <filters> <filter> <!-- Do not copy the signatures in the META-INF folder. |
