diff --git a/README.md b/README.md index a59b4eeb..cd4ec91a 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ The FlowDroid fork that works with SparseBoomerang is available at: [https://git Preprint is available: [Two Sparsification Strategies for Accelerating Demand-Driven Pointer Analysis](https://www.bodden.de/pubs/kb23sparsification.pdf) (ICST 2023) -## Dependencies -To install dependencies run `bash install_dependencies.sh` in dependencies folder. - ## Boomerang This repository contains a Java implementation of Synchronized Pushdown Systems. Additionally, it contains an implementation of [Boomerang](boomerangPDS) and [IDEal](idealPDS) based on a Weighted Pushdown System. diff --git a/dependencies/PathExpression-1.0.0.jar b/dependencies/PathExpression-1.0.0.jar deleted file mode 100644 index c8eb63c2..00000000 Binary files a/dependencies/PathExpression-1.0.0.jar and /dev/null differ diff --git a/dependencies/install_dependencies.sh b/dependencies/install_dependencies.sh deleted file mode 100644 index 6a14300f..00000000 --- a/dependencies/install_dependencies.sh +++ /dev/null @@ -1 +0,0 @@ -mvn install:install-file -Dfile=./PathExpression-1.0.0.jar -DgroupId=de.fraunhofer.iem -DartifactId=PathExpression -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true \ No newline at end of file