aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDmitry Timofeev <dmitry-timofeev@users.noreply.github.com>2019-03-02 22:10:05 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2019-03-02 22:10:05 +0200
commitcd8e12c0bc7afe2d71855147fbffd54f32f5cc08 (patch)
treea009971416b8cd350467e7a75737c9486098d4d0 /pom.xml
parentf6ebda434d51a6e9708e6612f422eb88420ff99d (diff)
downloadpf4j-cd8e12c0bc7afe2d71855147fbffd54f32f5cc08.tar.gz
pf4j-cd8e12c0bc7afe2d71855147fbffd54f32f5cc08.zip
Check no plugin with same pluginId is loaded (#287)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6de3eef..dd40519 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
<asm.version>7.0</asm.version>
<junit.version>4.12</junit.version>
+ <hamcrest.version>2.1</hamcrest.version>
<mockito.version>2.24.0</mockito.version>
<cobertura.version>2.7</cobertura.version>
<coveralls.version>3.1.0</coveralls.version>