From 67f33e3427b61e94e07b4571b3652a6a41c30dad Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 2 Jul 2020 20:33:32 +0200 Subject: [PATCH] Add back hamcrest (it's actually test-runtime) --- pmd-dist/pom.xml | 5 +++++ pmd-doc/pom.xml | 5 +++++ pmd-java8/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/pmd-dist/pom.xml b/pmd-dist/pom.xml index 59c3076e03..ea56d1ccb6 100644 --- a/pmd-dist/pom.xml +++ b/pmd-dist/pom.xml @@ -234,6 +234,11 @@ junit test + + org.hamcrest + hamcrest + test + org.apache.commons commons-compress diff --git a/pmd-doc/pom.xml b/pmd-doc/pom.xml index a2811d07ce..52ad783139 100644 --- a/pmd-doc/pom.xml +++ b/pmd-doc/pom.xml @@ -108,5 +108,10 @@ junit test + + org.hamcrest + hamcrest + test + diff --git a/pmd-java8/pom.xml b/pmd-java8/pom.xml index 9e4bb0cf44..53aea03a99 100644 --- a/pmd-java8/pom.xml +++ b/pmd-java8/pom.xml @@ -61,5 +61,10 @@ junit test + + org.hamcrest + hamcrest + test +