Fix incorrect XPath
This commit is contained in:
@ -26,7 +26,7 @@ The following types are considered valid: pom, jar, maven-plugin, ejb, war, ear,
|
|||||||
<property name="xpath">
|
<property name="xpath">
|
||||||
<value>
|
<value>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
//dependencyManagement/dependency/type/text[not(@Text = $validTypes)]
|
//dependencyManagement/dependencies/dependency/type/text[not(@Text = $validTypes)]
|
||||||
]]>
|
]]>
|
||||||
</value>
|
</value>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user