From 26fab960f672fc0f5deaca9f03378fc5e1844ed7 Mon Sep 17 00:00:00 2001 From: Michael Barker Date: Wed, 1 Mar 2017 21:27:00 +1300 Subject: [PATCH] Tweak build shell script. --- build.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 2910d32f2..b57fd4387 100755 --- a/build.sh +++ b/build.sh @@ -60,11 +60,8 @@ function do_javac() function download_dependencies() { download 'junit-4.12.jar' 'http://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar' - download 'jmock-2.8.2.jar' 'http://repo1.maven.org/maven2/org/jmock/jmock/2.8.2/jmock-2.8.2.jar' - download 'hamcrest-core-1.1.jar' 'http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar' - download 'hamcrest-library-1.1.jar' 'http://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar' - download 'jmock-junit4-2.8.2.jar' 'http://repo1.maven.org/maven2/org/jmock/jmock-junit4/2.8.2/jmock-junit4-2.8.2.jar' - download 'jmock-legacy-2.8.2.jar' 'http://repo1.maven.org/maven2/org/jmock/jmock-legacy/2.8.2/jmock-legacy-2.8.2.jar' + download 'hamcrest-core-1.3.jar' 'http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar' + download 'HdrHistogram-2.1.8.jar' 'http://repo1.maven.org/maven2/org/hdrhistogram/HdrHistogram/2.1.8/HdrHistogram-2.1.8.jar' } function compile()