summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 68897a8..99f5493 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<artifactId>galaxy</artifactId>
<packaging>jar</packaging>
<name>galaxy</name>
- <version>2.0.1</version>
+ <version>2.0.2</version>
<description>galaxy tools for common</description>
<url>http://www.zdjizhi.com/galaxy-tool</url>
@@ -25,7 +25,7 @@
<repository>
<id>nexus</id>
<name>Team Nexus Repository</name>
- <url>http://192.168.40.153:8099/content/repositories/galaxy-tool</url>
+ <url>http://192.168.40.153:8099/content/repositories/releases</url>
</repository>
</repositories>
@@ -33,7 +33,7 @@
<repository>
<id>nexus</id>
<name>releases</name>
- <url>http://192.168.40.153:8099/content/repositories/galaxy-tool</url>
+ <url>http://192.168.40.153:8099/content/repositories/releases</url>
<uniqueVersion>true</uniqueVersion>
</repository>
</distributionManagement>
@@ -239,11 +239,12 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>33.0.0-jre</version>
- </dependency>
+ <dependency>
+ <groupId>com.geedgenetworks.shaded.com.google.guava</groupId>
+ <artifactId>guava-shaded</artifactId>
+ <version>33.0.0-jre</version>
+ <classifier>jre</classifier>
+ </dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>