Skip to content

Commit

Permalink
Fix OSGi import package version for net.minidev.asm. (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed Mar 12, 2024
1 parent 0f3fdc6 commit 84f59a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ limitations under the License.
net.minidev.json.reader,
net.minidev.json.writer
</Export-Package>
<Import-Package>
net.minidev.asm;version="1.0",
*
</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 84f59a0

Please sign in to comment.