Add missing dep

This commit is contained in:
Guillaume Nodet 2024-04-24 13:35:45 +02:00
parent 728473c54f
commit 9fc4f49917
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId> <artifactId>maven-api-xml</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-di</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>