summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-03-17 19:38:07 +0800
committerdoufenghu <[email protected]>2024-03-17 19:38:07 +0800
commitd7cf09110fa9d6750a95f1ec03de93df9b2dec9f (patch)
treedc35bf06b513edf54db9fe2247708d47f1bc777d /pom.xml
parentcd30fa62ea4a03609aee1cc19ece7e23ec4c8c72 (diff)
[Fix] Replace google guava-jre-33.0 to guava-shade-jre-33.0.HEADv2.0.2master
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>