Tolerate incomplete models

This commit improves the resolution of plugins to ignore a non fatal
resolution of the model.

See gh-1227
This commit is contained in:
Stephane Nicoll
2023-07-11 16:45:07 +02:00
parent e91f3f3b16
commit 2e98acd336
3 changed files with 21 additions and 0 deletions

View File

@@ -21,6 +21,10 @@
</scm>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>