Skip to content

Commit

Permalink
⟴ Add fuzzy matching to POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjritola committed Jan 16, 2022
1 parent 18c8abb commit 9d2fe38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -186,6 +186,11 @@
<artifactId>JTattoo</artifactId>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>me.xdrop</groupId>
<artifactId>fuzzywuzzy</artifactId>
<version>1.3.1</version>
</dependency>
</dependencies>
<build>

Expand Down

0 comments on commit 9d2fe38

Please sign in to comment.