Don't pull test and provided dependencies into the CLI jar
This commit is contained in:
parent
c9f8dac9d9
commit
e96fa79c31
|
@ -217,7 +217,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>${project.build.directory}/assembly/lib</outputDirectory>
|
||||
<includeScope>compile</includeScope>
|
||||
<includeScope>runtime</includeScope>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Reference in New Issue