Skip to content

Commit aed048c

Browse files
Fix maven-invoker 2.2 → 3.3.0 upgrade: resolve maven-shared-utils version conflict (#132)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: stefanseifert <5614031+stefanseifert@users.noreply.github.com>
1 parent ed82e40 commit aed048c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,12 @@ under the License.
282282
<version>3.3.0</version>
283283
<scope>test</scope>
284284
</dependency>
285+
<dependency>
286+
<groupId>org.apache.maven.shared</groupId>
287+
<artifactId>maven-shared-utils</artifactId>
288+
<version>3.4.2</version>
289+
<scope>provided</scope>
290+
</dependency>
285291
<dependency>
286292
<groupId>junit</groupId>
287293
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)