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
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