Issue #2696 Fix syntax of excludedGroupIds for dependency plugin

This commit is contained in:
Jan Bartel 2018-07-05 15:14:42 +02:00
parent f6380feef5
commit c45ca9e38b
1 changed files with 1 additions and 2 deletions

View File

@ -98,8 +98,7 @@
<appendOutput>false</appendOutput>
<outputFile>${project.build.directory}/deps.txt</outputFile>
<sort>true</sort>
<excludeGroupIds>org.eclipse.jetty</excludeGroupIds>
<excludeGroupIds>javax.servlet</excludeGroupIds>
<excludeGroupIds>org.eclipse.jetty,javax.servlet</excludeGroupIds>
<prependGroupId>true</prependGroupId>
<includeScope>runtime</includeScope>
</configuration>