Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Aug 21, 2023
1 parent f28072e commit 0269ade
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -707,14 +707,14 @@
<executions>
<execution>
<id>default-cli</id>
<goals>
<goal>build-classpath</goal>
</goals>
<configuration>
<!-- This includes dependencies with 'runtime' and 'compile' scopes;
<goals>
<goal>build-classpath</goal>
</goals>
<configuration>
<!-- This includes dependencies with 'runtime' and 'compile' scopes;
see the docs for includeScope for more details -->
<includeScope>runtime</includeScope>
</configuration>
<includeScope>runtime</includeScope>
</configuration>
</execution>
<execution>
<id>copy-module-dependencies</id>
Expand Down

0 comments on commit 0269ade

Please sign in to comment.