added more overriding dependencies

This commit is contained in:
2023-02-19 10:38:41 -05:00
parent cadc76ada6
commit 8e761710ac

12
pom.xml
View File

@@ -47,11 +47,23 @@
<dependencies> <dependencies>
<!-- needs to be explicitly included, due to v3.9.0 packaging bug --> <!-- needs to be explicitly included, due to v3.9.0 packaging bug -->
<!-- the bug: maven plugin dependencies must be 'provided', but their dependencies are not actually provided -->
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId> <artifactId>plexus-utils</artifactId>
<version>3.5.0</version> <version>3.5.0</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-util</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId> <artifactId>maven-plugin-api</artifactId>