mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 14:10:52 +00:00
Restore ModelCacheFactory
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user