From 79e23c1000f74c71673ee8449263e99426f47600 Mon Sep 17 00:00:00 2001 From: wangkuan Date: Fri, 16 Aug 2024 10:07:24 +0800 Subject: [PATCH] =?UTF-8?q?Attack=20Type=E4=B8=BACustom=20Attack=20Type?= =?UTF-8?q?=E6=97=B6=EF=BC=8CConditions=E7=9A=84=E5=80=BC=E6=9C=89?= =?UTF-8?q?=E8=AF=AF,=E8=A7=A3=E5=86=B3pom=E4=BE=9D=E8=B5=96=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 20 +++++++++++++++++-- .../function/DosDetectionFunction.java | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 112a785..43a95bf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.zdjizhi flink-dos-detection - 24-08-07 + 24-08-16 flink-dos-detection http://www.example.com @@ -80,7 +80,7 @@ - flink-dos-detection-24-08-07 + flink-dos-detection-24-08-16 org.apache.http @@ -152,13 +152,29 @@ json-path ${jsonpath.version} + + org.xerial.snappy + snappy-java + 1.1.8.3 + org.apache.flink flink-connector-kafka_2.12 ${flink.version} + + + slf4j-log4j12 + org.slf4j + + + snappy-java + org.xerial.snappy + + +