Skip to content

Commit

Permalink
Make spifly feature start spifly.dynamic.bundle at start-level 20 to …
Browse files Browse the repository at this point in the history
…fix KARAF-7843
  • Loading branch information
steinarb committed Jun 27, 2024
1 parent 82272ea commit 54c3aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblies/features/specs/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- spifly -->
<feature name="spifly" version="${aries.spifly.version}">
<feature>asm</feature>
<bundle>mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${aries.spifly.version}</bundle>
<bundle start-level="20">mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${aries.spifly.version}</bundle>
</feature>

<!-- annotation -->
Expand Down

0 comments on commit 54c3aa0

Please sign in to comment.