spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Removed Guava test dependency. #43

Closed habuma closed 12 years ago

habuma commented 12 years ago

Previously, I had added Guava to the test classpath because I was getting NoClassDefFoundErrors while testing in STS. I had wrongly assumed that Guava had become a transitive dependency of one of the test libraries. As it turns out, it was a bug in the Infinitest plugin that has since been fixed. (See https://github.com/infinitest/infinitest/issues/73 for details on the bug.)