Skip to content

Commit

Permalink
fix typo in proxy-client pom, 'Import-Pckage' -> 'Import-Package'
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Moore <[email protected]>
  • Loading branch information
derekm authored and jansupol committed Aug 26, 2024
1 parent f1177cd commit f6aadbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/proxy-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Pckage>
<Import-Package>
${jakarta.rest.osgi.version},
*
</Import-Pckage>
</Import-Package>
<Export-Package>org.glassfish.jersey.client.proxy.*;version=${project.version}</Export-Package>
</instructions>
<unpackBundle>true</unpackBundle>
Expand Down

0 comments on commit f6aadbd

Please sign in to comment.