You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using shamrock-maven-plugin:create with Json extension the pom.xml created adds a dependency to resteasy-jackson2-provider, which should be shamrock-jaxrs-deployment.
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version'for org.jboss.resteasy:resteasy-jackson2-provider:jar is missing. @ line 44, colum
n 17
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.acme:input-validation:1.0-SNAPSHOT (/Users/tqvarnst/tmp/test2/pom.xml) has 1 error
[ERROR] 'dependencies.dependency.version'for org.jboss.resteasy:resteasy-jackson2-provider:jar is missing. @ line 44, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Workaround
In the pom.xml change the dependency from org.jboss.resteasy:resteasy-jackson2-provider to org.jboss.shamrock:shamrock-jaxrs-deployment, which will pull in the correct json-b package.
The text was updated successfully, but these errors were encountered:
Problem description
When using shamrock-maven-plugin:create with Json extension the pom.xml created adds a dependency to resteasy-jackson2-provider, which should be shamrock-jaxrs-deployment.
How to reproduce
Expected outcome
Actual Outcome
Workaround
In the pom.xml change the dependency from
org.jboss.resteasy:resteasy-jackson2-provider
toorg.jboss.shamrock:shamrock-jaxrs-deployment
, which will pull in the correct json-b package.The text was updated successfully, but these errors were encountered: