diff options
| author | doufenghu <[email protected]> | 2020-11-03 11:17:17 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2020-11-03 11:17:17 +0800 |
| commit | ca8527d81ea0d687cbd6ecba28b64d0774e551a1 (patch) | |
| tree | 82d05d0596276e3ee2d733c4df1be4f879fb730f /pom.xml | |
| parent | 9c70b5a150288d5d4380f08c6107bdd6a4aca267 (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.xml | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -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> |
