summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-03-26 20:35:46 +0800
committerdoufenghu <[email protected]>2023-03-26 20:35:46 +0800
commit3b1446d1f476f660a2665986a1af85565cda1824 (patch)
tree55c18e2919b37dce46e95171b04d27187294a40d /pom.xml
parent854515a77687c19507157895c0cd3bbd5535fed3 (diff)
删除过期IPLookup工具类
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index d469732..17a9875 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>galaxy</artifactId>
<packaging>jar</packaging>
<name>galaxy</name>
- <version>1.1.1</version>
+ <version>1.1.2</version>
<description>galaxy tools for common</description>
<url>http://www.zdjizhi.com/galaxy-tool</url>
@@ -203,11 +203,7 @@
<version>2.10</version>
</dependency>
- <dependency>
- <groupId>com.maxmind.geoip</groupId>
- <artifactId>geoip-api</artifactId>
- <version>1.3.1</version>
- </dependency>
+
<dependency>
<groupId>com.maxmind.geoip2</groupId>
@@ -221,7 +217,6 @@
<version>1.4.0</version>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>