ライブラリを追加していたらエラーになった

spring-flexblazedsmavenでやってたら、
internal repository側であるarchivaが更新を行う必要があったみたい。
強制的に更新するために以下のコマンドを実行して解決

mvn -U dependency:resolve

エラーの内容はだいたいこんな感じ

azeds-proxy:jar:4.0.0.14931, com.adobe.blazeds:blazeds-remoting:jar:4.0.0.14931:
Failure to find com.adobe.blazeds:blazeds-core:jar:4.0.0.14931 in http://192.16
8.1.8:8880/archiva/repository/internal/ was cached in the local repository, reso
lution will not be reattempted until the update interval of internal has elapsed
or updates are forced -> [Help 1]


サンクス

http://blog.mycila.com/2010/09/maven-3-resolution-will-not-be.html