Restrict copied jars to runtime dependencies. Fixes #2777
This commit is contained in:
parent
0cf7880391
commit
62cb20a201
@ -100,6 +100,7 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>webapp/WEB-INF/lib</outputDirectory>
|
||||
<includeScope>runtime</includeScope>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
Loading…
Reference in New Issue
Block a user