Skip to content

Commit

Permalink
Added the missed new packages
Browse files Browse the repository at this point in the history
The new packages were not exported through OSGi.
  • Loading branch information
aborg0 committed Nov 4, 2014
1 parent 366df66 commit 7f22d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>net.minidev.json,net.minidev.json.annotate,net.minidev.json.mapper,net.minidev.json.parser,net.minidev.json.serialiser</Export-Package>
<Export-Package>net.minidev.json,net.minidev.json.annotate,net.minidev.json.mapper,net.minidev.json.parser,net.minidev.json.writer,net.minidev.json.reader,net.minidev.json.serialiser</Export-Package>
<!-- Private-Package></Private-Package -->
</instructions>
</configuration>
Expand Down

0 comments on commit 7f22d7a

Please sign in to comment.