java.lang.NoSuchMethodError: javax.ws.rs.core.Application.getProperties()Ljava/util/Map;

后端 未结 4 1125
无人共我
无人共我 2020-12-15 05:57

I am unable to find answer through the following links

One Two Three

Following is my pom.xml dependency


        <         


        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 06:46

    I agree with Cassio. There are a couple of things I would add:

    • The dependency for me existed in jersey-core.
    • I could only see the hierarchal dependency in mvn dependency:tree. I may have missed it, but it was not showing up in the Eclipse hierarchy tree view.

提交回复
热议问题