Issue #2696 Fix syntax of excludedGroupIds for dependency plugin
This commit is contained in:
parent
f6380feef5
commit
c45ca9e38b
|
@ -98,8 +98,7 @@
|
||||||
<appendOutput>false</appendOutput>
|
<appendOutput>false</appendOutput>
|
||||||
<outputFile>${project.build.directory}/deps.txt</outputFile>
|
<outputFile>${project.build.directory}/deps.txt</outputFile>
|
||||||
<sort>true</sort>
|
<sort>true</sort>
|
||||||
<excludeGroupIds>org.eclipse.jetty</excludeGroupIds>
|
<excludeGroupIds>org.eclipse.jetty,javax.servlet</excludeGroupIds>
|
||||||
<excludeGroupIds>javax.servlet</excludeGroupIds>
|
|
||||||
<prependGroupId>true</prependGroupId>
|
<prependGroupId>true</prependGroupId>
|
||||||
<includeScope>runtime</includeScope>
|
<includeScope>runtime</includeScope>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue