snowdrop / spring-data-snowdrop

Spring Data implementation for Hibernate Search, JPA (full-text), Infinispan, GAE, ...
Apache License 2.0
5 stars 4 forks source link

Avoid unnecessary dependencies #9

Closed yrodiere closed 6 years ago

yrodiere commented 6 years ago

In particular, we have a dependency to Joda Time, which seems suspicious. Maybe it should be a test dependency? Let's check other dependencies as well.

alesj commented 6 years ago

Yeah, initially it was a copy/paste, so some deps could easily be leftover. Feel free to clean it up. :-)

alesj commented 6 years ago

Fixed.