Skip to content

Commit

Permalink
aprey10#17 fix Jira 8.20.10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrank-decadis committed Jan 23, 2023
1 parent 154bcb9 commit 6bf77f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
<Export-Package>com.aprey.jira.plugin.openpoker.api,</Export-Package>
<!-- Add package import here -->
<Import-Package>org.springframework.osgi.*;resolution:="optional",
org.eclipse.gemini.blueprint.*;resolution:="optional", *,
*;version="0";resolution:=optional
org.eclipse.gemini.blueprint.*;resolution:="optional", *;
*;resolution:="optional"
</Import-Package>
<!-- Ensure plugin is spring powered -->
<Spring-Context>*</Spring-Context>
Expand Down

0 comments on commit 6bf77f1

Please sign in to comment.