projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408bc30
)
Add hamcrest matchers
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Thu, 25 Jun 2015 17:20:14 +0000
(19:20 +0200)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Thu, 25 Jun 2015 17:20:14 +0000
(19:20 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
fd4babe
..
1f6c70d
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-20,6
+20,11
@@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-integration</artifactId>
+ <version>1.3</version>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>16.0.1</version>