Reputation: 79
So, I can't import the widgets module because my pom seems to, upon having a dependency to the widget repo, bug out on a versioning issue javax
[INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact.
Couldn't find a version in [1.4.5-rc1] to match range [1.4,1.4.3) javax.mail:mail:jar:null
Upvotes: 1
Views: 184
Reputation: 2768
You need to add this repo to your pom http://download.java.net/maven/2/
Upvotes: 2