Skip to content

Commit

Permalink
Add OWASP dependency check (suggested by @dbergert)
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Mar 22, 2019
1 parent 1e6843d commit 3a5aa92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jpos/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ buildscript {
}
dependencies {
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:4.1.0'
classpath 'org.owasp:dependency-check-gradle:5.0.0-M2'
}
}
apply plugin: 'biz.aQute.bnd.builder'
apply plugin: 'org.owasp.dependencycheck'

import aQute.bnd.gradle.Bundle

dependencies {
Expand Down

0 comments on commit 3a5aa92

Please sign in to comment.