Removed unecessary rife2 dependency
This commit is contained in:
parent
3038f20315
commit
f89285da45
3 changed files with 2 additions and 5 deletions
|
@ -28,9 +28,7 @@ public class PropertyFileBuild extends Project {
|
|||
autoDownloadPurge = true;
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
var rife2 = version(1, 7, 0);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "rife2", rife2))
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 2)));
|
||||
scope(test)
|
||||
.include(dependency("org.jsoup", "jsoup", version(1, 16, 1)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue