maven core 3.9.9

This commit is contained in:
Rodolphe Fontaine 2024-10-18 20:58:30 +02:00
parent f2d9a08eff
commit cfb3f001cd

View file

@ -155,6 +155,11 @@
<groupId>jakarta.xml.bind</groupId> <groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId> <artifactId>jakarta.xml.bind-api</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.9</version>
</dependency>
</dependencies> </dependencies>
<build> <build>