Skip to content

Commit b444bd1

Browse files
authored
Fix NPE in Maven 3.9.2 (#728)
1 parent cce6c37 commit b444bd1

File tree

1 file changed

+5
-1
lines changed
  • build-info-extractor-maven3/src/main/resources/META-INF/plexus

1 file changed

+5
-1
lines changed

build-info-extractor-maven3/src/main/resources/META-INF/plexus/components.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
<role>java.util.List</role>
6161
<field-name>configurationValidators</field-name>
6262
</requirement>
63+
<requirement>
64+
<role>java.util.List</role>
65+
<field-name>dependenciesValidators</field-name>
66+
</requirement>
6367
<requirement>
6468
<role>org.apache.maven.classrealm.ClassRealmManager</role>
6569
<field-name>classRealmManager</field-name>
@@ -589,4 +593,4 @@
589593
<implementation>org.jfrog.build.extractor.maven.ArtifactoryProjectBuilder</implementation>
590594
</component>
591595
</components>
592-
</component-set>
596+
</component-set>

0 commit comments

Comments
 (0)