summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author王宽 <[email protected]>2024-10-25 10:16:40 +0000
committer王宽 <[email protected]>2024-10-25 10:16:40 +0000
commit794a2e7648d8bb0dd4133110c9c1d2c1ad5eaafd (patch)
treeea0836acf5d9e87b048aad3d40b511e796584b9f
parent2521f1cce37d343b04ba067bc8e967042c570afe (diff)
parent03d8bcc30fcd06968644a994e5a6a6841c0bcd19 (diff)
Merge branch 'feature/pack' into 'develop'
[feature][groot-stream]增加Maven插件,用于管理和更新项目中的依赖版本。使用时在项目根目录命令行执行 mvn... See merge request galaxy/platform/groot-stream!121
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 28a2b05..cdf6569 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,6 +546,11 @@
<finalName>${project.artifactId}-${project.version}</finalName>
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.16.0</version>
+ </plugin>
<!-- java compiler -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>