On 2023-10-16T13:59:05 +0200 Romain Manni-Bucau <[email protected]> wrote:
> Yes, this is the one I had in mind, think it comes from plexus transitive
> deps.
For reference:
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.6</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
... does indeed fix the problem. Thanks!
--
Mark Raynsford | https://www.io7m.com
pgpIs_MHRxpyT.pgp
Description: OpenPGP digital signature
