Updated dependencies
This commit is contained in:
parent
310af9a601
commit
f282140b0c
6 changed files with 11 additions and 5 deletions
|
@ -45,7 +45,7 @@ public class PmdOperationBuild extends Project {
|
|||
|
||||
var pmd = version(7, 0, 0, "rc4");
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 2)))
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 5)))
|
||||
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));
|
||||
scope(runtime)
|
||||
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue