summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2020-11-03 11:17:17 +0800
committerdoufenghu <[email protected]>2020-11-03 11:17:17 +0800
commitca8527d81ea0d687cbd6ecba28b64d0774e551a1 (patch)
tree82d05d0596276e3ee2d733c4df1be4f879fb730f /pom.xml
parent9c70b5a150288d5d4380f08c6107bdd6a4aca267 (diff)
Galaxy-Tool 1.0.5:v1.0.5.2011
1.IpLookup 地址定位库,支持asn 组织与国家编码查询 2.删除其他IP定位库:dat 与 原生mmdb 3.增加S3测试类库文件
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 17 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 1e90a71..8af0f02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>galaxy</artifactId>
<packaging>jar</packaging>
<name>galaxy</name>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<description>galaxy tools for common</description>
<url>http://www.zdjizhi.com/galaxy-tool</url>
@@ -60,12 +60,12 @@
</repositories>
<distributionManagement>
- <repository>
- <id>nexus</id>
- <name>releases</name>
- <url>http://192.168.40.125:8099/content/repositories/galaxy-tool</url>
- <uniqueVersion>true</uniqueVersion>
- </repository>
+ <repository>
+ <id>nexus</id>
+ <name>releases</name>
+ <url>http://192.168.40.125:8099/content/repositories/galaxy-tool</url>
+ <uniqueVersion>true</uniqueVersion>
+ </repository>
<!-- <snapshotRepository> -->
<!-- <id>nexus</id> -->
<!-- <name>snapshots</name> -->
@@ -256,6 +256,16 @@
<artifactId>guava</artifactId>
<version>23.0</version>
</dependency>
+
+ <dependency>
+
+ <groupId>com.amazonaws</groupId>
+
+ <artifactId>aws-java-sdk</artifactId>
+
+ <version>1.11.781</version>
+
+ </dependency>
</dependencies>