projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a3640
)
⬆️ Update to Hamcrest 2.2
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 8 Feb 2023 11:46:22 +0000
(12:46 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 8 Feb 2023 11:46:22 +0000
(12:46 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
63ce481
..
2a78f37
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-18,11
+18,17
@@
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest
-integration
</artifactId>
- <version>
1.3
</version>
+ <artifactId>hamcrest</artifactId>
+ <version>
2.2
</version>
<scope>test</scope>
</dependency>
<dependency>