Fixed missing commons dependencies

This commit is contained in:
Erik C. Thauvin 2022-09-14 01:55:27 -07:00
parent af839918a1
commit d5000fa3c1
2 changed files with 6 additions and 3 deletions

View file

@ -47,6 +47,9 @@ dependencies {
implementation fileTree(dir: 'lib', include: '*.jar')
// Commons
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-text:1.9'
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-net:commons-net:3.8.0'
// Google