Skip to content

Commit 84f59a0

Browse files
authored
Fix OSGi import package version for net.minidev.asm. (#180)
1 parent 0f3fdc6 commit 84f59a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

json-smart/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ limitations under the License.
236236
net.minidev.json.reader,
237237
net.minidev.json.writer
238238
</Export-Package>
239+
<Import-Package>
240+
net.minidev.asm;version="1.0",
241+
*
242+
</Import-Package>
239243
</instructions>
240244
</configuration>
241245
</plugin>

0 commit comments

Comments
 (0)