boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

JsonFactory missing ? #342

Closed syc-pad closed 8 years ago

syc-pad commented 8 years ago

Following instructions, we must import org.boon.json.JsonFactory (to set ObjectMapper foo = JsonFactory.create() ), but JsonFactory is missing in the jar. Can't compile : error. However, I well added the library, because everything else works well.