Skip to content

Commit

Permalink
Merge pull request #79 from chkal/osgi-fix
Browse files Browse the repository at this point in the history
Remove upper version bounds from OSGi Import-Package
  • Loading branch information
chkal committed Jun 15, 2022
2 parents 13dfab9 + 4cbcbd7 commit e9ffc57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/pom.xml
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 e9ffc57

Please sign in to comment.