summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
author戚岱杰 <[email protected]>2024-01-18 05:43:59 +0000
committer戚岱杰 <[email protected]>2024-01-18 05:43:59 +0000
commit8830625e6d04ff8a7b8de2f858b63f4ce119891d (patch)
tree02db921cd7f428a0582fb3b1feb7fc4ad9e1da89 /pom.xml
parent345b7fd6013ac6404263c9a9c408a88d76c34d00 (diff)
parent619ab0688c31f57514869ce7661f23bab3678879 (diff)
Merge branch 'fix/23.09' into 'master'
删除metric指标client_ip_sketch。(TSG-17949) See merge request galaxy/tsg_olap/app-protocol-stat-traffic-merge!2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml29
1 files changed, 1 insertions, 28 deletions
diff --git a/pom.xml b/pom.xml
index b8e161b..e76331f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>com.zdjizhi</groupId>
<artifactId>app-protocol-stat-traffic-merge</artifactId>
- <version>230710-Time</version>
+ <version>2.0.1</version>
<name>app-protocol-stat-traffic-merge</name>
<url>http://www.example.com</url>
@@ -199,27 +199,6 @@
<version>${jasypt.version}</version>
</dependency>
- <!-- https://mvnrepository.com/artifact/com.alibaba.nacos/nacos-client -->
- <dependency>
- <groupId>com.alibaba.nacos</groupId>
- <artifactId>nacos-client</artifactId>
- <version>${nacos.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </exclusion>
- <exclusion>
- <artifactId>slf4j-log4j12</artifactId>
- <groupId>org.slf4j</groupId>
- </exclusion>
- <exclusion>
- <artifactId>log4j-over-slf4j</artifactId>
- <groupId>org.slf4j</groupId>
- </exclusion>
- </exclusions>
- </dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -228,12 +207,6 @@
</dependency>
<dependency>
- <groupId>org.apache.datasketches</groupId>
- <artifactId>datasketches-java</artifactId>
- <version>${datasketches.version}</version>
- </dependency>
-
- <dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>