Skip to content

Commit d5b6823

Browse files
authored
Update hamcrest to the latest (#5060)
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent 8016b92 commit d5b6823

File tree

27 files changed

+48
-48
lines changed

27 files changed

+48
-48
lines changed

connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</dependency>
6767
<dependency>
6868
<groupId>org.hamcrest</groupId>
69-
<artifactId>hamcrest-library</artifactId>
69+
<artifactId>hamcrest</artifactId>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>

core-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2011, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -134,7 +134,7 @@
134134

135135
<dependency>
136136
<groupId>org.hamcrest</groupId>
137-
<artifactId>hamcrest-library</artifactId>
137+
<artifactId>hamcrest</artifactId>
138138
<scope>test</scope>
139139
</dependency>
140140

core-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -217,7 +217,7 @@
217217
</dependency>
218218
<dependency>
219219
<groupId>org.hamcrest</groupId>
220-
<artifactId>hamcrest-library</artifactId>
220+
<artifactId>hamcrest</artifactId>
221221
<scope>test</scope>
222222
</dependency>
223223
</dependencies>

core-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
</dependency>
221221
<dependency>
222222
<groupId>org.hamcrest</groupId>
223-
<artifactId>hamcrest-library</artifactId>
223+
<artifactId>hamcrest</artifactId>
224224
<scope>test</scope>
225225
</dependency>
226226

ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2014, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2014, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -48,7 +48,7 @@
4848

4949
<dependency>
5050
<groupId>org.hamcrest</groupId>
51-
<artifactId>hamcrest-library</artifactId>
51+
<artifactId>hamcrest</artifactId>
5252
<scope>test</scope>
5353
</dependency>
5454
</dependencies>

ext/rx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2014, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2014, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -50,7 +50,7 @@
5050
</dependency>
5151
<dependency>
5252
<groupId>org.hamcrest</groupId>
53-
<artifactId>hamcrest-library</artifactId>
53+
<artifactId>hamcrest</artifactId>
5454
<scope>test</scope>
5555
</dependency>
5656
</dependencies>

inject/hk2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -67,7 +67,7 @@
6767
</dependency>
6868
<dependency>
6969
<groupId>org.hamcrest</groupId>
70-
<artifactId>hamcrest-library</artifactId>
70+
<artifactId>hamcrest</artifactId>
7171
<scope>test</scope>
7272
</dependency>
7373
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,7 +2006,7 @@
20062006

20072007
<dependency>
20082008
<groupId>org.hamcrest</groupId>
2009-
<artifactId>hamcrest-library</artifactId>
2009+
<artifactId>hamcrest</artifactId>
20102010
<version>${hamcrest.version}</version>
20112011
<scope>test</scope>
20122012
</dependency>
@@ -2127,7 +2127,7 @@
21272127
<grizzly.client.version>1.16</grizzly.client.version>
21282128
<grizzly2.version>2.4.4</grizzly2.version>
21292129
<guava.version>31.1-jre</guava.version>
2130-
<hamcrest.version>1.3</hamcrest.version>
2130+
<hamcrest.version>2.2</hamcrest.version>
21312131
<helidon.version>1.0.3</helidon.version>
21322132
<xmlunit.version>1.6</xmlunit.version>
21332133
<hk2.version>2.6.1</hk2.version>

tests/e2e-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
<dependency>
188188
<groupId>org.hamcrest</groupId>
189-
<artifactId>hamcrest-library</artifactId>
189+
<artifactId>hamcrest</artifactId>
190190
<scope>test</scope>
191191
</dependency>
192192

tests/e2e-core-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.
55
66
This program and the accompanying materials are made available under the
77
terms of the Eclipse Public License v. 2.0, which is available at
@@ -35,7 +35,7 @@
3535
<dependencies>
3636
<dependency>
3737
<groupId>org.hamcrest</groupId>
38-
<artifactId>hamcrest-library</artifactId>
38+
<artifactId>hamcrest</artifactId>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>

0 commit comments

Comments
 (0)