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

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