Skip to content

Commit

Permalink
Add lib in the META-INF for JSON export
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitgaudou committed May 8, 2022
1 parent f01736a commit c73edd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ummisco.gama.serialize/META-INF/MANIFEST.MF
Expand Up @@ -8,7 +8,8 @@ Require-Bundle: msi.gama.core,
msi.gaml.architecture.simplebdi;bundle-version="1.8.2"
Bundle-ClassPath: .,
ext/mxparser-1.2.2.jar,
ext/xstream-1.4.18.jar
ext/xstream-1.4.18.jar,
ext/jettison-1.4.1.jar
Export-Package: com.thoughtworks.xstream,
com.thoughtworks.xstream.annotations,
com.thoughtworks.xstream.converters,
Expand Down

0 comments on commit c73edd0

Please sign in to comment.