Skip to content

Commit 17b2e31

Browse files
authored
Merge pull request diffblue#572 from diffblue/owen-jones-diffblue/fix-webgoat-xxe-library-install
Delete call to old install script
2 parents eaf7f22 + e5bff50 commit 17b2e31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmarks/GENUINE/WebGoat.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ if [ -z "$OUTPUT_DIR" ]; then
2525
OUTPUT_DIR=$SECURITY_SCANNER_HOME/GENUINE
2626
fi
2727

28-
(cd $LIB_DIR && ./install_javax_xxe_library.sh)
29-
3028
if [[ ! -d $REPO_DIR ]]; then
3129
# Clone the repository and checkout a commit which builds
3230
mkdir -p $REPO_DIR

0 commit comments

Comments
 (0)