Skip to content

Commit

Permalink
Merge pull request quarkusio#44702 from aloubyansky/conditional-exten…
Browse files Browse the repository at this point in the history
…sion-deps-doc-adjustment

Doc: minor adjustment in an example configuring a conditional dependency
  • Loading branch information
aloubyansky authored Nov 26, 2024
2 parents 30859cc + c42f43f commit fad55f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Conditional dependencies can also be configured in the Quarkus extension descrip
</goals>
<configuration>
<conditionalDependencies> <3>
<extension>org.acme:quarkus-extension-b:${b.version}</extension> <4>
<artifact>org.acme:quarkus-extension-b:${b.version}</artifact> <4>
</conditionalDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit fad55f9

Please sign in to comment.