Skip to content

Commit

Permalink
Remove upper version bounds from OSGi Import-Package
Browse files Browse the repository at this point in the history
  • Loading branch information
chkal committed Jun 5, 2022
1 parent 13dfab9 commit 4cbcbd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
<Implementation-Version>${spec.implementation.version}</Implementation-Version>
<Specification-Version>${spec.specification.version}</Specification-Version>
<Export-Package>jakarta.mvc.*</Export-Package>

<!-- Use '>=3.0' instead of '[3.0,4)' for 'Import-Package' -->
<_consumer-policy>$${versionmask;==}</_consumer-policy>

</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 4cbcbd7

Please sign in to comment.