summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorsgaebel <sgaebel@localhost.localdomain>2020-07-28 00:02:33 +0200
committersgaebel <sgaebel@localhost.localdomain>2020-07-28 19:09:26 +0200
commitdd9d4b1188848c86069d50771c53e002b1be9014 (patch)
tree8ea942a31dad32c009ba1cd3610c7f3ea0f0b147 /.classpath
parentdf9ea0a42a6188246bc77ea98b49f2f6babf50c6 (diff)
replace org.junit.Assert.assertThat by
org.hamcrest.MatcherAssert.assertThat from hamcrest 2.2 to avoid deprecation-warning
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 3 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index b6616161c..805065059 100644
--- a/.classpath
+++ b/.classpath
@@ -106,5 +106,8 @@
<classpathentry kind="lib" path="lib/jwat-warc-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="lib/jaudiotagger-2.2.5.jar"/>
+ <classpathentry kind="lib" path="libt/hamcrest-2.2.jar"/>
+ <classpathentry kind="lib" path="libt/hamcrest-core-2.2.jar"/>
+ <classpathentry kind="lib" path="libt/hamcrest-library-2.2.jar"/>
<classpathentry kind="output" path="gen"/>
</classpath>