summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-05-27 18:16:42 +0800
committerdoufenghu <[email protected]>2023-05-27 18:16:42 +0800
commitf599767054c7591d6ed4b9128c5b074d8103c0b6 (patch)
tree0b0465f1f5a917a712b28a493e9b19d98b68789e /pom.xml
parent3b1446d1f476f660a2665986a1af85565cda1824 (diff)
V.1.1.3v1.1.3
1.更新 IpLookupV2.infoLookupToJson json序列化引用Fastjson2工具类库。 2.JsonMapper标识为已过时,后续版本删除Jackson相关引用。 3。引入DataSketches测试类
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml26
1 files changed, 14 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 17a9875..9d52170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>galaxy</artifactId>
<packaging>jar</packaging>
<name>galaxy</name>
- <version>1.1.2</version>
+ <version>1.1.3</version>
<description>galaxy tools for common</description>
<url>http://www.zdjizhi.com/galaxy-tool</url>
@@ -19,16 +19,6 @@
</license>
</licenses>
- <scm>
- <connection>
- scm:git:git://github.com/sonatype/sample-project.git
- </connection>
- <url>http://github.com/sonatype/sample-project.git</url>
- <developerConnection>
- scm:git:git://github.com/sonatype-sample-project.git
- </developerConnection>
- </scm>
-
<developers>
<developer>
<id>galaxy tools</id>
@@ -204,7 +194,6 @@
</dependency>
-
<dependency>
<groupId>com.maxmind.geoip2</groupId>
<artifactId>geoip2</artifactId>
@@ -252,6 +241,19 @@
<version>23.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.datasketches</groupId>
+ <artifactId>datasketches-java</artifactId>
+ <version>3.3.0</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>com.alibaba.fastjson2</groupId>
+ <artifactId>fastjson2</artifactId>
+ <version>2.0.32</version>
+ </dependency>
+
</dependencies>