diff options
| author | lifengchao <[email protected]> | 2024-08-14 09:30:51 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-08-14 09:30:51 +0800 |
| commit | 1dc30df0959bffb2b3bacfca860ad216f0ad7414 (patch) | |
| tree | d6e874e988d3d28aecf37fdf22572b5827924e15 /pom.xml | |
| parent | cc6947ff0508a050ecae1b27b2f284913b9ee883 (diff) | |
TSG-22155 设备时间不同步时可能丢失数据,改为处理时间窗口聚合develop
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 28 |
1 files changed, 20 insertions, 8 deletions
@@ -6,7 +6,7 @@ <groupId>com.zdjizhi</groupId> <artifactId>app-protocol-stat-traffic-merge</artifactId> - <version>2.3.0</version> + <version>2.3.1</version> <name>app-protocol-stat-traffic-merge</name> <url>http://www.example.com</url> @@ -115,20 +115,20 @@ </build> <dependencies> - <dependency> + <!--<dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>3.2.4</version> - </dependency> + </dependency>--> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.3.2</version> - <scope>compile</scope> + <scope>test</scope> </dependency> - <dependency> + <!-- <dependency> <groupId>com.zdjizhi</groupId> <artifactId>galaxy</artifactId> <version>${zdjz.tools.version}</version> @@ -142,7 +142,7 @@ <groupId>org.slf4j</groupId> </exclusion> </exclusions> - </dependency> + </dependency>--> <!-- https://mvnrepository.com/artifact/org.apache.flink/flink-core --> <dependency> @@ -175,6 +175,18 @@ <artifactId>flink-connector-kafka_2.12</artifactId> <version>${flink.version}</version> <!--<scope>${scope.type}</scope>--> + <exclusions> + <exclusion> + <groupId>org.xerial.snappy</groupId> + <artifactId>snappy-java</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.xerial.snappy</groupId> + <artifactId>snappy-java</artifactId> + <version>1.1.8.3</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.flink/flink-java --> @@ -192,11 +204,11 @@ </dependency> <!-- https://mvnrepository.com/artifact/org.jasypt/jasypt --> - <dependency> + <!-- <dependency> <groupId>org.jasypt</groupId> <artifactId>jasypt</artifactId> <version>${jasypt.version}</version> - </dependency> + </dependency>--> <dependency> <groupId>junit</groupId> |
