File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2727 uses : apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2828 with :
2929 maven4-build : true
30- maven4-version : ' 4.0.0-rc-3 ' # the same as used in project
30+ maven4-version : ' 4.0.0-rc-4 ' # the same as used in project
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ under the License.
6161 </distributionManagement >
6262
6363 <properties >
64- <mavenVersion >4.0.0-rc-3 </mavenVersion >
64+ <mavenVersion >4.0.0-rc-4 </mavenVersion >
6565 <javaVersion >17</javaVersion >
6666 <guavaVersion >33.4.6-jre</guavaVersion >
6767 <guiceVersion >6.0.0</guiceVersion >
6868 <slf4jVersion >2.0.17</slf4jVersion >
69- <version .maven-invoker-plugin>3.7.0 </version .maven-invoker-plugin>
69+ <version .maven-invoker-plugin>3.9.1 </version .maven-invoker-plugin>
7070 <version .maven-plugin-testing>4.0.0-beta-4</version .maven-plugin-testing>
7171 <version .maven-plugin-tools>4.0.0-beta-1</version .maven-plugin-tools>
7272 <version .maven-site-plugin>3.21.0</version .maven-site-plugin>
@@ -98,6 +98,12 @@ under the License.
9898 <version >${mavenVersion} </version >
9999 <scope >provided</scope >
100100 </dependency >
101+ <dependency >
102+ <groupId >org.apache.maven</groupId >
103+ <artifactId >maven-xml</artifactId >
104+ <version >${mavenVersion} </version >
105+ <scope >provided</scope >
106+ </dependency >
101107
102108 <!-- Test -->
103109 <dependency >
You can’t perform that action at this time.
0 commit comments