wpgsh / cloud4water

Apache License 2.0
0 stars 0 forks source link

jaxrs-utils can not automatically update #4

Closed asd1245dss closed 8 years ago

asd1245dss commented 8 years ago

@alexlukichev f3awbda56_ i6v4a6auq 64 tcjox p3v6aapj ub fj5

When I pull the latest commit from github,I found the TokenHandler class has no five parameters in the jaxrs-utils.jar and it just has four parameters without the scopes.So I delete the jaxrs-utils in my local maven repository and reimport the dependency,the class is updated.I guess the maven dependenies can not automatic be updated,maybe the pom.xml need additional configuration?(We can't make sure the jaxrs-utils is the latest version,so sometimes maybe confused us).

alexlukichev commented 8 years ago

The latest version available in the repository is: 0.1.0-20160719.205450-15

I tried removing my local M2 repository and running maven. Everything went OK.

Can you please try to run mvn clean install from the command line in the root directory of your cloud4water repository?

alexlukichev commented 8 years ago

@asd1245dss Can this issue be closed?

asd1245dss commented 8 years ago

I indeed run the command before remove my local maven jar after I pull the commit from github(other collegues meet the same problem too).Maybe next time you update the jaxrs-utils jar,we will reconfirm if it occurs again.