commit f391d0db48a37d7673e095c0df99078516775d46 Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Jul 6 09:43:41 2016 +0200
Update library versions in CONTRIB. --- CONTRIB.md | 10 +++++----- build.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CONTRIB.md b/CONTRIB.md index eeb6f48..93cba3b 100644 --- a/CONTRIB.md +++ b/CONTRIB.md @@ -50,18 +50,18 @@ dependencies, too.
metrics-lib currently has the following dependencies to compile:
- - Apache Commons Compression 1.4.1 (go to the project page at + - Apache Commons Compression 1.9 (go to the project page at https://commons.apache.org/proper/commons-compress/ and select Download, Archives, Binaries, and then the tarball or zip file for - version 1.4.1.) + version 1.9.)
- - XZ for Java 1.0 (the project page at http://tukaani.org/xz/java.html + - XZ for Java 1.5 (the project page at http://tukaani.org/xz/java.html contains the most recent version, but older versions need to be retrieved from http://mvnrepository.com/artifact/org.tukaani/xz.)
- - JUnit 4.10 and Hamcrest 1.2 (go to the JUnit project page at + - JUnit 4.11 and Hamcrest 1.3 (go to the JUnit project page at http://junit.org/ and select Download and install, junit.jar, version - 4.10, and hamcrest-core.jar, version 1.2.) + 4.11, and hamcrest-core.jar, version 1.3.)
Code style diff --git a/build.xml b/build.xml index 86c8ee8..ca880a1 100644 --- a/build.xml +++ b/build.xml @@ -48,7 +48,7 @@ </fileset> <fileset dir="${libs}"> <include name="junit4-4.11.jar"/> - <include name="hamcrest-all-1.3.jar"/> + <include name="hamcrest-core-1.3.jar"/> </fileset> </path>
tor-commits@lists.torproject.org