Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] XmlDiscriminatorNode annotation - What Jar?

Hi Matt,

Below is an example pom file that demonstrates how to pull in the org.eclipse.persistence.moxy bundle.  That bundle will pull in the org.eclipse.persistence.core bundle that contains the @XmlDescriminatorNode annotation.
-Blaise

On 12-10-03 8:48 AM, DAVID MCCANN wrote:
Hi Matt,

The MOXy JAXB annotations are in the 'core' bundle. 

Cheers,
Dave



On 02/10/2012 10:49 PM, Matt Bertolini wrote:
<dependency org="org.eclipse.persistence" name="org.eclipse.persistence.moxy" rev="2.4.0"/>


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

Back to the top