Java Repository of Eclipse with Maven : Missing artifact:compile

前端 未结 1 1720
臣服心动
臣服心动 2021-01-14 12:33

I am trying to intigrate jersey-server and the grizzly-servlet-webserver into my Maven Webapp to try a hellworld with JAX-RS. Unfortun

相关标签:
1条回答
  • 2021-01-14 13:23

    Do you see the same problem if you explicitly run Maven (as opposed to the M2E autorun)? If not, you probably need to update the project config (select proj, right-click, Maven..Update..Project Configuration and Maven..Update..Project Dependencies.

    0 讨论(0)
提交回复
热议问题