Restore ModelCacheFactory

This commit is contained in:
Guillaume Nodet
2024-11-07 19:10:14 +01:00
parent 31c765e0d4
commit f191c652f5
4 changed files with 27 additions and 15 deletions

View File

@@ -33,6 +33,7 @@
<properties>
<!-- If using release, sun.misc is not reachable (see SignalHelper) -->
<!-- <maven.compiler.release />-->
<maven.compiler.proc>full</maven.compiler.proc>
</properties>
<dependencies>
@@ -60,6 +61,10 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-cli</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-di</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>