Skip to content

Commit

Permalink
Merge pull request #552 from spyrkob/jbeap-26535
Browse files Browse the repository at this point in the history
[JBEAP-26535] Prevent prospero WF feature pack from inheriting configs
  • Loading branch information
spyrkob authored Feb 14, 2024
2 parents 0e7a968 + 808c2ba commit 556ec72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<dependencies>
<dependency group-id="${prospero.base.feature-pack.groupId}" artifact-id="${prospero.base.feature-pack.artifactId}">
<packages inherit="true"/>
<default-configs inherit="false"/>
</dependency>
</dependencies>
<default-packages>
Expand Down

0 comments on commit 556ec72

Please sign in to comment.