Grails-Plugin-Consortium / grails-cxf

CXF Plugin for the Grails web framework
http://grails.org/plugin/cxf
38 stars 46 forks source link

Unresolved Dependencies - jaxb-impl and jaxb-xjc #35

Closed ghost closed 8 years ago

ghost commented 10 years ago

Getting the following errors on compile with cxf plugin version 1.1.1.

:::: WARNINGS :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: com.sun.xml.bind#jaxb-xjc;2.2.6: configuration not found in com.sun.xml.bind#jaxb-xjc;2.2.6: 'compile'. It was required from org.grails.plugins#cxf;1.1.1 compile :: com.sun.xml.bind#jaxb-impl;2.2.6: configuration not found in com.sun.xml.bind#jaxb-impl;2.2.6: 'compile'. It was required from org.grails.plugins#cxf;1.1.1 compile

What can I do to resolve this? Thanks