Skip to content

Commit

Permalink
make config metadata an optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
trentjeff committed Mar 29, 2023
1 parent 834d733 commit 3e78f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pico/configdriven/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-metadata</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.helidon.builder</groupId>
Expand Down

0 comments on commit 3e78f11

Please sign in to comment.