diff options
| author | 王宽 <[email protected]> | 2024-10-25 10:16:40 +0000 |
|---|---|---|
| committer | 王宽 <[email protected]> | 2024-10-25 10:16:40 +0000 |
| commit | 794a2e7648d8bb0dd4133110c9c1d2c1ad5eaafd (patch) | |
| tree | ea0836acf5d9e87b048aad3d40b511e796584b9f | |
| parent | 2521f1cce37d343b04ba067bc8e967042c570afe (diff) | |
| parent | 03d8bcc30fcd06968644a994e5a6a6841c0bcd19 (diff) | |
Merge branch 'feature/pack' into 'develop'
[feature][groot-stream]增加Maven插件,用于管理和更新项目中的依赖版本。使用时在项目根目录命令行执行 mvn...
See merge request galaxy/platform/groot-stream!121
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |
