Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] New dependency for core project

I checked in some changes adding the ability to marshal/unmarshal JSON-P (JSR-353) artifacts in MOXy as part of EclipseLink 2.6.0.  This adds a new optional dependency in the core project (in the o.e.p.internal.oxm packages).  There is nothing you need to do to get the command line build to work, but for your Eclipse Core project you'll need to make sure the <EclipseLink>/plugins/javax.json-1.0.jar is available.  

To do this you can update your Eclipse dropins directory and refresh you target platform.  (Window - Preferences - Plug-in Development - Target Platform - Reload  (or Edit -> Add -> Directory to add <EclipseLink>/plugins)

-Denise

Back to the top