summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTamas Penzes <tamaas@cloudera.com>2020-10-05 17:01:34 +0200
committerNorbert Kalmar <nkalmar@apache.org>2020-10-05 17:01:34 +0200
commit663081d249626d20d6a2cfa75396b2a3d4454085 (patch)
treed582d1e32561426c87f5de3174902999852b31f6 /pom.xml
parent908c4480ee6036bc4024309b7b16318671ae416c (diff)
downloadzookeeper-663081d249626d20d6a2cfa75396b2a3d4454085.tar.gz
ZOOKEEPER-3953: Update hamcrest-library to version 2.2
We use a really old version of hamcrest-library where we could use a newer one (version 2.2 instead of 1.3). Time to update it. Author: Tamas Penzes <tamaas@cloudera.com> Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org> Closes #1479 from tamaashu/ZOOKEEPER-3953
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index db2261fe2..b994523d8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -433,7 +433,7 @@
<junit-platform.version>1.6.2</junit-platform.version>
<log4j.version>1.2.17</log4j.version>
<mockito.version>2.27.0</mockito.version>
- <hamcrest.version>1.3</hamcrest.version>
+ <hamcrest.version>2.2</hamcrest.version>
<commons-cli.version>1.4</commons-cli.version>
<netty.version>4.1.50.Final</netty.version>
<jetty.version>9.4.24.v20191120</jetty.version>
@@ -459,7 +459,7 @@
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
+ <artifactId>hamcrest-library</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>