Commits

Christopher Febles committed 811398a7604
Added Spring Security to Parent POM. Converted from home-rolled security to Spring Security using Crypt. UserDAO now extends UserDetailsService. User now implements UserDetails. Removed salt column from database. Unit and integration tests pass.