intuit / fuzzy-matcher

A Java library to determine probability of objects being similar.
Apache License 2.0
228 stars 69 forks source link

Start with non spring project #3

Closed thangdc94 closed 5 years ago

thangdc94 commented 5 years ago

My project is a non-spring project. How can I include this dependency without messing up my code.

manishobhatia commented 5 years ago

Marked this as enhancement, will remove spring dependency on this project soon.

manishobhatia commented 5 years ago

Opened pull request to remove spring https://github.com/intuit/fuzzy-matcher/pull/4

manishobhatia commented 5 years ago

fixed with 0.2.1 version.

We can now Initialize the MatchService class with a no argument constructor without spring injection.